Sat Sep 5 13:42:48 2015 UTC ()
Update 1.009 to 1.010
---------------------
1.010  2015-07-13
  - Fix #101800 "[PATCH] Reinstate files to inc dir if deleted by external process"
      Periodic temp  directory cleaning programs (eg. "tmpwatch") may remove some
          (older) files from $PAR_TEMP/inc, but keep others. This causes the packed
	      program to fail.
    - When extracting a .par file to $PAR_TEMP/inc do NOT restore the original
          modified timestamps of the file (so that the extracted files have
	        the time of extraction as their modified time).
    - Add a "canary" file in $PAR_TEMP and back-date it 1 day. Hence any process
          removing files in $PAR_TEMP based on timestamps should remove
	        the "canary" before others.
    - If the canary file is missing, extract the .par to $PAR_TEMP/inc
          as previously was done only when $PAR_TEMP/inc was missing.


(mef)
diff -r1.26 -r1.27 pkgsrc/devel/p5-PAR/Makefile
diff -r1.9 -r1.10 pkgsrc/devel/p5-PAR/distinfo

cvs diff -r1.26 -r1.27 pkgsrc/devel/p5-PAR/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-PAR/Makefile 2015/07/12 18:56:16 1.26
+++ pkgsrc/devel/p5-PAR/Makefile 2015/09/05 13:42:48 1.27
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.26 2015/07/12 18:56:16 wiz Exp $ 1# $NetBSD: Makefile,v 1.27 2015/09/05 13:42:48 mef Exp $
2# 2#
3 3
4DISTNAME= PAR-1.009 4DISTNAME= PAR-1.010
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 1 
7CATEGORIES= devel 6CATEGORIES= devel
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PAR/RSCHUPP/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PAR/RSCHUPP/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/PAR/ 10HOMEPAGE= http://search.cpan.org/dist/PAR/
12COMMENT= Cross-Platform Packaging and Debugging Tool 11COMMENT= Cross-Platform Packaging and Debugging Tool
13LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
14 13
15DEPENDS+= p5-Archive-Zip>=1:../../archivers/p5-Archive-Zip 14DEPENDS+= p5-Archive-Zip>=1:../../archivers/p5-Archive-Zip
16#DEPENDS+= {perl>=5.10.1,p5-AutoLoader>5.66}:../../devel/p5-AutoLoader 15#DEPENDS+= {perl>=5.10.1,p5-AutoLoader>5.66}:../../devel/p5-AutoLoader
17#DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Zlib>=1.3 16#DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Zlib>=1.3
18DEPENDS+= p5-Module-ScanDeps>=0.45:../../devel/p5-Module-ScanDeps 17DEPENDS+= p5-Module-ScanDeps>=0.45:../../devel/p5-Module-ScanDeps
19DEPENDS+= p5-Module-Signature>=0.35:../../security/p5-Module-Signature 18DEPENDS+= p5-Module-Signature>=0.35:../../security/p5-Module-Signature

cvs diff -r1.9 -r1.10 pkgsrc/devel/p5-PAR/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-PAR/distinfo 2015/04/25 08:14:31 1.9
+++ pkgsrc/devel/p5-PAR/distinfo 2015/09/05 13:42:48 1.10
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.9 2015/04/25 08:14:31 mef Exp $ 1$NetBSD: distinfo,v 1.10 2015/09/05 13:42:48 mef Exp $
2 2
3SHA1 (PAR-1.009.tar.gz) = 854b2323f0ec5f63758bfdf625efd478e3e61ff6 3SHA1 (PAR-1.010.tar.gz) = 98ecdbd5bc1667b12aa22d81e9997cc857cd3724
4RMD160 (PAR-1.009.tar.gz) = f9cb61aea4a33507d0608fc61a543d76c23eb0c4 4RMD160 (PAR-1.010.tar.gz) = a812ac6c5176f7cb0bc15c5ea7d41656c04b0e0d
5Size (PAR-1.009.tar.gz) = 74811 bytes 5Size (PAR-1.010.tar.gz) = 75412 bytes