diff options
author | leeym <leeym@FreeBSD.org> | 2005-03-10 16:49:44 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2005-03-10 16:49:44 +0800 |
commit | e279fb2f00bd26cb1760b528df9bb7fe400c9d8c (patch) | |
tree | b76fb3285bb04bb1e2521caf6b4d8bf12cdddee8 /security/p5-Safe-Hole | |
parent | 2116f0272dc06e917c04c85c866f88a6b25c7661 (diff) | |
download | freebsd-ports-graphics-e279fb2f00bd26cb1760b528df9bb7fe400c9d8c.tar.gz freebsd-ports-graphics-e279fb2f00bd26cb1760b528df9bb7fe400c9d8c.tar.zst freebsd-ports-graphics-e279fb2f00bd26cb1760b528df9bb7fe400c9d8c.zip |
- Update to 0.10
- remove redundant whitespace in Makefile
- add WWW: in pkg-descr
- fix PLIST
PR: 78137
Submitted by: leeym
Diffstat (limited to 'security/p5-Safe-Hole')
-rw-r--r-- | security/p5-Safe-Hole/Makefile | 10 | ||||
-rw-r--r-- | security/p5-Safe-Hole/distinfo | 4 | ||||
-rw-r--r-- | security/p5-Safe-Hole/pkg-descr | 2 | ||||
-rw-r--r-- | security/p5-Safe-Hole/pkg-plist | 3 |
4 files changed, 10 insertions, 9 deletions
diff --git a/security/p5-Safe-Hole/Makefile b/security/p5-Safe-Hole/Makefile index 8a91de4672d..09f81e5ff75 100644 --- a/security/p5-Safe-Hole/Makefile +++ b/security/p5-Safe-Hole/Makefile @@ -6,19 +6,17 @@ # PORTNAME= Safe-Hole -PORTVERSION= 0.08 +PORTVERSION= 0.10 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Safe PKGNAMEPREFIX= p5- -MAINTAINER= sethk@meowfishies.com +MAINTAINER= sethk@meowfishies.com COMMENT= Make a hole to the original main compartment in the Safe compartment -BROKEN= Incomplete pkg-plist +PERL_CONFIGURE= yes -PERL_CONFIGURE= yes - -MAN3= Safe::Hole.3 +MAN3= Safe::Hole.3 .include <bsd.port.mk> diff --git a/security/p5-Safe-Hole/distinfo b/security/p5-Safe-Hole/distinfo index 3479563af22..57da30aa618 100644 --- a/security/p5-Safe-Hole/distinfo +++ b/security/p5-Safe-Hole/distinfo @@ -1,2 +1,2 @@ -MD5 (Safe-Hole-0.08.tar.gz) = 220f2924e736af120e03cb137075ffd8 -SIZE (Safe-Hole-0.08.tar.gz) = 8947 +MD5 (Safe-Hole-0.10.tar.gz) = 95938ad032b576e0ecae6b9bf2e1de27 +SIZE (Safe-Hole-0.10.tar.gz) = 11433 diff --git a/security/p5-Safe-Hole/pkg-descr b/security/p5-Safe-Hole/pkg-descr index 09fd876d43c..81cf27ce171 100644 --- a/security/p5-Safe-Hole/pkg-descr +++ b/security/p5-Safe-Hole/pkg-descr @@ -10,3 +10,5 @@ in the original main compartment from the Safe compartment. - Seth sethk@meowfishies.com + +WWW: http://search.cpan.org/dist/Safe-Hole/ diff --git a/security/p5-Safe-Hole/pkg-plist b/security/p5-Safe-Hole/pkg-plist index a4c9a30d13a..40a37e51d91 100644 --- a/security/p5-Safe-Hole/pkg-plist +++ b/security/p5-Safe-Hole/pkg-plist @@ -1,6 +1,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Safe/Hole/Hole.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/Safe/Hole/Hole.bs %%SITE_PERL%%/%%PERL_ARCH%%/Safe/Hole.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Safe/Hole/autosplit.ix %%SITE_PERL%%/%%PERL_ARCH%%/auto/Safe/Hole/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Safe/Hole/ +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Safe 2>/dev/null || true +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Safe |