Date: Sat, 21 Apr 2012 14:03:44 +0800 (CST) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: ashish@FreeBSD.org Subject: ports/167145: [PATCH] devel/p5-MooseX-Object-Pluggable: fix *_DEPENDS Message-ID: <3VZNfT1jTFz8yZ@sunpoet.net> Resent-Message-ID: <201204210610.q3L6AExc076092@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 167145 >Category: ports >Synopsis: [PATCH] devel/p5-MooseX-Object-Pluggable: fix *_DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 21 06:10:14 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.0-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Mon Mar 19 09:07:46 CST 2012 >Description: - Fix *_DEPENDS: p5-Module-Pluggable is already in all supported Perl releases - Bump PORTREVISION for dependency change - Add missing trailing slash to WWW Port maintainer (ashish@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_5 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-MooseX-Object-Pluggable-0.0011_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-MooseX-Object-Pluggable/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 17 Sep 2011 07:06:29 -0000 1.3 +++ Makefile 21 Apr 2012 06:04:55 -0000 @@ -7,6 +7,7 @@ PORTNAME= MooseX-Object-Pluggable PORTVERSION= 0.0011 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +15,8 @@ MAINTAINER= ashish@FreeBSD.org COMMENT= Make your classes pluggable -RUN_DEPENDS= p5-Moose>=0.35:${PORTSDIR}/devel/p5-Moose \ - p5-Module-Pluggable>0:${PORTSDIR}/devel/p5-Module-Pluggable -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-Moose>=0.35:${PORTSDIR}/devel/p5-Moose +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/devel/p5-MooseX-Object-Pluggable/pkg-descr,v retrieving revision 1.1 diff -u -u -r1.1 pkg-descr --- pkg-descr 2 Sep 2009 17:23:06 -0000 1.1 +++ pkg-descr 21 Apr 2012 06:04:55 -0000 @@ -4,4 +4,4 @@ understand that this may pollute your namespace, however I took great care in using the least ambiguous names possible. -WWW: http://search.cpan.org/dist/MooseX-Object-Pluggable +WWW: http://search.cpan.org/dist/MooseX-Object-Pluggable/ --- p5-MooseX-Object-Pluggable-0.0011_1.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?3VZNfT1jTFz8yZ>