svn commit: r357401 - head/security/mhash
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jun 10 23:22:44 UTC 2014
Author: amdmi3
Date: Tue Jun 10 23:22:44 2014
New Revision: 357401
URL: http://svnweb.freebsd.org/changeset/ports/357401
QAT: https://qat.redports.org/buildarchive/r357401/
Log:
- Convert USE_BZIP2 to USES
- Add missing USES=libtool
- Strip libraries
Modified:
head/security/mhash/Makefile
head/security/mhash/pkg-plist
Modified: head/security/mhash/Makefile
==============================================================================
--- head/security/mhash/Makefile Tue Jun 10 23:19:36 2014 (r357400)
+++ head/security/mhash/Makefile Tue Jun 10 23:22:44 2014 (r357401)
@@ -3,17 +3,18 @@
PORTNAME= mhash
PORTVERSION= 0.9.9.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= SF
MAINTAINER= ports at FreeBSD.org
COMMENT= Easy-to-use library for strong hashes such as MD5 and SHA1
-USE_BZIP2= yes
+USES= tar:bzip2 libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --enable-static --with-gnu-ld
+CONFIGURE_ARGS+=--enable-static --with-gnu-ld
+INSTALL_TARGET= install-strip
PORTDOCS= example.c skid2-authentication
Modified: head/security/mhash/pkg-plist
==============================================================================
--- head/security/mhash/pkg-plist Tue Jun 10 23:19:36 2014 (r357400)
+++ head/security/mhash/pkg-plist Tue Jun 10 23:22:44 2014 (r357401)
@@ -8,5 +8,6 @@ include/mutils/mutils.h
lib/libmhash.a
lib/libmhash.so
lib/libmhash.so.2
+lib/libmhash.so.2.0.1
man/man3/mhash.3.gz
@dirrm include/mutils
More information about the svn-ports-all
mailing list