aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-11-21 22:26:03 +0800
committerpav <pav@FreeBSD.org>2005-11-21 22:26:03 +0800
commit9f9ad37e6aa2a8d64e003403907c79a9ee0557c4 (patch)
tree1efda8862711bb964b5e8ea44310f8410869ef65 /security
parentb250ca40452c8b8daa6283d121537781a287cb3b (diff)
downloadfreebsd-ports-gnome-9f9ad37e6aa2a8d64e003403907c79a9ee0557c4.tar.gz
freebsd-ports-gnome-9f9ad37e6aa2a8d64e003403907c79a9ee0557c4.tar.zst
freebsd-ports-gnome-9f9ad37e6aa2a8d64e003403907c79a9ee0557c4.zip
- Update to 1.9.2
- Mark BROKEN on 4.X PR: ports/89089, ports/89318 Submitted by: Frank Laszlo <laszlof@vonostingroup.com> (maintainer)
Diffstat (limited to 'security')
-rw-r--r--security/md5deep/Makefile12
-rw-r--r--security/md5deep/distinfo6
-rw-r--r--security/md5deep/pkg-descr2
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