From 07e10dcc32a8bc355951282c79dc4c7cdf88baa7 Mon Sep 17 00:00:00 2001
From: Nick Sayer <nsayer@FreeBSD.org>
Date: Sun, 9 Jan 2000 02:40:22 +0000
Subject: 1. Remove RESTRICTED -- aparently hashing is exportable.

2. Removed threading restriction.

3. Changed the WWW:

4. Improved the pkg/COMMENT

PR:		15893
Submitted by:	Cy.Schubert@uumail.gov.bc.ca
---
 security/mhash/Makefile    | 4 +---
 security/mhash/pkg-comment | 3 ++-
 security/mhash/pkg-descr   | 2 +-
 3 files changed, 4 insertions(+), 5 deletions(-)

(limited to 'security/mhash')

diff --git a/security/mhash/Makefile b/security/mhash/Makefile
index 5e52b80b9813..c0f2f2012a49 100644
--- a/security/mhash/Makefile
+++ b/security/mhash/Makefile
@@ -13,12 +13,10 @@ MASTER_SITES=	http://schumann.cx/mhash/dl/
 MAINTAINER=	nsayer@freebsd.org
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS= --prefix=${PREFIX} --disable-pthreads
+CONFIGURE_ARGS+= --with-LDFLAGS='-lc_r'
 
 MAN3=		mhash.3
 
-RESTRICTED=	"yes - cryptography"
-
 post-install:
 	@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
 
diff --git a/security/mhash/pkg-comment b/security/mhash/pkg-comment
index 8d453cd36718..f5048338fda2 100644
--- a/security/mhash/pkg-comment
+++ b/security/mhash/pkg-comment
@@ -1 +1,2 @@
-Cryptographic hashing library (used in PHP3)
+The mhash library provides an easy way to access strong hashes such as MD5
+and SHA1. 
diff --git a/security/mhash/pkg-descr b/security/mhash/pkg-descr
index 0acf50204c83..d68b482549a6 100644
--- a/security/mhash/pkg-descr
+++ b/security/mhash/pkg-descr
@@ -1,4 +1,4 @@
 Libmhash is a library which implements some hash algorithms like
 crc32, md5 and sha-1.
 
-See http://sasweb.de/mhash/
+WWW: http://schumann.cx/mhash/
-- 
cgit v1.2.3