diff options
author | swills <swills@FreeBSD.org> | 2012-09-09 09:54:51 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-09-09 09:54:51 +0800 |
commit | 243392c4dcf3dc4f77b7c62a3ad63c0d4ea396a2 (patch) | |
tree | ca2ed6b13d04cefe5d4234f256b9b682c2702860 /security | |
parent | 2eee65418423e0014d407d340c2147734e8787d2 (diff) | |
download | freebsd-ports-gnome-243392c4dcf3dc4f77b7c62a3ad63c0d4ea396a2.tar.gz freebsd-ports-gnome-243392c4dcf3dc4f77b7c62a3ad63c0d4ea396a2.tar.zst freebsd-ports-gnome-243392c4dcf3dc4f77b7c62a3ad63c0d4ea396a2.zip |
- Update to 0.13
PR: ports/171057
Approved by: maintainer timeout (sethk@meowfishies.com, >2 weeks)
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Safe-Hole/Makefile | 4 | ||||
-rw-r--r-- | security/p5-Safe-Hole/distinfo | 4 | ||||
-rw-r--r-- | security/p5-Safe-Hole/pkg-plist | 1 |
3 files changed, 4 insertions, 5 deletions
diff --git a/security/p5-Safe-Hole/Makefile b/security/p5-Safe-Hole/Makefile index 1c1e999eb8e8..5d9b02907f91 100644 --- a/security/p5-Safe-Hole/Makefile +++ b/security/p5-Safe-Hole/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Safe-Hole -PORTVERSION= 0.10 +PORTVERSION= 0.13 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sethk@meowfishies.com COMMENT= Make a hole to the original main compartment in the Safe compartment -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN3= Safe::Hole.3 diff --git a/security/p5-Safe-Hole/distinfo b/security/p5-Safe-Hole/distinfo index 37baf1dcf328..01f83dbd1e41 100644 --- a/security/p5-Safe-Hole/distinfo +++ b/security/p5-Safe-Hole/distinfo @@ -1,2 +1,2 @@ -SHA256 (Safe-Hole-0.10.tar.gz) = ae7d7bd020931ae55e5238864ac2bf0764a893ca03d334e44c11f99bfb453188 -SIZE (Safe-Hole-0.10.tar.gz) = 11433 +SHA256 (Safe-Hole-0.13.tar.gz) = 494cf5abae8cb2675959513631ecd5b595c6292aebd138e5bd8b0bb0334a97cb +SIZE (Safe-Hole-0.13.tar.gz) = 14269 diff --git a/security/p5-Safe-Hole/pkg-plist b/security/p5-Safe-Hole/pkg-plist index 6993041f51be..8f1542f23eaa 100644 --- a/security/p5-Safe-Hole/pkg-plist +++ b/security/p5-Safe-Hole/pkg-plist @@ -1,7 +1,6 @@ %%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/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Safe/Hole/ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Safe @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Safe |