diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-04-25 00:35:23 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-04-25 00:35:23 +0800 |
commit | 9aa7d14b29b6756f43ad52e447daf2364163cc4c (patch) | |
tree | 4c4de9d9e9b60af1bad800cdebc78662bd899d26 /misc | |
parent | 87c8a5c30a0b2721cb417ad4ad449a6ee0b17a25 (diff) | |
download | freebsd-ports-gnome-9aa7d14b29b6756f43ad52e447daf2364163cc4c.tar.gz freebsd-ports-gnome-9aa7d14b29b6756f43ad52e447daf2364163cc4c.tar.zst freebsd-ports-gnome-9aa7d14b29b6756f43ad52e447daf2364163cc4c.zip |
- Update to 1.014
PR: ports/165843
Submitted by: wen
Approved by: maintainer (timeout, 47 days)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Test-Dir/Makefile | 6 | ||||
-rw-r--r-- | misc/p5-Test-Dir/distinfo | 4 | ||||
-rw-r--r-- | misc/p5-Test-Dir/pkg-descr | 1 | ||||
-rw-r--r-- | misc/p5-Test-Dir/pkg-plist | 2 |
4 files changed, 8 insertions, 5 deletions
diff --git a/misc/p5-Test-Dir/Makefile b/misc/p5-Test-Dir/Makefile index 9628d6fbe519..4f1f6f61d7a1 100644 --- a/misc/p5-Test-Dir/Makefile +++ b/misc/p5-Test-Dir/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Test-Dir -PORTVERSION= 1.006 +PORTVERSION= 1.014 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,6 +16,8 @@ COMMENT= Test directory attributes PERL_CONFIGURE= yes -MAN3= Test::Dir.3 Test::Folder.3 +MAN3= Test::Dir.3 \ + Test::Dir::Base.3 \ + Test::Folder.3 .include <bsd.port.mk> diff --git a/misc/p5-Test-Dir/distinfo b/misc/p5-Test-Dir/distinfo index 976eeb578077..ace4751699f8 100644 --- a/misc/p5-Test-Dir/distinfo +++ b/misc/p5-Test-Dir/distinfo @@ -1,2 +1,2 @@ -SHA256 (Test-Dir-1.006.tar.gz) = 09bd6ee4377d8cdeed09844f0b281aa7cd3221658bf54b588f4f0f4adad9ff95 -SIZE (Test-Dir-1.006.tar.gz) = 14532 +SHA256 (Test-Dir-1.014.tar.gz) = b36efc286f8127b04fd7bb0dfdf4bd0a090b175872e35b5ce6d4d80c772c28bf +SIZE (Test-Dir-1.014.tar.gz) = 21360 diff --git a/misc/p5-Test-Dir/pkg-descr b/misc/p5-Test-Dir/pkg-descr index 56ef66c51243..cbeb2945c965 100644 --- a/misc/p5-Test-Dir/pkg-descr +++ b/misc/p5-Test-Dir/pkg-descr @@ -8,5 +8,4 @@ dir_not_exists_ok Ok if the directory does not exist, and not ok otherwise. - WWW: http://search.cpan.org/dist/Test-Dir/ diff --git a/misc/p5-Test-Dir/pkg-plist b/misc/p5-Test-Dir/pkg-plist index 051dc7cf3f94..91cb6fd99960 100644 --- a/misc/p5-Test-Dir/pkg-plist +++ b/misc/p5-Test-Dir/pkg-plist @@ -1,6 +1,8 @@ %%SITE_PERL%%/Test/Dir.pm +%%SITE_PERL%%/Test/Dir/Base.pm %%SITE_PERL%%/Test/Folder.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Dir/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Dir @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test +@dirrm %%SITE_PERL%%/Test/Dir @dirrmtry %%SITE_PERL%%/Test |