diff options
author | aaron <aaron@FreeBSD.org> | 2006-06-10 03:20:57 +0800 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-06-10 03:20:57 +0800 |
commit | 0b803dcb646e960e412861e836a1960ba1db89e7 (patch) | |
tree | 0e17ad47fc5b1a31951ee232a5744982ecdc2af9 /databases | |
parent | 5bcbcb93c24ad8cbfd51215fd92b6d633b521e9b (diff) | |
download | freebsd-ports-gnome-0b803dcb646e960e412861e836a1960ba1db89e7.tar.gz freebsd-ports-gnome-0b803dcb646e960e412861e836a1960ba1db89e7.tar.zst freebsd-ports-gnome-0b803dcb646e960e412861e836a1960ba1db89e7.zip |
- Update from v0.96 to v0.983
- Update plist
PR: ports/98189
Submitted by: aaron
Reviewed by: maintainer
Approved by: maintainer, tobez (implicit)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBM-Deep/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-DBM-Deep/distinfo | 6 | ||||
-rw-r--r-- | databases/p5-DBM-Deep/pkg-descr | 2 | ||||
-rw-r--r-- | databases/p5-DBM-Deep/pkg-plist | 3 |
4 files changed, 11 insertions, 4 deletions
diff --git a/databases/p5-DBM-Deep/Makefile b/databases/p5-DBM-Deep/Makefile index 2db94f014ec7..876f1e0dc0bf 100644 --- a/databases/p5-DBM-Deep/Makefile +++ b/databases/p5-DBM-Deep/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DBM-Deep -PORTVERSION= 0.96 +PORTVERSION= 0.983 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBM @@ -23,7 +23,9 @@ PERL_CONFIGURE= yes .if ${PERL_LEVEL} < 500800 BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 +BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils .endif .include <bsd.port.post.mk> diff --git a/databases/p5-DBM-Deep/distinfo b/databases/p5-DBM-Deep/distinfo index 9cc733539697..70364cd386fb 100644 --- a/databases/p5-DBM-Deep/distinfo +++ b/databases/p5-DBM-Deep/distinfo @@ -1,3 +1,3 @@ -MD5 (DBM-Deep-0.96.tar.gz) = d23a451aa70bb2159f9368bbd27b4ee5 -SHA256 (DBM-Deep-0.96.tar.gz) = 213d8f2117c722154f52f66c294ca8f997e95c16c6e6e22edcfacd2852300ccf -SIZE (DBM-Deep-0.96.tar.gz) = 42653 +MD5 (DBM-Deep-0.983.tar.gz) = 09ddd163183e983bf1085688d0b25b75 +SHA256 (DBM-Deep-0.983.tar.gz) = 6c98eaad450ebd83a4806cc94f6131a64b82bb3c21c5897f2c9755325fb462ec +SIZE (DBM-Deep-0.983.tar.gz) = 54076 diff --git a/databases/p5-DBM-Deep/pkg-descr b/databases/p5-DBM-Deep/pkg-descr index 82d9307aa750..a2af4e119168 100644 --- a/databases/p5-DBM-Deep/pkg-descr +++ b/databases/p5-DBM-Deep/pkg-descr @@ -6,3 +6,5 @@ in pure perl -- this is NOT a wrapper around a C-based DBM. Out-of-the-box compatibility with Unix, Mac OS X and Windows. WWW: http://search.cpan.org/dist/DBM-Deep/ +Authors: Joseph Huckaby <jhuckaby@cpan.org> + Rob Kinyon <rkinyon@cpan.org> diff --git a/databases/p5-DBM-Deep/pkg-plist b/databases/p5-DBM-Deep/pkg-plist index 4744781514f8..fe43d7adc6e4 100644 --- a/databases/p5-DBM-Deep/pkg-plist +++ b/databases/p5-DBM-Deep/pkg-plist @@ -1,5 +1,8 @@ %%SITE_PERL%%/DBM/Deep.pm +%%SITE_PERL%%/DBM/Deep/Array.pm +%%SITE_PERL%%/DBM/Deep/Hash.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBM/Deep/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBM/Deep @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBM +@dirrm %%SITE_PERL%%/DBM/Deep @dirrmtry %%SITE_PERL%%/DBM |