Date: Sun, 7 Aug 2011 00:20:11 GMT From: Jase Thew <freebsd@beardz.net> To: perl@FreeBSD.org Subject: Re: ports/159562: [MAINTAINER] devel/p5-Object-Pluggable: minor amendments Message-ID: <201108070020.p770KBUZ074117@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/159562; it has been noted by GNATS. From: Jase Thew <freebsd@beardz.net> To: bug-followup@FreeBSD.org, freebsd@beardz.net Cc: Subject: Re: ports/159562: [MAINTAINER] devel/p5-Object-Pluggable: minor amendments Date: Sun, 07 Aug 2011 01:10:08 +0100 This is a multi-part message in MIME format. --------------080409060003030307070501 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Please find attached a corrected patch (moved (BUILD|RUN_DEPENDS) to correct location). --------------080409060003030307070501 Content-Type: text/plain; name="p5-Object-Pluggable-1.29.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="p5-Object-Pluggable-1.29.patch" diff -ruN --exclude=CVS /usr/ports/devel/p5-Object-Pluggable.orig/Makefile /usr/ports/devel/p5-Object-Pluggable/Makefile --- /usr/ports/devel/p5-Object-Pluggable.orig/Makefile 2010-10-19 09:13:04.000000000 +0100 +++ /usr/ports/devel/p5-Object-Pluggable/Makefile 2011-08-07 01:02:45.738440912 +0100 @@ -9,13 +9,17 @@ PORTVERSION= 1.29 CATEGORIES= devel perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:HINRIK PKGNAMEPREFIX= p5- MAINTAINER= freebsd@beardz.net COMMENT= A base class for creating plugin-enabled objects BUILD_DEPENDS= p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual PERL_CONFIGURE= yes --------------080409060003030307070501--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108070020.p770KBUZ074117>