diff options
author | mef <mef@pkgsrc.org> | 2017-06-18 03:14:22 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2017-06-18 03:14:22 +0000 |
commit | ac7f616b68220b64a078e9db441fa86c0636db16 (patch) | |
tree | b75c80da0c93bd7f50cc495725cdc04f81472bc7 /devel/p5-PAR | |
parent | 63052ea9fc652e127b8b2bfe995e66e619eec8f4 (diff) | |
download | pkgsrc-ac7f616b68220b64a078e9db441fa86c0636db16.tar.gz |
Update p5-PAR from 1.011 to 1.015
---------------------------------
1.015 2017-04-13
- Fix RT#120722 (Reason for Module::Signature dependency unclear since 2008)
- "require" a non-broken version of Digest::SHA
- remove other crypto related "recommends"
- Switch from Module::Install to ExtUtils::MakeMaker
- avoids the hassle with Module::Install for Perl without "." in @INC
- add some resources cf META.json
1.014 2016-12-18
- Fix RT#119224: "Issue about Can't locate loadable object for module"
drop "use" statements in PAR/Heavy.pm added in edf5f24d
- Fix RT#119010: "Wrong license link"
always refer to the included LICENSE file
- generate hello.par in Makefile target "pure_all"
1.013 2016-11-27
- Fix a crucial typo, hopefully fixes RT#118981 "Tests fail (with PAR 1.012?)"
- Build t/hello.par at "make" time
1.012 2016-11-25
- Guard against concurrent extraction attempts of zip into "inc"
- use a file lock to protect the extraction of the complete zip into "inc"
- _run_member_*(), _tempfile(), _dl_extract():
make the "persistent" filename only visible when the file
has been completely written
- Make build and test work if @INC does not include "."
- Upgrade to Module::Install 1.17
Diffstat (limited to 'devel/p5-PAR')
-rw-r--r-- | devel/p5-PAR/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-PAR/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/p5-PAR/Makefile b/devel/p5-PAR/Makefile index 99b908623e2..55733024eae 100644 --- a/devel/p5-PAR/Makefile +++ b/devel/p5-PAR/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.30 2017/06/05 14:23:24 ryoon Exp $ +# $NetBSD: Makefile,v 1.31 2017/06/18 03:14:22 mef Exp $ # -DISTNAME= PAR-1.011 +DISTNAME= PAR-1.015 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PAR/RSCHUPP/} diff --git a/devel/p5-PAR/distinfo b/devel/p5-PAR/distinfo index 8bb6691c36c..2ccd7d3eaf9 100644 --- a/devel/p5-PAR/distinfo +++ b/devel/p5-PAR/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2016/09/19 11:35:12 mef Exp $ +$NetBSD: distinfo,v 1.13 2017/06/18 03:14:22 mef Exp $ -SHA1 (PAR-1.011.tar.gz) = 61f5760e7a213d3aa7c66ffaf51ec23702e4be5b -RMD160 (PAR-1.011.tar.gz) = 1b2be551a1e8d1c1f06678e319097a0e058ff87f -SHA512 (PAR-1.011.tar.gz) = 83ca9fcf7dc8efd83060b22c87a6793afdd730b9697c99ed0b8d72ddfe88954dd412aa055b529c386eedf4c3480c6d117e1684f8e92ba11c2b35e34b987c9d69 -Size (PAR-1.011.tar.gz) = 78107 bytes +SHA1 (PAR-1.015.tar.gz) = b0b2c8b11a66c2abb59ed494c679b11b9e115533 +RMD160 (PAR-1.015.tar.gz) = 879421b712ce4689b79e5e4dba0e2447dcb7b129 +SHA512 (PAR-1.015.tar.gz) = 411048cb6517364b04cb46c179574b4baf2dc0788efecedc1e5fe2283a203d25157f1e74411761b8dd3019f50b651b0f40bf7d50131cf40077c4372571aa62b7 +Size (PAR-1.015.tar.gz) = 65748 bytes |