diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2014-06-28 14:51:33 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2014-06-28 14:51:33 +0000 |
commit | f53144a06b682ef2715c980654a46e7783dd2a2b (patch) | |
tree | c3a0a4bff57b90c45ad11884100c3db039bb5a05 | |
parent | 979c0798d2ae83ea7e914a927bda17052762d79f (diff) | |
download | ports-f53144a06b682ef2715c980654a46e7783dd2a2b.tar.gz ports-f53144a06b682ef2715c980654a46e7783dd2a2b.zip |
Notes
-rw-r--r-- | security/md5deep/Makefile | 18 | ||||
-rw-r--r-- | security/md5deep/distinfo | 4 |
2 files changed, 17 insertions, 5 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> diff --git a/security/md5deep/distinfo b/security/md5deep/distinfo index cf31e3d05f6b..0e5c976b7076 100644 --- a/security/md5deep/distinfo +++ b/security/md5deep/distinfo @@ -1,2 +1,2 @@ -SHA256 (md5deep-4.3.tar.gz) = 905bcf8bddf0e7e2650b280d5e7af8cb8cd41dad4f299751dfec397dcb4f8d54 -SIZE (md5deep-4.3.tar.gz) = 1416180 +SHA256 (md5deep-4.4.tar.gz) = 9b0d17d97b99d42a10405299947f0c11ddddd78c4dc89d5f311d3f764b4045c3 +SIZE (md5deep-4.4.tar.gz) = 4534701 |