diff options
author | he <he@pkgsrc.org> | 2008-09-11 21:31:25 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-09-11 21:31:25 +0000 |
commit | 10d48288000f5ac3b0ecc92e9a2d19e980392d58 (patch) | |
tree | 78159c76070c136d6669bf053998636e0c01fb7e /devel/p5-Safe-Hole/Makefile | |
parent | 356dcc588c41599d9f4b5d4ff6c0b2bebb824851 (diff) | |
download | pkgsrc-10d48288000f5ac3b0ecc92e9a2d19e980392d58.tar.gz |
Update from version 0.08nb2 to 0.10, discussed in general terms with maintainer.
Pkgsrc changes:
o Canonicalize HOMEPAGE
Upstream changes:
0.10 Fri Jan 16 2004
- don't local(*INC} unless $self->{INC}
- this version by Brian McCauley <nobull@cpan.org>
0.09 Thu Jan 15 2004
- catch and re-thow exceptions (not doing so seems to cause
segfault sometimes)
- restore opmask, %INC and @INC (default backward-compatabile
mode inhibits this)
- test.pl now has some real tests
- Safe::Hole::User namespace so that Carp can do the right thing
- this version by Brian McCauley <nobull@cpan.org>
Diffstat (limited to 'devel/p5-Safe-Hole/Makefile')
-rw-r--r-- | devel/p5-Safe-Hole/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/p5-Safe-Hole/Makefile b/devel/p5-Safe-Hole/Makefile index b6833e59e8e..321aff4fb87 100644 --- a/devel/p5-Safe-Hole/Makefile +++ b/devel/p5-Safe-Hole/Makefile @@ -1,15 +1,14 @@ -# $NetBSD: Makefile,v 1.10 2008/06/12 02:14:26 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2008/09/11 21:31:25 he Exp $ # -DISTNAME= Safe-Hole-0.08 +DISTNAME= Safe-Hole-0.10 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5sho -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Safe/} MAINTAINER= eric@cirr.com -HOMEPAGE= http://theoryx5.uwinnipeg.ca/CPAN/data/Safe-Hole/Hole.html +HOMEPAGE= http://search.cpan.org/dist/Safe-Hole/ COMMENT= Exec subs in the original package from within a Safe object PKG_INSTALLATION_TYPES= overwrite pkgviews |