diff options
Diffstat (limited to 'security/md5deep')
-rw-r--r-- | security/md5deep/Makefile | 6 | ||||
-rw-r--r-- | security/md5deep/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/md5deep/Makefile b/security/md5deep/Makefile index 9202953d9b96..f5536f9f44d3 100644 --- a/security/md5deep/Makefile +++ b/security/md5deep/Makefile @@ -6,7 +6,7 @@ # PORTNAME= md5deep -PORTVERSION= 1.3 +PORTVERSION= 1.5 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,9 +17,9 @@ COMMENT= Program to compute MD5 and SHA1 message digests recursively ALL_TARGET= unix USE_REINPLACE= yes -MAN1= md5deep.1 sha1deep.1 +MAN1= md5deep.1 sha1deep.1 sha256deep.1 -PLIST_FILES= bin/md5deep bin/sha1deep +PLIST_FILES= bin/md5deep bin/sha1deep bin/sha256deep post-patch: @${REINPLACE_CMD} -e 's!/usr/local!${PREFIX}!g' \ diff --git a/security/md5deep/distinfo b/security/md5deep/distinfo index 811109304683..555911a3709f 100644 --- a/security/md5deep/distinfo +++ b/security/md5deep/distinfo @@ -1,2 +1,2 @@ -MD5 (md5deep-1.3.tar.gz) = b747ef1eb7bc87df079dfa8cac750081 -SIZE (md5deep-1.3.tar.gz) = 27208 +MD5 (md5deep-1.5.tar.gz) = 14b94d3a38bd4ea6bcd7a6331fae6030 +SIZE (md5deep-1.5.tar.gz) = 33002 |