aboutsummaryrefslogtreecommitdiff
path: root/security/md5deep/Makefile
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2014-06-28 14:51:33 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2014-06-28 14:51:33 +0000
commitf53144a06b682ef2715c980654a46e7783dd2a2b (patch)
treec3a0a4bff57b90c45ad11884100c3db039bb5a05 /security/md5deep/Makefile
parent979c0798d2ae83ea7e914a927bda17052762d79f (diff)
downloadports-f53144a06b682ef2715c980654a46e7783dd2a2b.tar.gz
ports-f53144a06b682ef2715c980654a46e7783dd2a2b.zip
Update to 4.4.
Notes
Notes: svn path=/head/; revision=359703
Diffstat (limited to 'security/md5deep/Makefile')
-rw-r--r--security/md5deep/Makefile18
1 files changed, 15 insertions, 3 deletions
diff --git a/security/md5deep/Makefile b/security/md5deep/Makefile
index 24d84b11fc9f..cad7449dfd77 100644
--- a/security/md5deep/Makefile
+++ b/security/md5deep/Makefile
@@ -2,14 +2,26 @@
# $FreeBSD$
PORTNAME= md5deep
-PORTVERSION= 4.3
+PORTVERSION= 4.4
CATEGORIES= security
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= nobutaka@FreeBSD.org
COMMENT= Program to compute various message digests recursively
-GNU_CONFIGURE= yes
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+GH_ACCOUNT= jessek
+GH_PROJECT= hashdeep
+GH_TAGNAME= cd2ed7416685a5e83eb10bb659d6e9bec01244ae
+GH_COMMIT= cd2ed74
+
+USE_GITHUB= yes
+USE_AUTOTOOLS= autoconf:env autoheader:env automake:env aclocal:env
USES= gmake
+GNU_CONFIGURE= yes
+
+pre-configure:
+ (cd ${WRKSRC}; ${SH} bootstrap.sh)
.include <bsd.port.mk>