diff options
author | abs <abs@pkgsrc.org> | 2007-06-09 23:39:03 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2007-06-09 23:39:03 +0000 |
commit | 24d99bfcf2f3df792d86d21b7dd20e0d38dcdcfa (patch) | |
tree | af2665a4ed89ca0b7003ad4e6e0600149f2c3b57 | |
parent | 299d21100ff759e46a4d35ccb18a8c1be3016201 (diff) | |
download | pkgsrc-24d99bfcf2f3df792d86d21b7dd20e0d38dcdcfa.tar.gz |
Updated devel/p5-PAR-Dist 0.21 -> 0.22
By: smueller on 2007/04/30
* Patch from Jos Boumans: Remove use of "static" variable.
By: smueller on 2006/10/28
* parse_dist_name now supports versions starting with a 'v'.
-rw-r--r-- | devel/p5-PAR-Dist/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-PAR-Dist/distinfo | 8 | ||||
-rw-r--r-- | doc/CHANGES-2007 | 3 |
3 files changed, 8 insertions, 7 deletions
diff --git a/devel/p5-PAR-Dist/Makefile b/devel/p5-PAR-Dist/Makefile index 56f6c6e667f..5b3cff5f284 100644 --- a/devel/p5-PAR-Dist/Makefile +++ b/devel/p5-PAR-Dist/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2006/10/30 13:01:35 obache Exp $ +# $NetBSD: Makefile,v 1.9 2007/06/09 23:39:03 abs Exp $ # -DISTNAME= PAR-Dist-0.21 +DISTNAME= PAR-Dist-0.22 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5moi CATEGORIES= devel perl5 diff --git a/devel/p5-PAR-Dist/distinfo b/devel/p5-PAR-Dist/distinfo index b866b3c13e2..43a586741df 100644 --- a/devel/p5-PAR-Dist/distinfo +++ b/devel/p5-PAR-Dist/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2006/10/30 13:01:35 obache Exp $ +$NetBSD: distinfo,v 1.4 2007/06/09 23:39:03 abs Exp $ -SHA1 (PAR-Dist-0.21.tar.gz) = 4eea42c9c02e2b40e71da93c39c277d83c732246 -RMD160 (PAR-Dist-0.21.tar.gz) = 29176b7b66028d85fe19fe21bd91c0891c22b323 -Size (PAR-Dist-0.21.tar.gz) = 23704 bytes +SHA1 (PAR-Dist-0.22.tar.gz) = d856bbb08e8bdb7e04d359490abb17b58a936f91 +RMD160 (PAR-Dist-0.22.tar.gz) = bed57c7879848733a8287b31b6b8300e0b6fed14 +Size (PAR-Dist-0.22.tar.gz) = 24162 bytes diff --git a/doc/CHANGES-2007 b/doc/CHANGES-2007 index dba246eb0ba..b212a7392e1 100644 --- a/doc/CHANGES-2007 +++ b/doc/CHANGES-2007 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2007,v 1.1300 2007/06/09 23:38:12 abs Exp $ +$NetBSD: CHANGES-2007,v 1.1301 2007/06/09 23:39:32 abs Exp $ Changes to the packages collection and infrastructure in 2007: @@ -2511,3 +2511,4 @@ Changes to the packages collection and infrastructure in 2007: Updated devel/p5-Module-Build to 0.2808 [abs 2007-06-10] Updated devel/p5-Module-Install to 0.67 [abs 2007-06-10] Updated devel/p5-Module-ScanDeps to 0.74 [abs 2007-06-10] + Updated devel/p5-PAR-Dist to 0.22 [abs 2007-06-10] |