pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-PAR Update from version 0.982nb1 to 0.983.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/116bd5c78850
branches:  trunk
changeset: 550202:116bd5c78850
user:      he <he%pkgsrc.org@localhost>
date:      Mon Nov 17 04:27:33 2008 +0000

description:
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.

diffstat:

 devel/p5-PAR/Makefile |  9 ++++-----
 devel/p5-PAR/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (40 lines):

diff -r fbcd1cf85aad -r 116bd5c78850 devel/p5-PAR/Makefile
--- a/devel/p5-PAR/Makefile     Mon Nov 17 04:20:50 2008 +0000
+++ b/devel/p5-PAR/Makefile     Mon Nov 17 04:27:33 2008 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2008/10/19 19:17:58 he Exp $
+# $NetBSD: Makefile,v 1.10 2008/11/17 04:27:33 he Exp $
 #
 
-DISTNAME=              PAR-0.982
-PKGREVISION=           1
+DISTNAME=              PAR-0.983
 CATEGORIES=            devel
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=PAR/}
 
@@ -14,10 +13,10 @@
 
 DEPENDS+=              p5-Archive-Zip>=1:../../archivers/p5-Archive-Zip
 DEPENDS+=              p5-Module-ScanDeps>=0.45:../../devel/p5-Module-ScanDeps
-DEPENDS+=              p5-PAR-Dist>=0.22:../../devel/p5-PAR-Dist
+DEPENDS+=              p5-PAR-Dist>=0.32:../../devel/p5-PAR-Dist
 DEPENDS+=              p5-Module-Signature>=0.35:../../security/p5-Module-Signature
 DEPENDS+=              p5-Compress-Zlib>=1.30:../../devel/p5-Compress-Zlib
-DEPENDS+=              p5-AutoLoader>=5.63:../../devel/p5-AutoLoader
+DEPENDS+=              p5-AutoLoader>=5.66.02:../../devel/p5-AutoLoader
 
 PERL5_PACKLIST=                auto/PAR/.packlist
 
diff -r fbcd1cf85aad -r 116bd5c78850 devel/p5-PAR/distinfo
--- a/devel/p5-PAR/distinfo     Mon Nov 17 04:20:50 2008 +0000
+++ b/devel/p5-PAR/distinfo     Mon Nov 17 04:27:33 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2008/08/11 13:11:19 he Exp $
+$NetBSD: distinfo,v 1.3 2008/11/17 04:27:33 he Exp $
 
-SHA1 (PAR-0.982.tar.gz) = f5d094cb8a5c7c110afcf0fecbffd677580600bf
-RMD160 (PAR-0.982.tar.gz) = 2549f51317fed1c7c0ee0a30a6687a1e43b0d5f1
-Size (PAR-0.982.tar.gz) = 77714 bytes
+SHA1 (PAR-0.983.tar.gz) = f296d59d8ba25ad3f62b3cf6db9845d9a3382caa
+RMD160 (PAR-0.983.tar.gz) = cfb60ab7ee3e2c698f274a4a423d501198a16e2d
+Size (PAR-0.983.tar.gz) = 76153 bytes



Home | Main Index | Thread Index | Old Index