mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Update to 1.3
This commit is contained in:
parent
ac4398df1c
commit
18752cba68
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101230
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user