diff options
author | abs <abs@pkgsrc.org> | 2006-08-10 12:53:32 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2006-08-10 12:53:32 +0000 |
commit | 054f9858d539e03fafdaf761189b5b756b7bc36c (patch) | |
tree | 039711512910b71533ce9627b8bea2adb6415cb2 | |
parent | 9c9c705a895e4f7e817fa9c3e19da79e0cafea56 (diff) | |
download | pkgsrc-054f9858d539e03fafdaf761189b5b756b7bc36c.tar.gz |
Update p5-Module-Pluggable from 2.8 to 3.01
2006-06-07 - 3.01
Fix from Brian Cassidy in Devel::InnerPackage
2006-06-06 - 3.0
Big refactor to split stuff up into more manageable pieces
2006-04-05 - 2.98
Allow the ability to provide the file matching regex
2006-02-06 - 2.97
Patch from Ricardo Signes to fix bug where File::Find
is not topic-safe in 5.6.1
2005-09-01 - 2.96
Patch from Alex Vandiver to sort an edge case where the package
stash to contain "::"
2005-07-30 - 2.95
Patch from Alex Vandiver to sort ::ISA::CACHE issues.
More patches from Christopher H. Laco to sort out only and except
and to fix calling search_path( add => ... ) before plugins()
2005-07-09 - 2.9 More Tainting fixes
Patches from Christopher H. Laco and Joe McMahon to do more taint fixing
Suggestion from Christopher H. Laco to do a can check before instatiating
-rw-r--r-- | devel/p5-Module-Pluggable/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Module-Pluggable/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-Module-Pluggable/Makefile b/devel/p5-Module-Pluggable/Makefile index 0d9a5d4914a..e8dc0491982 100644 --- a/devel/p5-Module-Pluggable/Makefile +++ b/devel/p5-Module-Pluggable/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2006/03/04 21:29:23 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2006/08/10 12:53:32 abs Exp $ # -DISTNAME= Module-Pluggable-2.8 +DISTNAME= Module-Pluggable-3.01 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5mpl -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} diff --git a/devel/p5-Module-Pluggable/distinfo b/devel/p5-Module-Pluggable/distinfo index 059904000d8..b474182ff17 100644 --- a/devel/p5-Module-Pluggable/distinfo +++ b/devel/p5-Module-Pluggable/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/04/18 16:36:15 wiz Exp $ +$NetBSD: distinfo,v 1.2 2006/08/10 12:53:32 abs Exp $ -SHA1 (Module-Pluggable-2.8.tar.gz) = 65450cdf6ad741c5953207080f4f3fd448e0c762 -RMD160 (Module-Pluggable-2.8.tar.gz) = 0298939872795c2b60ab50ab14abc17150fb4026 -Size (Module-Pluggable-2.8.tar.gz) = 10356 bytes +SHA1 (Module-Pluggable-3.01.tar.gz) = b3e16eee99be59e0cd400bbb12c1b21d15d6f309 +RMD160 (Module-Pluggable-3.01.tar.gz) = d51e16e305ed0d05dc4d87f06f8d7fb58b8b3801 +Size (Module-Pluggable-3.01.tar.gz) = 13024 bytes |