svn commit: r330224 - head/textproc/p5-Pod-Eventual
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Oct 13 12:14:20 UTC 2013
Author: sunpoet
Date: Sun Oct 13 12:14:19 2013
New Revision: 330224
URL: http://svnweb.freebsd.org/changeset/ports/330224
Log:
- Update to 0.093331
- Support STAGEDIR
Changes: http://search.cpan.org/dist/Pod-Eventual/Changes
Modified:
head/textproc/p5-Pod-Eventual/Makefile
head/textproc/p5-Pod-Eventual/distinfo (contents, props changed)
head/textproc/p5-Pod-Eventual/pkg-plist
Modified: head/textproc/p5-Pod-Eventual/Makefile
==============================================================================
--- head/textproc/p5-Pod-Eventual/Makefile Sun Oct 13 12:14:14 2013 (r330223)
+++ head/textproc/p5-Pod-Eventual/Makefile Sun Oct 13 12:14:19 2013 (r330224)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= Pod-Eventual
-PORTVERSION= 0.093330
-PORTREVISION= 1
+PORTVERSION= 0.093331
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,15 +13,17 @@ COMMENT= Read a POD document as a series
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-Mixin-Linewise>=0.001:${PORTSDIR}/devel/p5-Mixin-Linewise
+BUILD_DEPENDS= p5-Mixin-Linewise>=0:${PORTSDIR}/devel/p5-Mixin-Linewise
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep
USES= perl5
USE_PERL5= configure
-MAN3= Pod::Eventual.3 \
- Pod::Eventual::Simple.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/textproc/p5-Pod-Eventual/distinfo
==============================================================================
--- head/textproc/p5-Pod-Eventual/distinfo Sun Oct 13 12:14:14 2013 (r330223)
+++ head/textproc/p5-Pod-Eventual/distinfo Sun Oct 13 12:14:19 2013 (r330224)
@@ -1,2 +1,2 @@
-SHA256 (Pod-Eventual-0.093330.tar.gz) = 29de14a69df8a26f7e8ff73daca5afa7acc84cc9b7ae28093a5b1af09a4830b6
-SIZE (Pod-Eventual-0.093330.tar.gz) = 13223
+SHA256 (Pod-Eventual-0.093331.tar.gz) = e89bac77ca8717e4d93ba1147bd12077abd32bc516735fd5023b2ed010d2ffa9
+SIZE (Pod-Eventual-0.093331.tar.gz) = 17150
Modified: head/textproc/p5-Pod-Eventual/pkg-plist
==============================================================================
--- head/textproc/p5-Pod-Eventual/pkg-plist Sun Oct 13 12:14:14 2013 (r330223)
+++ head/textproc/p5-Pod-Eventual/pkg-plist Sun Oct 13 12:14:19 2013 (r330224)
@@ -1,6 +1,8 @@
%%SITE_PERL%%/Pod/Eventual.pm
%%SITE_PERL%%/Pod/Eventual/Simple.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Eventual/.packlist
+%%PERL5_MAN3%%/Pod::Eventual.3.gz
+%%PERL5_MAN3%%/Pod::Eventual::Simple.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Eventual
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod
@dirrmtry %%SITE_PERL%%/Pod/Eventual
More information about the svn-ports-all
mailing list