diff options
author | he <he@pkgsrc.org> | 2008-07-30 13:01:13 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-07-30 13:01:13 +0000 |
commit | 2afed56fd7608ff532017daf9c8dd092be668bf7 (patch) | |
tree | 74737e91247ca17988f9f6b0ba874e0370fabacb | |
parent | afc88f460d8019c04f3027e1cf2306dad5a99b01 (diff) | |
download | pkgsrc-2afed56fd7608ff532017daf9c8dd092be668bf7.tar.gz |
Update from version 1.10 to 1.11.
Pkgsrc changes:
o Change HOMEPAGE to use search.cpan.org instead of www.cpan.org.
o Remove .tgz as EXTRACT_SUFX
o Remove no-longer-needed dependency on p5-Getopt-Simple
Upstream changes:
1.11 This is a distribution maintenance release. No new
features or bugfixes were added, there is no need
to update from version 1.10.
There are two reasons for the changes: a new version
of CPAN.pm and the CPANTS code quality checks.
Adapted tests to run with CPAN.pm 1.90.
Moved change log from README section "What's new" to
this file.
Added META.yaml.
Added demos.
Added POD test scripts: t/pod.t and t/pod-coverage.t.
POD optimizations and fixes.
-rw-r--r-- | devel/p5-Getopt-ArgvFile/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-Getopt-ArgvFile/distinfo | 8 |
2 files changed, 7 insertions, 10 deletions
diff --git a/devel/p5-Getopt-ArgvFile/Makefile b/devel/p5-Getopt-ArgvFile/Makefile index d31a3f13e81..ebccebf5fc6 100644 --- a/devel/p5-Getopt-ArgvFile/Makefile +++ b/devel/p5-Getopt-ArgvFile/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.2 2008/06/20 01:09:16 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2008/07/30 13:01:13 he Exp $ # -DISTNAME= Getopt-ArgvFile-1.10 +DISTNAME= Getopt-ArgvFile-1.11 PKGNAME= p5-${DISTNAME} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Getopt/} -EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.cpan.org/modules/by-module/Getopt/ +HOMEPAGE= http://search.cpan.org/dist/Getopt-ArgvFile/ COMMENT= Interpolates script options from files into @ARGV or another array PKG_INSTALLATION_TYPES= overwrite pkgviews @@ -16,7 +15,5 @@ PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Getopt/ArgvFile/.packlist -DEPENDS+= p5-Getopt-Simple-[0-9]*:../../devel/p5-Getopt-Simple - .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Getopt-ArgvFile/distinfo b/devel/p5-Getopt-ArgvFile/distinfo index 8dc3cb4f02e..633295d1491 100644 --- a/devel/p5-Getopt-ArgvFile/distinfo +++ b/devel/p5-Getopt-ArgvFile/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/03/15 22:38:21 wennmach Exp $ +$NetBSD: distinfo,v 1.2 2008/07/30 13:01:13 he Exp $ -SHA1 (Getopt-ArgvFile-1.10.tgz) = 19320df182e7b3d62f8be65982eb49ae6bf4ac48 -RMD160 (Getopt-ArgvFile-1.10.tgz) = 00a991aeb644a616d1db300ad8ff392c7ec3a40d -Size (Getopt-ArgvFile-1.10.tgz) = 18007 bytes +SHA1 (Getopt-ArgvFile-1.11.tar.gz) = 1c9b2b11f60617e198847876ea42fb6bd011d78e +RMD160 (Getopt-ArgvFile-1.11.tar.gz) = e060c6ff7c177add520986d944282ee07f2570f1 +Size (Getopt-ArgvFile-1.11.tar.gz) = 19469 bytes |