diff options
author | erwin <erwin@FreeBSD.org> | 2004-02-18 04:06:57 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2004-02-18 04:06:57 +0800 |
commit | f848deba135d43f134a5b3989d8cee695797a5e4 (patch) | |
tree | e07c53a173fbeb99e9991d6195639142462a6f3e /security/p5-Crypt-PasswdMD5 | |
parent | 134e08aa3956d23279190ffd5be92a6b2731d8ba (diff) | |
download | freebsd-ports-gnome-f848deba135d43f134a5b3989d8cee695797a5e4.tar.gz freebsd-ports-gnome-f848deba135d43f134a5b3989d8cee695797a5e4.tar.zst freebsd-ports-gnome-f848deba135d43f134a5b3989d8cee695797a5e4.zip |
Update to 1.3
Diffstat (limited to 'security/p5-Crypt-PasswdMD5')
-rw-r--r-- | security/p5-Crypt-PasswdMD5/Makefile | 6 | ||||
-rw-r--r-- | security/p5-Crypt-PasswdMD5/distinfo | 3 | ||||
-rw-r--r-- | security/p5-Crypt-PasswdMD5/pkg-plist | 1 |
3 files changed, 7 insertions, 3 deletions
diff --git a/security/p5-Crypt-PasswdMD5/Makefile b/security/p5-Crypt-PasswdMD5/Makefile index 61237a4aab81..99e11508bfb3 100644 --- a/security/p5-Crypt-PasswdMD5/Makefile +++ b/security/p5-Crypt-PasswdMD5/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Crypt-PasswdMD5 -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt @@ -15,10 +15,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= erwin@FreeBSD.org COMMENT= Perl module that provides interoperable MD5-based crypt() function +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 +RUN_DEPENDS= ${BUILD_DEPENDS} + USE_REINPLACE= yes PERL_CONFIGURE= yes -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Crypt::PasswdMD5.3 pre-patch: diff --git a/security/p5-Crypt-PasswdMD5/distinfo b/security/p5-Crypt-PasswdMD5/distinfo index f89458ac1f4a..595c97cc2671 100644 --- a/security/p5-Crypt-PasswdMD5/distinfo +++ b/security/p5-Crypt-PasswdMD5/distinfo @@ -1 +1,2 @@ -MD5 (Crypt-PasswdMD5-1.2.tar.gz) = 35966352a496fd2f30e3d08734bf13e4 +MD5 (Crypt-PasswdMD5-1.3.tar.gz) = 368205b1be8c0d4f807afe25d6fbd1ad +SIZE (Crypt-PasswdMD5-1.3.tar.gz) = 4820 diff --git a/security/p5-Crypt-PasswdMD5/pkg-plist b/security/p5-Crypt-PasswdMD5/pkg-plist index 8c4cec1a92c1..2cd4efbede1f 100644 --- a/security/p5-Crypt-PasswdMD5/pkg-plist +++ b/security/p5-Crypt-PasswdMD5/pkg-plist @@ -1,4 +1,5 @@ %%SITE_PERL%%/Crypt/PasswdMD5.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/PasswdMD5/.packlist @unexec rmdir %D/%%SITE_PERL%%/Crypt 2>/dev/null || true +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/PasswdMD5 @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true |