svn commit: r308346 - head/devel/p5-Sub-Exporter-Progressive
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Dec 5 19:00:12 UTC 2012
Author: sunpoet
Date: Wed Dec 5 19:00:11 2012
New Revision: 308346
URL: http://svnweb.freebsd.org/changeset/ports/308346
Log:
- Update to 0.001006
- Add TEST_DEPENDS
- Cleanup Makefile header
Changes: http://search.cpan.org/dist/Sub-Exporter-Progressive/Changes
Feature safe: yes
Modified:
head/devel/p5-Sub-Exporter-Progressive/Makefile
head/devel/p5-Sub-Exporter-Progressive/distinfo (contents, props changed)
Modified: head/devel/p5-Sub-Exporter-Progressive/Makefile
==============================================================================
--- head/devel/p5-Sub-Exporter-Progressive/Makefile Wed Dec 5 18:58:50 2012 (r308345)
+++ head/devel/p5-Sub-Exporter-Progressive/Makefile Wed Dec 5 19:00:11 2012 (r308346)
@@ -1,12 +1,8 @@
-# New ports collection makefile for: p5-Sub-Exporter-Progressive
-# Date created: 2012-08-01
-# Whom: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
-#
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Sub-Exporter-Progressive
-PORTVERSION= 0.001.004
+PORTVERSION= 0.001.006
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -28,4 +24,10 @@ MAN3= Sub::Exporter::Progressive.3
post-patch:
@${REINPLACE_CMD} -e '/NAME/ s|Sub-Exporter-Progressive|Sub::Exporter::Progressive|' ${WRKSRC}/Makefile.PL
-.include <bsd.port.mk>
+.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>
Modified: head/devel/p5-Sub-Exporter-Progressive/distinfo
==============================================================================
--- head/devel/p5-Sub-Exporter-Progressive/distinfo Wed Dec 5 18:58:50 2012 (r308345)
+++ head/devel/p5-Sub-Exporter-Progressive/distinfo Wed Dec 5 19:00:11 2012 (r308346)
@@ -1,2 +1,2 @@
-SHA256 (Sub-Exporter-Progressive-0.001004.tar.gz) = 086591f7e74993f942673ad2b28598d14d4252d5f8adefc4e0b5e65f81f86e01
-SIZE (Sub-Exporter-Progressive-0.001004.tar.gz) = 3692
+SHA256 (Sub-Exporter-Progressive-0.001006.tar.gz) = 22e7b4c70be8f1758fc7786e3ba8ed4d4e2d2ef71a04abd683542366d0772368
+SIZE (Sub-Exporter-Progressive-0.001006.tar.gz) = 4230
More information about the svn-ports-head
mailing list