Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jul 2011 11:28:20 -0700 (PDT)
From:      milki <milki@rescomp.berkeley.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/159015: [MAINTAINER] lang/p5-TryCatch: Add LICENSE, rearrange deps
Message-ID:  <201107181828.p6IISKnD076920@cibo.ircmylife.com>
Resent-Message-ID: <201107181830.p6IIUBVX055161@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         159015
>Category:       ports
>Synopsis:       [MAINTAINER] lang/p5-TryCatch: Add LICENSE, rearrange deps
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 18 18:30:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     milki
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
UC Berkeley - RSSP-IT
>Environment:
System: FreeBSD cibo.ircmylife.com 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011
>Description:
- Add LICENSE
- Add OPTIONS for deps
- Conditionally include cored deps
- Sort deplist

No portrevision bump because no user update required.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-TryCatch-1.003000.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/lang/p5-TryCatch/Makefile /usr/home/milki/ports/p5-TryCatch/Makefile
--- /usr/ports/lang/p5-TryCatch/Makefile	2011-06-20 01:37:08.000000000 -0700
+++ /usr/home/milki/ports/p5-TryCatch/Makefile	2011-07-18 11:23:21.000000000 -0700
@@ -15,23 +15,38 @@
 MAINTAINER=	milki@rescomp.berkeley.edu
 COMMENT=	First class try catch semantics for Perl, without source filters
 
-BUILD_DEPENDS=	p5-ExtUtils-Depends>=0.302:${PORTSDIR}/devel/p5-ExtUtils-Depends \
-		p5-B-Hooks-OP-Check>=0.18:${PORTSDIR}/devel/p5-B-Hooks-OP-Check \
-		p5-B-Hooks-OP-PPAddr>=0.03:${PORTSDIR}/devel/p5-B-Hooks-OP-PPAddr
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-ExtUtils-Depends>=0.302:${PORTSDIR}/devel/p5-ExtUtils-Depends
 RUN_DEPENDS=	p5-Parse-Method-Signatures>=1.003012:${PORTSDIR}/devel/p5-Parse-Method-Signatures \
 		p5-B-Hooks-EndOfScope>=0.08:${PORTSDIR}/devel/p5-B-Hooks-EndOfScope \
+		p5-B-Hooks-OP-Check>=0.18:${PORTSDIR}/devel/p5-B-Hooks-OP-Check \
+		p5-B-Hooks-OP-PPAddr>=0.03:${PORTSDIR}/devel/p5-B-Hooks-OP-PPAddr \
 		p5-Devel-Declare>=0.005007:${PORTSDIR}/devel/p5-Devel-Declare \
 		p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
 		p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \
 		p5-Scope-Upper>=0.06:${PORTSDIR}/devel/p5-Scope-Upper \
-		p5-Variable-Magic>=0.28:${PORTSDIR}/devel/p5-Variable-Magic \
 		p5-Sub-Exporter>=0.979:${PORTSDIR}/devel/p5-Sub-Exporter \
-		p5-XSLoader>=0:${PORTSDIR}/devel/p5-XSLoader
-TEST_DEPENDS=	p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple \
-		p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
+		p5-Variable-Magic>=0.28:${PORTSDIR}/devel/p5-Variable-Magic
+
+TEST_DEPENDS+=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
+
+OPTIONS=	AUTHOR "Include dependencies for AUTHORING" Off
+
+.include <bsd.port.pre.mk>
+
+.if !defined(WITHOUT_AUTHOR)
+BUILD_DEPENDS+=	p5-B-Hooks-OP-Check>=0.18:${PORTSDIR}/devel/p5-B-Hooks-OP-Check \
+		p5-B-Hooks-OP-PPAddr>=0.03:${PORTSDIR}/devel/p5-B-Hooks-OP-PPAddr
+.endif
+
+.if ${PERL_LEVEL} < 501001
+TEST_DEPENDS+=	p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
+.endif
 
 PERL_CONFIGURE=	5.8.1+
 
 MAN3=	TryCatch.3
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
--- p5-TryCatch-1.003000.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107181828.p6IISKnD076920>