diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-21 14:26:03 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-21 14:26:03 +0000 |
commit | b84879ae8d2e0a4796bb820d08899ab9bc93a822 (patch) | |
tree | 15c945cb958b59c428fbf30ce9261af7ce5511e7 /security | |
parent | - Remove security/prelude-nids and refer users to security/snort instead: (diff) |
- Update to 1.9.2
- Mark BROKEN on 4.X
PR: ports/89089, ports/89318
Submitted by: Frank Laszlo <laszlof@vonostingroup.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=148937
Diffstat (limited to 'security')
-rw-r--r-- | security/md5deep/Makefile | 12 | ||||
-rw-r--r-- | security/md5deep/distinfo | 6 | ||||
-rw-r--r-- | security/md5deep/pkg-descr | 2 |
3 files changed, 13 insertions, 7 deletions
diff --git a/security/md5deep/Makefile b/security/md5deep/Makefile index 7edab077468c..d0cb86c8af0d 100644 --- a/security/md5deep/Makefile +++ b/security/md5deep/Makefile @@ -6,13 +6,13 @@ # PORTNAME= md5deep -PORTVERSION= 1.8 +PORTVERSION= 1.9.2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= laszlof@vonostingroup.com -COMMENT= Program to compute MD5 and SHA1 message digests recursively +COMMENT= Program to compute various message digests recursively ALL_TARGET= unix USE_REINPLACE= yes @@ -25,8 +25,14 @@ MLINKS= md5deep.1 sha1deep.1 md5deep.1 sha256deep.1 \ PLIST_FILES= bin/md5deep bin/sha1deep bin/sha256deep \ bin/whirlpooldeep bin/tigerdeep +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on FreeBSD 4.x" +.endif + post-patch: @${REINPLACE_CMD} -e 's!/usr/local!${PREFIX}!' \ -e 's!-Wall -O2!$(CFLAGS)!' ${WRKSRC}/Makefile -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/security/md5deep/distinfo b/security/md5deep/distinfo index 465e319a19cf..7872960a63b0 100644 --- a/security/md5deep/distinfo +++ b/security/md5deep/distinfo @@ -1,3 +1,3 @@ -MD5 (md5deep-1.8.tar.gz) = 2d6e1d1a337c4a7380567419a0c03947 -SHA256 (md5deep-1.8.tar.gz) = b276a21db4572a7e91e2aeaa122940b4a3558d0c85c6cc1bd2e95986d17a55c0 -SIZE (md5deep-1.8.tar.gz) = 87921 +MD5 (md5deep-1.9.2.tar.gz) = ba6777c7398e1467d51c71c2035abdba +SHA256 (md5deep-1.9.2.tar.gz) = efe4168b445d98f7a8b32565c7c068fc3721f60e10af741600c7f44ec00baeec +SIZE (md5deep-1.9.2.tar.gz) = 89889 diff --git a/security/md5deep/pkg-descr b/security/md5deep/pkg-descr index 3b7f170c8acf..4abdbba537d4 100644 --- a/security/md5deep/pkg-descr +++ b/security/md5deep/pkg-descr @@ -1,5 +1,5 @@ md5deep is a cross-platform set of programs to compute -MD5 message digests or SHA-1 message digests on an arbitrary +various types of message digests on an arbitrary number of files. The programs run on Windows, Linux, *BSD, OS X, Solaris, and should run on most other platforms. md5deep is similar to the md5sum program found in the |