svn commit: r347039 - head/security/md5deep
Antoine Brodin
antoine at FreeBSD.org
Tue Mar 4 16:17:16 UTC 2014
Author: antoine
Date: Tue Mar 4 16:17:15 2014
New Revision: 347039
URL: http://svnweb.freebsd.org/changeset/ports/347039
QAT: https://qat.redports.org/buildarchive/r347039/
Log:
Stage support
Added:
head/security/md5deep/pkg-plist (contents, props changed)
Modified:
head/security/md5deep/Makefile
Modified: head/security/md5deep/Makefile
==============================================================================
--- head/security/md5deep/Makefile Tue Mar 4 16:05:15 2014 (r347038)
+++ head/security/md5deep/Makefile Tue Mar 4 16:17:15 2014 (r347039)
@@ -10,14 +10,6 @@ MAINTAINER= nobutaka at FreeBSD.org
COMMENT= Program to compute various message digests recursively
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USES= gmake
-MAN1= md5deep.1 hashdeep.1
-MLINKS= md5deep.1 sha1deep.1 md5deep.1 sha256deep.1 \
- md5deep.1 whirlpooldeep.1 md5deep.1 tigerdeep.1
-
-PLIST_FILES= bin/hashdeep bin/md5deep bin/sha1deep bin/sha256deep \
- bin/whirlpooldeep bin/tigerdeep
-
-NO_STAGE= yes
.include <bsd.port.mk>
Added: head/security/md5deep/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/md5deep/pkg-plist Tue Mar 4 16:17:15 2014 (r347039)
@@ -0,0 +1,12 @@
+bin/hashdeep
+bin/md5deep
+bin/sha1deep
+bin/sha256deep
+bin/tigerdeep
+bin/whirlpooldeep
+man/man1/hashdeep.1.gz
+man/man1/md5deep.1.gz
+man/man1/sha1deep.1.gz
+man/man1/sha256deep.1.gz
+man/man1/tigerdeep.1.gz
+man/man1/whirlpooldeep.1.gz
More information about the svn-ports-all
mailing list