svn commit: r330915 - head/devel/p5-Sub-Install
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Oct 19 17:19:17 UTC 2013
Author: sunpoet
Date: Sat Oct 19 17:19:16 2013
New Revision: 330915
URL: http://svnweb.freebsd.org/changeset/ports/330915
Log:
- Update to 0.927
- Support STAGEDIR
Changes: http://search.cpan.org/dist/Sub-Install/Changes
Modified:
head/devel/p5-Sub-Install/Makefile
head/devel/p5-Sub-Install/distinfo (contents, props changed)
head/devel/p5-Sub-Install/pkg-plist (contents, props changed)
Modified: head/devel/p5-Sub-Install/Makefile
==============================================================================
--- head/devel/p5-Sub-Install/Makefile Sat Oct 19 17:13:48 2013 (r330914)
+++ head/devel/p5-Sub-Install/Makefile Sat Oct 19 17:19:16 2013 (r330915)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Sub-Install
-PORTVERSION= 0.926
+PORTVERSION= 0.927
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -16,7 +16,10 @@ LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
-MAN3= Sub::Install.3
+.include <bsd.port.pre.mk>
-NO_STAGE= yes
-.include <bsd.port.mk>
+.if ${PERL_LEVEL} < 501400
+TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple
+.endif
+
+.include <bsd.port.post.mk>
Modified: head/devel/p5-Sub-Install/distinfo
==============================================================================
--- head/devel/p5-Sub-Install/distinfo Sat Oct 19 17:13:48 2013 (r330914)
+++ head/devel/p5-Sub-Install/distinfo Sat Oct 19 17:19:16 2013 (r330915)
@@ -1,2 +1,2 @@
-SHA256 (Sub-Install-0.926.tar.gz) = acb2496643784976fe8edebc7b412e9a93f6f0825631f5bd9186c810aed1763e
-SIZE (Sub-Install-0.926.tar.gz) = 15065
+SHA256 (Sub-Install-0.927.tar.gz) = 955ee386303163147363cdc7856e4f69ab6b9d4cdc343f2539c4a1c857d3af5a
+SIZE (Sub-Install-0.927.tar.gz) = 17583
Modified: head/devel/p5-Sub-Install/pkg-plist
==============================================================================
--- head/devel/p5-Sub-Install/pkg-plist Sat Oct 19 17:13:48 2013 (r330914)
+++ head/devel/p5-Sub-Install/pkg-plist Sat Oct 19 17:19:16 2013 (r330915)
@@ -1,5 +1,6 @@
%%SITE_PERL%%/Sub/Install.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sub/Install/.packlist
+%%PERL5_MAN3%%/Sub::Install.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sub/Install
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sub
@dirrmtry %%SITE_PERL%%/Sub
More information about the svn-ports-all
mailing list