Mon Nov 17 04:27:33 2008 UTC ()
Update from version 0.982nb1 to 0.983.

Pkgsrc changes:
 o Adjusted dependencies to fit new requirements

Upstream changes:

[Changes for 0.983 - Sep 12, 2008]
* Dependencies
  - Require AutoLoader 5.67 which contains a PAR-related
    bug-fix.
  - Require PAR::Dist 0.32.

* Internal changes
  - The full extraction process _extract_inc
    (which is triggered when a non--clean pp packaged
    executable is run) can now be forced to do the
    extraction (instead of doing if !-d).
  - That same extraction routine now accepts Archive::Zip
    handles or file names.
  - When, during the full extraction, the extracted paths
    are to be added to @INC, we now make sure they're not
    in @INC yet.


(he)
diff -r1.9 -r1.10 pkgsrc/devel/p5-PAR/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/p5-PAR/distinfo

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

--- pkgsrc/devel/p5-PAR/Makefile 2008/10/19 19:17:58 1.9
+++ pkgsrc/devel/p5-PAR/Makefile 2008/11/17 04:27:33 1.10
@@ -1,25 +1,24 @@ @@ -1,25 +1,24 @@
1# $NetBSD: Makefile,v 1.9 2008/10/19 19:17:58 he Exp $ 1# $NetBSD: Makefile,v 1.10 2008/11/17 04:27:33 he Exp $
2# 2#
3 3
4DISTNAME= PAR-0.982 4DISTNAME= PAR-0.983
5PKGREVISION= 1 
6CATEGORIES= devel 5CATEGORIES= devel
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PAR/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PAR/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/PAR/ 9HOMEPAGE= http://search.cpan.org/dist/PAR/
11COMMENT= Cross-Platform Packaging and Debugging Tool 10COMMENT= Cross-Platform Packaging and Debugging Tool
12 11
13PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
14 13
15DEPENDS+= p5-Archive-Zip>=1:../../archivers/p5-Archive-Zip 14DEPENDS+= p5-Archive-Zip>=1:../../archivers/p5-Archive-Zip
16DEPENDS+= p5-Module-ScanDeps>=0.45:../../devel/p5-Module-ScanDeps 15DEPENDS+= p5-Module-ScanDeps>=0.45:../../devel/p5-Module-ScanDeps
17DEPENDS+= p5-PAR-Dist>=0.22:../../devel/p5-PAR-Dist 16DEPENDS+= p5-PAR-Dist>=0.32:../../devel/p5-PAR-Dist
18DEPENDS+= p5-Module-Signature>=0.35:../../security/p5-Module-Signature 17DEPENDS+= p5-Module-Signature>=0.35:../../security/p5-Module-Signature
19DEPENDS+= p5-Compress-Zlib>=1.30:../../devel/p5-Compress-Zlib 18DEPENDS+= p5-Compress-Zlib>=1.30:../../devel/p5-Compress-Zlib
20DEPENDS+= p5-AutoLoader>=5.63:../../devel/p5-AutoLoader 19DEPENDS+= p5-AutoLoader>=5.66.02:../../devel/p5-AutoLoader
21 20
22PERL5_PACKLIST= auto/PAR/.packlist 21PERL5_PACKLIST= auto/PAR/.packlist
23 22
24.include "../../lang/perl5/module.mk" 23.include "../../lang/perl5/module.mk"
25.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/devel/p5-PAR/distinfo 2008/08/11 13:11:19 1.2
+++ pkgsrc/devel/p5-PAR/distinfo 2008/11/17 04:27:33 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2008/08/11 13:11:19 he Exp $ 1$NetBSD: distinfo,v 1.3 2008/11/17 04:27:33 he Exp $
2 2
3SHA1 (PAR-0.982.tar.gz) = f5d094cb8a5c7c110afcf0fecbffd677580600bf 3SHA1 (PAR-0.983.tar.gz) = f296d59d8ba25ad3f62b3cf6db9845d9a3382caa
4RMD160 (PAR-0.982.tar.gz) = 2549f51317fed1c7c0ee0a30a6687a1e43b0d5f1 4RMD160 (PAR-0.983.tar.gz) = cfb60ab7ee3e2c698f274a4a423d501198a16e2d
5Size (PAR-0.982.tar.gz) = 77714 bytes 5Size (PAR-0.983.tar.gz) = 76153 bytes