summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2016-01-18 13:54:13 +0000
committerwen <wen@pkgsrc.org>2016-01-18 13:54:13 +0000
commite9b2b1c4559b1cff5e1568d6a3078a048ae1419d (patch)
tree4b7f66088f0cedbcf57d2244244bc599e870de65
parenta8c7f709c3e2ddaf2eb2e195944cd3ae1bfdf33a (diff)
downloadpkgsrc-e9b2b1c4559b1cff5e1568d6a3078a048ae1419d.tar.gz
Update to 1.68
Update DEPENDS Upstream changes: 1.68 (marekr) - CPAN#102529: License declaration mismatch unified the license for Pod-Usage to "as Perl itself", and corrected authors - CPAN#109830: Tests fail added prerequisite for Pod::Text 4.00 to avoid running tests with outdated Pod::Text - CPAN#110443: [PATCH] fix -perldoc option in pod2usage() method added missing '-' - CPAN#110446: [feature request] -perldocopt for supplying perldoc options added this option; split of string on whitespace is not optimal, but should do the job 1.67 (marekr) - added options -perlcmd and -perldoc to allow for non-standard installations of perl and the perldoc script. Thanks to Markus Jansen for the patch
-rw-r--r--devel/p5-Pod-Usage/Makefile9
-rw-r--r--devel/p5-Pod-Usage/distinfo10
2 files changed, 10 insertions, 9 deletions
diff --git a/devel/p5-Pod-Usage/Makefile b/devel/p5-Pod-Usage/Makefile
index 9676b5ebf24..74b025c0f65 100644
--- a/devel/p5-Pod-Usage/Makefile
+++ b/devel/p5-Pod-Usage/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2015/07/12 18:56:17 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2016/01/18 13:54:13 wen Exp $
#
-DISTNAME= Pod-Usage-1.66
+DISTNAME= Pod-Usage-1.68
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
@@ -12,7 +11,9 @@ HOMEPAGE= http://search.cpan.org/dist/Pod-Usage/
COMMENT= Print a usage message from embedded pod documentation
LICENSE= ${PERL5_LICENSE}
-#DEPENDS+= {perl>=5.17.9,p5-Pod-Parser>=1.60}:../../textproc/p5-Pod-Parser
+DEPENDS+= p5-podlators>=4.0:../../textproc/p5-podlators
+
+EXTRACT_USING= gtar
PERL5_PACKLIST= auto/Pod/Usage/.packlist
USE_LANGUAGES= # none
diff --git a/devel/p5-Pod-Usage/distinfo b/devel/p5-Pod-Usage/distinfo
index 1a66912acec..75dc79b1dc6 100644
--- a/devel/p5-Pod-Usage/distinfo
+++ b/devel/p5-Pod-Usage/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2015/11/03 03:28:41 agc Exp $
+$NetBSD: distinfo,v 1.5 2016/01/18 13:54:13 wen Exp $
-SHA1 (Pod-Usage-1.66.tar.gz) = 316019b47459a47cfadfb2a24f8464a1b2fc0953
-RMD160 (Pod-Usage-1.66.tar.gz) = c54177d73b1215ad71434bb06ff858d32b2aa190
-SHA512 (Pod-Usage-1.66.tar.gz) = ca21792f7335c676fd4456a79997a6a108bfe14edf85f8718ca81ef5a40819212dcb669cc0f2ee4fd1cbd63ffb66e2e14cc06545759b974a3c29645600cdf7da
-Size (Pod-Usage-1.66.tar.gz) = 22068 bytes
+SHA1 (Pod-Usage-1.68.tar.gz) = 025da6d7693714237f7b9dbcd0eb501752b20bf0
+RMD160 (Pod-Usage-1.68.tar.gz) = 420a7aca5c6f2748760e89a8895b75f52459f41d
+SHA512 (Pod-Usage-1.68.tar.gz) = e41aba9f486f2f2548db3a05aeec0d4254db09075ff8f826e52d7db4ee400f03fb2ee1cef14dd7252a416c6439ae5d91d782ddb7cabba611f7e6b86a7ec28a3b
+Size (Pod-Usage-1.68.tar.gz) = 25742 bytes