Date: Wed, 9 Feb 2011 13:28:05 -0800 (PST) From: Jonathan Chu <milki@rescomp.berkeley.edu> To: FreeBSD-gnats-submit@freebsd.org Cc: perl@freebsd.org Subject: Re: ports/154619: [PATCH] devel/p5-Package-Stash: update to 0.25 Message-ID: <201102092128.p19LS5XF019139@dev-www7.rescomp.berkeley.edu>
next in thread | raw e-mail | index | archive | help
>Submitter-Id: current-users
>Originator: Jonathan Chu
>Organization: UC Berkeley - RSSP-IT
>Confidential: no
>Synopsis: Re: ports/154619: [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
Added file(s):
- p5-Package-Stash-0.25.tbz
Port maintainer (perl@FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99
Updated diff with missing dependency and files pulled in from
dependency.
This PR depends on the completion of ports/154626.
>How-To-Repeat:
>Fix:
--- p5-Package-Stash-0.25.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 2010-11-03 00:08:50.000000000 -0700
+++ /tmp/milki/ports/p5-Package-Stash/Makefile 2011-02-09 13:25:29.000000000 -0800
@@ -2,23 +2,33 @@
# Date created: 8 June 2010
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
#
-# $FreeBSD: ports/devel/p5-Package-Stash/Makefile,v 1.7 2010/11/03 07:08:50 bapt Exp $
+# $FreeBSD$
#
PORTNAME= Package-Stash
-PORTVERSION= 0.13
+PORTVERSION= 0.25
CATEGORIES= devel perl5
MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= ../by-authors/id/D/DO/DOY
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Routines for manipulating stashes
+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
PERL_CONFIGURE= YES
-MAN3= Package::Stash.3
+MAN3= Package::Stash.3 \
+ Package::Stash::PP.3
.include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/devel/p5-Package-Stash/distinfo /tmp/milki/ports/p5-Package-Stash/distinfo
--- /usr/ports/devel/p5-Package-Stash/distinfo 2010-11-03 00:08:50.000000000 -0700
+++ /tmp/milki/ports/p5-Package-Stash/distinfo 2011-02-08 22:53:08.000000000 -0800
@@ -1,2 +1,2 @@
-SHA256 (Package-Stash-0.13.tar.gz) = bc45211d788861dd3a5d4e74b240c7e82eb99b0f90aef92a2e99f3297159f148
-SIZE (Package-Stash-0.13.tar.gz) = 18564
+SHA256 (Package-Stash-0.25.tar.gz) = df44128437dd3805cfc45a608d8a1bb961566e665f1e6944c2933070a1209f37
+SIZE (Package-Stash-0.25.tar.gz) = 28624
Files /usr/ports/devel/p5-Package-Stash/p5-Package-Stash-0.25.tbz and /tmp/milki/ports/p5-Package-Stash/p5-Package-Stash-0.25.tbz differ
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 2010-09-30 06:43:30.000000000 -0700
+++ /tmp/milki/ports/p5-Package-Stash/pkg-plist 2011-02-09 13:25:10.000000000 -0800
@@ -1,5 +1,9 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Package/Stash/.packlist
%%SITE_PERL%%/Package/Stash.pm
+%%SITE_PERL%%/Package/Stash/Conflicts.pm
+%%SITE_PERL%%/Package/Stash/PP.pm
+bin/package-stash-conflicts
+@dirrm %%SITE_PERL%%/Package/Stash
@dirrmtry %%SITE_PERL%%/Package
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Package/Stash
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Package
--- p5-Package-Stash-0.25.patch ends here ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102092128.p19LS5XF019139>
