- update to 0.07
PR: 127150 Submitted by: leeym Approved by: maintainer timeout
This commit is contained in:
parent
070651b4fa
commit
18e51ec291
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221347
2 changed files with 13 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Digest-MD5-File
|
||||
PORTVERSION= 0.06
|
||||
PORTVERSION= 0.07
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -12,8 +12,16 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= gabor@FreeBSD.org
|
||||
COMMENT= Perl extension for getting MD5 sums for files and urls
|
||||
|
||||
RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Digest::MD5::File.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500703
|
||||
RUN_DEPENDS+= p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (Digest-MD5-File-0.06.tar.gz) = f5834686c4e48abd0a405f853e51d7a8
|
||||
SHA256 (Digest-MD5-File-0.06.tar.gz) = 54791e960e589f3a367e3b5d317f3e0b2fabb544307f432e467813db4ef544a4
|
||||
SIZE (Digest-MD5-File-0.06.tar.gz) = 4948
|
||||
MD5 (Digest-MD5-File-0.07.tar.gz) = 1fd9c101fededbdf140f1cedecd4056e
|
||||
SHA256 (Digest-MD5-File-0.07.tar.gz) = 1282d15451f3eab38603305bc0519777891b63d9d577c8532e07112c815cc1a6
|
||||
SIZE (Digest-MD5-File-0.07.tar.gz) = 5122
|
||||
|
|
Loading…
Reference in a new issue