ports/167145: [PATCH] devel/p5-MooseX-Object-Pluggable: fix *_DEPENDS
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Apr 21 06:10:15 UTC 2012
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list