Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Aug 2018 09:37:57 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r476346 - head/security/mhash
Message-ID:  <201808040937.w749bveh069270@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808040937.w749bveh069270>