Date: Sat, 16 Jul 2011 08:07:31 -0700 (PDT) From: milki <milki@rescomp.berkeley.edu> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/158972: [MAINTAINER] devel/p5-Dist-CheckConflicts: Add LICENSE, conditional dep, and fix SUBDIR Message-ID: <201107161507.p6GF7Vur002408@cibo.ircmylife.com> Resent-Message-ID: <201107161510.p6GFA9UB016796@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 158972 >Category: ports >Synopsis: [MAINTAINER] devel/p5-Dist-CheckConflicts: Add LICENSE, conditional dep, and fix SUBDIR >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: Sat Jul 16 15:10:09 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 - Use CPAN: SUBDIR syntax - Conditioanlly add cored modules Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Dist-CheckConflicts-0.02.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/p5-Dist-CheckConflicts/Makefile /usr/home/milki/ports/p5-Dist-CheckConflicts/Makefile --- /usr/ports/devel/p5-Dist-CheckConflicts/Makefile 2011-02-10 08:30:33.000000000 -0800 +++ /usr/home/milki/ports/p5-Dist-CheckConflicts/Makefile 2011-07-16 08:02:01.000000000 -0700 @@ -9,20 +9,28 @@ PORTVERSION= 0.02 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../by-authors/id/D/DO/DOY +MASTER_SITE_SUBDIR= CPAN:DOY PKGNAMEPREFIX= p5- MAINTAINER= milki@rescomp.berkeley.edu COMMENT= Declare version conflicts for your dist +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + RUN_DEPENDS= p5-List-MoreUtils>=0.12:${PORTSDIR}/lang/p5-List-MoreUtils \ p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter -TEST_DEPENDS= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple \ - p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ +TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501001 +TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple +.endif PERL_CONFIGURE= YES MAN3= Dist::CheckConflicts.3 -.include <bsd.port.mk> +.include <bsd.port.post.mk> --- p5-Dist-CheckConflicts-0.02.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?201107161507.p6GF7Vur002408>