View | Details | Raw Unified | Return to bug 89089
Collapse All | Expand All

(-)md5deep/Makefile (-2 / +2 lines)
Lines 6-18 Link Here
6
#
6
#
7
7
8
PORTNAME=	md5deep
8
PORTNAME=	md5deep
9
PORTVERSION=	1.8
9
PORTVERSION=	1.9.2
10
CATEGORIES=	security
10
CATEGORIES=	security
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
13
13
14
MAINTAINER=	laszlof@vonostingroup.com
14
MAINTAINER=	laszlof@vonostingroup.com
15
COMMENT=	Program to compute MD5 and SHA1 message digests recursively
15
COMMENT=	Program to compute various message digests recursively
16
16
17
ALL_TARGET=	unix
17
ALL_TARGET=	unix
18
USE_REINPLACE=	yes
18
USE_REINPLACE=	yes
(-)md5deep/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (md5deep-1.8.tar.gz) = 2d6e1d1a337c4a7380567419a0c03947
1
MD5 (md5deep-1.9.2.tar.gz) = ba6777c7398e1467d51c71c2035abdba
2
SHA256 (md5deep-1.8.tar.gz) = b276a21db4572a7e91e2aeaa122940b4a3558d0c85c6cc1bd2e95986d17a55c0
2
SHA256 (md5deep-1.9.2.tar.gz) = efe4168b445d98f7a8b32565c7c068fc3721f60e10af741600c7f44ec00baeec
3
SIZE (md5deep-1.8.tar.gz) = 87921
3
SIZE (md5deep-1.9.2.tar.gz) = 89889
(-)md5deep/pkg-descr (-1 / +1 lines)
Lines 1-5 Link Here
1
md5deep is a cross-platform set of programs to compute 
1
md5deep is a cross-platform set of programs to compute 
2
MD5 message digests or SHA-1 message digests on an arbitrary
2
various types of message digests on an arbitrary
3
number of files. The programs run on Windows, Linux, *BSD, 
3
number of files. The programs run on Windows, Linux, *BSD, 
4
OS X, Solaris, and should run on most other platforms.
4
OS X, Solaris, and should run on most other platforms.
5
md5deep is similar to the md5sum program found in the 
5
md5deep is similar to the md5sum program found in the 

Return to bug 89089