diff options
author | he <he> | 2008-11-17 04:20:50 +0000 |
---|---|---|
committer | he <he> | 2008-11-17 04:20:50 +0000 |
commit | 1e3aaa12d99035165094dd2591555a6554518c52 (patch) | |
tree | 3bb92ccf3db70d6b679ef01fa4f76fe70c246883 /devel/p5-PAR-Dist | |
parent | 8c12e743149ee9393d9a159c843e16b467021e53 (diff) | |
download | pkgsrc-1e3aaa12d99035165094dd2591555a6554518c52.tar.gz |
Update from version 0.31nb1 to 0.40.
Pkgsrc changes:
o Add p5-Archive-Zip as build dependency (for tests)
Upstream changes:
____________________________________________________________________________
By: smueller on 2008/10/27
* Rewrite parts of the install_par docs.
* Add the esoteric auto_inst_lib_conversion parameter to install_par.
* This is 0.40.
____________________________________________________________________________
By: smueller on 2008/10/21
* Add the "verbose" option to install_par and uninstall_par.
* Add the "uninstall_shadows" option to install_par.
* This is 0.39.
____________________________________________________________________________
By: smueller on 2008/10/16
* Fix _check_tools() to use *Foo{THING} syntax instead of \&{}.
* This is 0.38.
____________________________________________________________________________
By: smueller on 2008/10/08
* Fix the "Skip 03merge_meta tests if no A::Zip nor zip/unzip found." logic.
* Add more debug output to debug mode (system calls).
* Add internal _check_tools() sub which checks the availability of various
required tools (yaml, zip).
* This is 0.37.
____________________________________________________________________________
By: smueller on 2008/09/30
* Skip 03merge_meta tests if no YAML *DUMPER* could be found.
* Better debug output for the YAML-search.
* This is 0.36.
____________________________________________________________________________
By: smueller on 2008/09/30
* Skip 03merge_meta tests if no A::Zip nor zip/unzip found.
* Better error messages from _zip/_unzip
* This is 0.35.
____________________________________________________________________________
By: smueller on 2008/09/24
* Do not fail if _zip() doesn't return true, doh!
* This is 0.34.
____________________________________________________________________________
By: smueller on 2008/09/17
* Better diagnostics for the CPAN testers test failures.
* Extra -f check in _merge_meta.
* This is 0.33.
____________________________________________________________________________
By: smueller on 2008/09/12
* Version bump, fix tests.
* This is 0.32.
____________________________________________________________________________
By: smueller on 2008/09/01
* merge_par now requires a (i.e. any) YAML reader
* merge_par now merges the "provides" sections of the META.yml's
* blib_to_par now accepts a "quiet" option
Diffstat (limited to 'devel/p5-PAR-Dist')
-rw-r--r-- | devel/p5-PAR-Dist/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-PAR-Dist/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/devel/p5-PAR-Dist/Makefile b/devel/p5-PAR-Dist/Makefile index 04af4f27913..5edfb3542ee 100644 --- a/devel/p5-PAR-Dist/Makefile +++ b/devel/p5-PAR-Dist/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2008/10/19 19:17:58 he Exp $ +# $NetBSD: Makefile,v 1.14 2008/11/17 04:20:50 he Exp $ # -DISTNAME= PAR-Dist-0.31 +DISTNAME= PAR-Dist-0.40 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5moi CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PAR/} @@ -12,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/PAR-Dist/ COMMENT= Perl module toolkit to create and manipulate PAR distributions +BUILD_DEPENDS+= p5-Archive-Zip>0:../../archivers/p5-Archive-Zip + PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty diff --git a/devel/p5-PAR-Dist/distinfo b/devel/p5-PAR-Dist/distinfo index 94225e6d2a5..6d3a3372b47 100644 --- a/devel/p5-PAR-Dist/distinfo +++ b/devel/p5-PAR-Dist/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2008/08/11 12:53:35 he Exp $ +$NetBSD: distinfo,v 1.7 2008/11/17 04:20:50 he Exp $ -SHA1 (PAR-Dist-0.31.tar.gz) = 5632789d7748f5ac5863e4b9a995c044f81a8c2c -RMD160 (PAR-Dist-0.31.tar.gz) = 8bfaf430794f2da59d3d69dbbf4298e24d930d18 -Size (PAR-Dist-0.31.tar.gz) = 14615 bytes +SHA1 (PAR-Dist-0.40.tar.gz) = 309ecc52fd9b521d34b2e28d74011ee44cd6ee7a +RMD160 (PAR-Dist-0.40.tar.gz) = ec34f47500e70ae4f60844e58d074a2fa116d3be +Size (PAR-Dist-0.40.tar.gz) = 35471 bytes |