diff options
author | sno <sno> | 2009-08-09 12:27:31 +0000 |
---|---|---|
committer | sno <sno> | 2009-08-09 12:27:31 +0000 |
commit | ff5ba23413372de09e2f7544fac192826753f36e (patch) | |
tree | ad19f5cda4bdb30381c54f3bbbdf24538d3d38e7 /devel/p5-PAR | |
parent | ef025e19550d81e858a6169c65d0da9df0c0fad7 (diff) | |
download | pkgsrc-ff5ba23413372de09e2f7544fac192826753f36e.tar.gz |
Updating package for p5 module PAR (Perl Archive Toolkit) from 0.992nb1
to 0.994
pkgsrc changes:
- Adding license information
- Adjusting dependencies according to META.yml
Upstream changce since 0.992:
[Changes for 0.994 - Jul 23, 2009]
- Fix for the PAR::Heavy fix to the INC priority handling.
[Changes for 0.993 - Jul 19, 2009]
- The priority (fallback=>0) repositories should look at @PAR_INC
for the loaded PARs instead of @PAR_INC_LAST.
- Don't reload from a downloaded .par file after installing it
via "upgrade".
- Band-aid fix for the loading priority of shared librares from
PAR files: Try PAR's first, the local stuff, then fallback-PARs.
- Initial support for running external perl scripts from a packaged
interpreter.
Diffstat (limited to 'devel/p5-PAR')
-rw-r--r-- | devel/p5-PAR/Makefile | 14 | ||||
-rw-r--r-- | devel/p5-PAR/distinfo | 8 |
2 files changed, 12 insertions, 10 deletions
diff --git a/devel/p5-PAR/Makefile b/devel/p5-PAR/Makefile index bd98e91ad52..8b72854f9f7 100644 --- a/devel/p5-PAR/Makefile +++ b/devel/p5-PAR/Makefile @@ -1,26 +1,28 @@ -# $NetBSD: Makefile,v 1.12 2009/04/11 23:15:19 sno Exp $ +# $NetBSD: Makefile,v 1.13 2009/08/09 12:27:31 sno Exp $ # -DISTNAME= PAR-0.992 +DISTNAME= PAR-0.994 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PAR/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/PAR/ COMMENT= Cross-Platform Packaging and Debugging Tool +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= p5-Archive-Zip>=1:../../archivers/p5-Archive-Zip +DEPENDS+= p5-AutoLoader>5.66:../../devel/p5-AutoLoader +DEPENDS+= p5-IO-Compress>=2.017:../../devel/p5-IO-Compress DEPENDS+= p5-Module-ScanDeps>=0.45:../../devel/p5-Module-ScanDeps -DEPENDS+= p5-PAR-Dist>=0.32:../../devel/p5-PAR-Dist DEPENDS+= p5-Module-Signature>=0.35:../../security/p5-Module-Signature -DEPENDS+= p5-IO-Compress>=2.017:../../devel/p5-IO-Compress -DEPENDS+= p5-AutoLoader>=5.66.02:../../devel/p5-AutoLoader +DEPENDS+= p5-PAR-Dist>=0.32:../../devel/p5-PAR-Dist PERL5_PACKLIST= auto/PAR/.packlist +#PERL5_MODULE_TYPE= Module::Install +MAKE_PARAMS= --skipdeps .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-PAR/distinfo b/devel/p5-PAR/distinfo index 305a9b56521..5a9f7ca0bd1 100644 --- a/devel/p5-PAR/distinfo +++ b/devel/p5-PAR/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2009/04/11 20:51:21 sno Exp $ +$NetBSD: distinfo,v 1.5 2009/08/09 12:27:31 sno Exp $ -SHA1 (PAR-0.992.tar.gz) = 659f007aa3dcf09f38fb8c571a885c99dd6996d8 -RMD160 (PAR-0.992.tar.gz) = 1e5ba1895b3a58f7a8ca54ad8a669f2050dc2c12 -Size (PAR-0.992.tar.gz) = 80641 bytes +SHA1 (PAR-0.994.tar.gz) = 3733245d7e73c8041b872b754421b9c641b60cbc +RMD160 (PAR-0.994.tar.gz) = dc1b994fb44740a1f9e3e304acc7199d0d62f62d +Size (PAR-0.994.tar.gz) = 81805 bytes |