svn commit: r476346 - head/security/mhash

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Aug 4 09:37:58 UTC 2018


Author: amdmi3
Date: Sat Aug  4 09:37:56 2018
New Revision: 476346
URL: https://svnweb.freebsd.org/changeset/ports/476346

Log:
  - Update WWW
  - Cosmetic fixes
  
  Approved by:	portmgr blanket

Modified:
  head/security/mhash/Makefile
  head/security/mhash/pkg-descr

Modified: head/security/mhash/Makefile
==============================================================================
--- head/security/mhash/Makefile	Sat Aug  4 09:37:07 2018	(r476345)
+++ head/security/mhash/Makefile	Sat Aug  4 09:37:56 2018	(r476346)
@@ -16,18 +16,18 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USES=		libtool tar:bzip2
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS+=--enable-static --with-gnu-ld
+CONFIGURE_ARGS=	--enable-static --with-gnu-ld
 TEST_TARGET=	check
 
-OPTIONS_DEFINE=	DOCS
-
 PORTDOCS=	example.c skid2-authentication
 
+OPTIONS_DEFINE=	DOCS
+
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmhash.so
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmhash.so
 
 post-install-DOCS-on:
-	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>

Modified: head/security/mhash/pkg-descr
==============================================================================
--- head/security/mhash/pkg-descr	Sat Aug  4 09:37:07 2018	(r476345)
+++ head/security/mhash/pkg-descr	Sat Aug  4 09:37:56 2018	(r476346)
@@ -1,4 +1,4 @@
 Libmhash is a library which implements some hash algorithms like
 crc32, md5 and sha-1.
 
-WWW: http://schumann.cx/mhash/
+WWW: http://mhash.sourceforge.net/


More information about the svn-ports-all mailing list