pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-PAR



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jun 18 03:14:22 UTC 2017

Modified Files:
        pkgsrc/devel/p5-PAR: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/p5-PAR/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/p5-PAR/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-PAR/Makefile
diff -u pkgsrc/devel/p5-PAR/Makefile:1.30 pkgsrc/devel/p5-PAR/Makefile:1.31
--- pkgsrc/devel/p5-PAR/Makefile:1.30   Mon Jun  5 14:23:24 2017
+++ pkgsrc/devel/p5-PAR/Makefile        Sun Jun 18 03:14:22 2017
@@ -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/}
 

Index: pkgsrc/devel/p5-PAR/distinfo
diff -u pkgsrc/devel/p5-PAR/distinfo:1.12 pkgsrc/devel/p5-PAR/distinfo:1.13
--- pkgsrc/devel/p5-PAR/distinfo:1.12   Mon Sep 19 11:35:12 2016
+++ pkgsrc/devel/p5-PAR/distinfo        Sun Jun 18 03:14:22 2017
@@ -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



Home | Main Index | Thread Index | Old Index