Update to 3.0.
This commit is contained in:
parent
abee6364ff
commit
c5d67c45c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213268
2 changed files with 6 additions and 7 deletions
|
@ -6,10 +6,9 @@
|
|||
#
|
||||
|
||||
PORTNAME= md5deep
|
||||
PORTVERSION= 2.0.1
|
||||
PORTVERSION= 3.0
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= SF
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-001
|
||||
|
||||
MAINTAINER= nobutaka@FreeBSD.org
|
||||
COMMENT= Program to compute various message digests recursively
|
||||
|
@ -17,11 +16,11 @@ COMMENT= Program to compute various message digests recursively
|
|||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
MAN1= md5deep.1
|
||||
MAN1= md5deep.1 hashdeep.1
|
||||
MLINKS= md5deep.1 sha1deep.1 md5deep.1 sha256deep.1 \
|
||||
md5deep.1 whirlpooldeep.1 md5deep.1 tigerdeep.1
|
||||
|
||||
PLIST_FILES= bin/md5deep bin/sha1deep bin/sha256deep \
|
||||
PLIST_FILES= bin/hashdeep bin/md5deep bin/sha1deep bin/sha256deep \
|
||||
bin/whirlpooldeep bin/tigerdeep
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (md5deep-2.0.1-001.tar.gz) = c250d966ff3bf6594a16410b63429af1
|
||||
SHA256 (md5deep-2.0.1-001.tar.gz) = 7ea4ba5257a1e08beb1f05430bf33a9ac311048ed0920dcf6450dad1a75f146d
|
||||
SIZE (md5deep-2.0.1-001.tar.gz) = 203211
|
||||
MD5 (md5deep-3.0.tar.gz) = f491729d91632a816a7a4a8dba58b3ca
|
||||
SHA256 (md5deep-3.0.tar.gz) = 7af9ca3b271434713b1051776807c570d127a77743c818aef93232800e2201f4
|
||||
SIZE (md5deep-3.0.tar.gz) = 233803
|
||||
|
|
Loading…
Reference in a new issue