Bug 154619 - [PATCH] devel/p5-Package-Stash: update to 0.25
Summary: [PATCH] devel/p5-Package-Stash: update to 0.25
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-09 19:30 UTC by Jonathan Chu
Modified: 2011-02-12 06:30 UTC (History)
1 user (show)

See Also:


Attachments
p5-Package-Stash-0.25.patch (1.76 KB, patch)
2011-02-09 19:30 UTC, Jonathan Chu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Chu 2011-02-09 19:30:11 UTC
- Update to 0.25

Port maintainer (perl@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99

This PR depends on the completion of PR ports/154617
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-02-09 19:30:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Jonathan Chu 2011-02-09 21:28:05 UTC
>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 ---
Comment 3 Jonathan Chu 2011-02-09 21:39:50 UTC
Correction:

This PR requires the completion of: ports/154617 and ports/154626
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2011-02-09 22:52:35 UTC
Responsible Changed
From-To: perl->miwi

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-02-12 06:23:52 UTC
miwi        2011-02-12 06:23:47 UTC

  FreeBSD ports repository

  Modified files:
    devel/p5-Package-Stash Makefile distinfo pkg-plist 
  Log:
  - Update to 0.25
  
  PR:             154619
  Submitted by:   Jonathan Chu <milki@rescomp.berkeley.edu>
  
  Revision  Changes    Path
  1.8       +9 -3      ports/devel/p5-Package-Stash/Makefile
  1.6       +2 -2      ports/devel/p5-Package-Stash/distinfo
  1.4       +6 -2      ports/devel/p5-Package-Stash/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Martin Wilke freebsd_committer freebsd_triage 2011-02-12 06:23:59 UTC
State Changed
From-To: open->closed

Committed. Thanks!