diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2003-12-08 12:20:51 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2003-12-08 12:20:51 +0000 |
commit | e0c4385e9d0ed0334c66cc487fdb94003a5c15df (patch) | |
tree | f271e7f0439d3e8d3dabd544be5c2c54707728cc /security/p5-Digest | |
parent | b1a850770c6ae0673eafd2f3ee034731d236d7b2 (diff) | |
download | ports-e0c4385e9d0ed0334c66cc487fdb94003a5c15df.tar.gz ports-e0c4385e9d0ed0334c66cc487fdb94003a5c15df.zip |
Updated to 1.05
Pointed by: erwin
Notes
Notes:
svn path=/head/; revision=95353
Diffstat (limited to 'security/p5-Digest')
-rw-r--r-- | security/p5-Digest/Makefile | 6 | ||||
-rw-r--r-- | security/p5-Digest/distinfo | 2 | ||||
-rw-r--r-- | security/p5-Digest/pkg-plist | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/security/p5-Digest/Makefile b/security/p5-Digest/Makefile index ad7aa7e76e40..799c394e9ece 100644 --- a/security/p5-Digest/Makefile +++ b/security/p5-Digest/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Digest -PORTVERSION= 1.02 +PORTVERSION= 1.05 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Digest @@ -15,12 +15,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Modules that calculate message digests -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes CONFIGURE_ARGS+= INSTALLDIRS="site" -MAN3= Digest.3 +MAN3= Digest.3 Digest::base.3 .include <bsd.port.mk> diff --git a/security/p5-Digest/distinfo b/security/p5-Digest/distinfo index 2a8722823f7a..fad9b11b6e4e 100644 --- a/security/p5-Digest/distinfo +++ b/security/p5-Digest/distinfo @@ -1 +1 @@ -MD5 (Digest-1.02.tar.gz) = 5dfc701274490db4219e6e7190b24217 +MD5 (Digest-1.05.tar.gz) = e5cc52c6268182719423573ff68f08b0 diff --git a/security/p5-Digest/pkg-plist b/security/p5-Digest/pkg-plist index f79c4ee8cee0..fc690df82d4a 100644 --- a/security/p5-Digest/pkg-plist +++ b/security/p5-Digest/pkg-plist @@ -1,3 +1,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/.packlist %%SITE_PERL%%/Digest.pm +%%SITE_PERL%%/Digest/base.pm +@unexec rmdir %D/%%SITE_PERL%%/Digest 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest 2>/dev/null || true |