Bug 175241 - [MAINTAINER] devel/p5-Package-Stash-XS: update to 0.26
Summary: [MAINTAINER] devel/p5-Package-Stash-XS: update to 0.26
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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-12 19:40 UTC by Jonathan Chu
Modified: 2013-01-13 20:40 UTC (History)
0 users

See Also:


Attachments
p5-Package-Stash-XS-0.26.patch (1.79 KB, patch)
2013-01-12 19:40 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 2013-01-12 19:40:00 UTC
- Update to 0.26

Changes: Complete refactoring
https://github.com/doy/package-stash-xs/compare/0.25...0.26

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-12 19:40:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-01-13 20:31:58 UTC
Author: swills
Date: Sun Jan 13 20:31:45 2013
New Revision: 310329
URL: http://svnweb.freebsd.org/changeset/ports/310329

Log:
  - Update to 0.26
  
  Changes: Complete refactoring
  https://github.com/doy/package-stash-xs/compare/0.25...0.26
  
  PR:		ports/175241
  Submitted by:	milki <milki@rescomp.berkeley.edu> (maintainer)

Modified:
  head/devel/p5-Package-Stash-XS/Makefile   (contents, props changed)
  head/devel/p5-Package-Stash-XS/distinfo   (contents, props changed)
  head/devel/p5-Package-Stash-XS/pkg-descr   (contents, props changed)

Modified: head/devel/p5-Package-Stash-XS/Makefile
==============================================================================
--- head/devel/p5-Package-Stash-XS/Makefile	Sun Jan 13 20:25:08 2013	(r310328)
+++ head/devel/p5-Package-Stash-XS/Makefile	Sun Jan 13 20:31:45 2013	(r310329)
@@ -1,12 +1,7 @@
-# New ports collection makefile for:	Package-Stash-XS
-# Date created:				2011-02-09
-# Whom:					milki <milki@rescomp.berkeley.edu>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	Package-Stash-XS
-PORTVERSION=	0.25
+PORTVERSION=	0.26
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:DOY
@@ -18,7 +13,8 @@ COMMENT=	Faster and more correct impleme
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-TEST_DEPENDS=	p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
+TEST_DEPENDS=	p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \
+	p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires
 
 PERL_CONFIGURE=	yes
 

Modified: head/devel/p5-Package-Stash-XS/distinfo
==============================================================================
--- head/devel/p5-Package-Stash-XS/distinfo	Sun Jan 13 20:25:08 2013	(r310328)
+++ head/devel/p5-Package-Stash-XS/distinfo	Sun Jan 13 20:31:45 2013	(r310329)
@@ -1,2 +1,2 @@
-SHA256 (Package-Stash-XS-0.25.tar.gz) = 739c5810d69a28346b35886e7335889538d1449f1365616420d8e9131aac85c4
-SIZE (Package-Stash-XS-0.25.tar.gz) = 67155
+SHA256 (Package-Stash-XS-0.26.tar.gz) = 291f88803662dc4670e6a3703e981393939f774f0ddc596ea3c501d2c7bacddd
+SIZE (Package-Stash-XS-0.26.tar.gz) = 73481

Modified: head/devel/p5-Package-Stash-XS/pkg-descr
==============================================================================
--- head/devel/p5-Package-Stash-XS/pkg-descr	Sun Jan 13 20:25:08 2013	(r310328)
+++ head/devel/p5-Package-Stash-XS/pkg-descr	Sun Jan 13 20:31:45 2013	(r310329)
@@ -1,3 +1,3 @@
 Faster and more correct implementation of the Package::Stash API.
 
-WWW: http://search.cpan.org/dist/Package-Stash-XS
+WWW: http://metacpan.org/release/Package-Stash-XS
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Steve Wills freebsd_committer freebsd_triage 2013-01-13 20:32:03 UTC
State Changed
From-To: open->closed

Committed. Thanks!