Bug 179468 - [UPDATE] devel/p5-Sub-Exporter-Progressive to a recent version to unbreak p5-Const-Fast
Summary: [UPDATE] devel/p5-Sub-Exporter-Progressive to a recent version to unbreak p5-...
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-10 23:20 UTC by geraud
Modified: 2013-06-13 13:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.19 KB, patch)
2013-06-10 23:20 UTC, geraud
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description geraud 2013-06-10 23:20:00 UTC
recent update of devel/p5-Const-Fast requires a more recent version of devel/p5-Sub-Exporter-Progressive to run.

Fix: Patch is attached

Patch attached with submission follows:
How-To-Repeat: Try to run anything with the latest version of Const::Fast and watch it die.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-10 23:20:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-06-13 12:54:14 UTC
Author: sunpoet
Date: Thu Jun 13 11:52:48 2013
New Revision: 320782
URL: http://svnweb.freebsd.org/changeset/ports/320782

Log:
  - Update to 0.001010
  - While I'm here, remove outdated PERL_LEVEL check
  
  Changes:	http://search.cpan.org/dist/Sub-Exporter-Progressive/Changes
  PR:		ports/179468
  Submitted by:	Geraud CONTINSOUZAS <geraud@gcu.info>

Modified:
  head/devel/p5-Sub-Exporter-Progressive/Makefile
  head/devel/p5-Sub-Exporter-Progressive/distinfo

Modified: head/devel/p5-Sub-Exporter-Progressive/Makefile
==============================================================================
--- head/devel/p5-Sub-Exporter-Progressive/Makefile	Thu Jun 13 11:52:44 2013	(r320781)
+++ head/devel/p5-Sub-Exporter-Progressive/Makefile	Thu Jun 13 11:52:48 2013	(r320782)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Sub-Exporter-Progressive
-PORTVERSION=	0.001.006
+PORTVERSION=	0.001.010
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -21,13 +21,4 @@ PERL_CONFIGURE=	yes
 
 MAN3=		Sub::Exporter::Progressive.3
 
-post-patch:
-	@${REINPLACE_CMD} -e '/NAME/ s|Sub-Exporter-Progressive|Sub::Exporter::Progressive|' ${WRKSRC}/Makefile.PL
-
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-TEST_DEPENDS+=	p5-Test-Simple>=0.89:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/p5-Sub-Exporter-Progressive/distinfo
==============================================================================
--- head/devel/p5-Sub-Exporter-Progressive/distinfo	Thu Jun 13 11:52:44 2013	(r320781)
+++ head/devel/p5-Sub-Exporter-Progressive/distinfo	Thu Jun 13 11:52:48 2013	(r320782)
@@ -1,2 +1,2 @@
-SHA256 (Sub-Exporter-Progressive-0.001006.tar.gz) = 22e7b4c70be8f1758fc7786e3ba8ed4d4e2d2ef71a04abd683542366d0772368
-SIZE (Sub-Exporter-Progressive-0.001006.tar.gz) = 4230
+SHA256 (Sub-Exporter-Progressive-0.001010.tar.gz) = edbdd1467149131fb16931d7bbad1a284a47e3aebfa5efcac5a0ff70a2b22827
+SIZE (Sub-Exporter-Progressive-0.001010.tar.gz) = 5762
_______________________________________________
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 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-06-13 12:59:14 UTC
State Changed
From-To: open->closed

Committed. Thanks!