mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
- Update from v0.96 to v0.983
- Update plist PR: ports/98189 Submitted by: aaron Reviewed by: maintainer Approved by: maintainer, tobez (implicit)
This commit is contained in:
parent
4d88fee067
commit
5044e973f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164924
@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= DBM-Deep
|
PORTNAME= DBM-Deep
|
||||||
PORTVERSION= 0.96
|
PORTVERSION= 0.983
|
||||||
CATEGORIES= databases perl5
|
CATEGORIES= databases perl5
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
MASTER_SITE_SUBDIR= DBM
|
MASTER_SITE_SUBDIR= DBM
|
||||||
@ -23,7 +23,9 @@ PERL_CONFIGURE= yes
|
|||||||
|
|
||||||
.if ${PERL_LEVEL} < 500800
|
.if ${PERL_LEVEL} < 500800
|
||||||
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
|
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}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
|
||||||
|
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
MD5 (DBM-Deep-0.96.tar.gz) = d23a451aa70bb2159f9368bbd27b4ee5
|
MD5 (DBM-Deep-0.983.tar.gz) = 09ddd163183e983bf1085688d0b25b75
|
||||||
SHA256 (DBM-Deep-0.96.tar.gz) = 213d8f2117c722154f52f66c294ca8f997e95c16c6e6e22edcfacd2852300ccf
|
SHA256 (DBM-Deep-0.983.tar.gz) = 6c98eaad450ebd83a4806cc94f6131a64b82bb3c21c5897f2c9755325fb462ec
|
||||||
SIZE (DBM-Deep-0.96.tar.gz) = 42653
|
SIZE (DBM-Deep-0.983.tar.gz) = 54076
|
||||||
|
@ -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.
|
compatibility with Unix, Mac OS X and Windows.
|
||||||
|
|
||||||
WWW: http://search.cpan.org/dist/DBM-Deep/
|
WWW: http://search.cpan.org/dist/DBM-Deep/
|
||||||
|
Authors: Joseph Huckaby <jhuckaby@cpan.org>
|
||||||
|
Rob Kinyon <rkinyon@cpan.org>
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
%%SITE_PERL%%/DBM/Deep.pm
|
%%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
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBM/Deep/.packlist
|
||||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBM/Deep
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBM/Deep
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBM
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBM
|
||||||
|
@dirrm %%SITE_PERL%%/DBM/Deep
|
||||||
@dirrmtry %%SITE_PERL%%/DBM
|
@dirrmtry %%SITE_PERL%%/DBM
|
||||||
|
Loading…
Reference in New Issue
Block a user