[PATCH] devel/p5-Package-Stash: update to 0.25
milki
milki at rescomp.berkeley.edu
Tue Feb 15 20:17:49 UTC 2011
>Submitter-Id: current-users
>Originator: milki
>Organization: UC Berkeley - RSSP-IT
>Confidential: no
>Synopsis: [PATCH] devel/p5-Package-Stash: update to 0.25
>Severity: non-critical
>Priority: low
>Category: ports
>Class: update
>Release: FreeBSD 7.3-RELEASE-p4 amd64
>Environment:
System: FreeBSD dev-www7.rescomp.berkeley.edu 7.3-RELEASE-p4 FreeBSD 7.3-RELEASE-p4 #15: Tue Nov 30 11:51:59 PST 2010
>Description:
- Update to 0.25
Some missing deps including the one mentioned were not included in the
original commit to the update from PR ports/154619.
This is an updated patch to the one suggested by brooks@ that includes
the missing changes.
Port maintainer (perl at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- p5-Package-Stash-0.25_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p5-Package-Stash/Makefile /tmp/milki/ports/p5-Package-Stash/Makefile
--- /usr/ports/devel/p5-Package-Stash/Makefile 2011-02-11 22:23:47.000000000 -0800
+++ /tmp/milki/ports/p5-Package-Stash/Makefile 2011-02-15 12:16:09.000000000 -0800
@@ -7,18 +7,23 @@
PORTNAME= Package-Stash
PORTVERSION= 0.25
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= ../by-authors/id/D/DO/DOY
+MASTER_SITE_SUBDIR= ../authors/id/D/DO/DOY
PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Routines for manipulating stashes
-BUILD_DEPENDS= p5-Package-Stash-XS>=0.21:${PORTSDIR}/devel/p5-Package-Stash-XS
-RUN_DEPENDS= p5-Package-Stash-XS>=0.21:${PORTSDIR}/devel/p5-Package-Stash-XS
+BUILD_DEPENDS= p5-Package-Stash-XS>=0.21:${PORTSDIR}/devel/p5-Package-Stash-XS \
+ p5-Package-DeprecationManager>=0:${PORTSDIR}/devel/p5-Package-DeprecationManager \
+ p5-Dist-CheckConflicts>=0.01:${PORTSDIR}/devel/p5-Dist-CheckConflicts
+RUN_DEPENDS= p5-Package-Stash-XS>=0.21:${PORTSDIR}/devel/p5-Package-Stash-XS \
+ p5-Package-DeprecationManager>=0:${PORTSDIR}/devel/p5-Package-DeprecationManager \
+ p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
+
TEST_DEPENDS= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple \
- p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \
p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires
diff -ruN --exclude=CVS /usr/ports/devel/p5-Package-Stash/pkg-plist /tmp/milki/ports/p5-Package-Stash/pkg-plist
--- /usr/ports/devel/p5-Package-Stash/pkg-plist 2011-02-11 22:23:47.000000000 -0800
+++ /tmp/milki/ports/p5-Package-Stash/pkg-plist 2011-02-15 12:15:20.000000000 -0800
@@ -5,5 +5,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Package/Stash/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Package/Stash
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Package
- at dirrmtry %%SITE_PERL%%/Package/Stash
+ at dirrm %%SITE_PERL%%/Package/Stash
@dirrmtry %%SITE_PERL%%/Package
--- p5-Package-Stash-0.25_1.patch ends here ---
More information about the freebsd-perl
mailing list