svn commit: r406332 - head/devel/p5-Pod-Usage
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jan 17 13:09:37 UTC 2016
Author: sunpoet
Date: Sun Jan 17 13:09:35 2016
New Revision: 406332
URL: https://svnweb.freebsd.org/changeset/ports/406332
Log:
- Update to 1.68
Changes: http://search.cpan.org/dist/Pod-Usage/CHANGES
Sponsored by: PortsCamp Taiwan
Modified:
head/devel/p5-Pod-Usage/Makefile
head/devel/p5-Pod-Usage/distinfo
Modified: head/devel/p5-Pod-Usage/Makefile
==============================================================================
--- head/devel/p5-Pod-Usage/Makefile Sun Jan 17 13:09:29 2016 (r406331)
+++ head/devel/p5-Pod-Usage/Makefile Sun Jan 17 13:09:35 2016 (r406332)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Pod-Usage
-PORTVERSION= 1.67
+PORTVERSION= 1.68
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -13,13 +13,16 @@ COMMENT= Print a usage message from embe
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
+BUILD_DEPENDS= p5-podlators>=4:${PORTSDIR}/textproc/p5-podlators
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+NO_ARCH= yes
USE_PERL5= configure
USES= perl5
-NO_ARCH= yes
-post-install:
+post-patch:
# Do not conflict with lang/perl5.*
- @${RM} ${STAGEDIR}${PREFIX}/bin/pod2usage ${STAGEDIR}${SITE_MAN1}/pod2usage.1
- @${RMDIR} ${STAGEDIR}${SITE_MAN1}
+ @${REINPLACE_CMD} -e 's| pod2usage||' ${WRKSRC}/Makefile.PL
+ @${RM} ${WRKSRC}/scripts/pod2usage.PL
.include <bsd.port.mk>
Modified: head/devel/p5-Pod-Usage/distinfo
==============================================================================
--- head/devel/p5-Pod-Usage/distinfo Sun Jan 17 13:09:29 2016 (r406331)
+++ head/devel/p5-Pod-Usage/distinfo Sun Jan 17 13:09:35 2016 (r406332)
@@ -1,2 +1,2 @@
-SHA256 (Pod-Usage-1.67.tar.gz) = c8be6d29b0dfe304c4ddfcc140f93d4c4de7a8362ea6e2651611c288b53cc68a
-SIZE (Pod-Usage-1.67.tar.gz) = 22342
+SHA256 (Pod-Usage-1.68.tar.gz) = 20aa70e3bc9cb49cd5fb2273f34b0ea10f687efd96e8e39ed434da90a1484833
+SIZE (Pod-Usage-1.68.tar.gz) = 25742
More information about the svn-ports-all
mailing list