summaryrefslogtreecommitdiffstats
path: root/security/mhash
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-07-14 15:46:19 +0000
committerwill <will@FreeBSD.org>2000-07-14 15:46:19 +0000
commitfa67c0a1c63c5f0b8e5ca910d94f10a482830f06 (patch)
tree5b9344c25b85155abaa87bf268e4724247401ada /security/mhash
parent6c3821675410feff9a1f76bddfbc348516416042 (diff)
downloadFreeBSD-ports-fa67c0a1c63c5f0b8e5ca910d94f10a482830f06.zip
FreeBSD-ports-fa67c0a1c63c5f0b8e5ca910d94f10a482830f06.tar.gz
Update to 0.8.2. Use proper pthread-linking (-pthread vs. -lc_r). Use
USE_LIBTOOL instead of GNU_CONFIGURE so we don't install .la file. Turn this port loose upon the world. This update is needed for aide port. PR: 19921 Submitted by: Cy Schubert <Cy.Schubert@uumail.gov.bc.ca> Approved by: nsayer
Diffstat (limited to 'security/mhash')
-rw-r--r--security/mhash/Makefile10
-rw-r--r--security/mhash/distinfo2
-rw-r--r--security/mhash/pkg-plist3
3 files changed, 7 insertions, 8 deletions
diff --git a/security/mhash/Makefile b/security/mhash/Makefile
index a171a98..01ce8b2 100644
--- a/security/mhash/Makefile
+++ b/security/mhash/Makefile
@@ -6,15 +6,15 @@
#
PORTNAME= mhash
-PORTVERSION= 0.6.1
+PORTVERSION= 0.8.2
CATEGORIES= security
-MASTER_SITES= http://schumann.cx/mhash/dl/
+MASTER_SITES= http://mhash.sourceforge.net/dl/
-MAINTAINER= nsayer@freebsd.org
+MAINTAINER= ports@FreeBSD.org
INSTALLS_SHLIB= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-LDFLAGS='-lc_r'
+USE_LIBTOOL= yes
+CONFIGURE_ARGS+= --with-LDFLAGS="-pthread"
MAN3= mhash.3
diff --git a/security/mhash/distinfo b/security/mhash/distinfo
index f0a6ffd..ec19ef0 100644
--- a/security/mhash/distinfo
+++ b/security/mhash/distinfo
@@ -1 +1 @@
-MD5 (mhash-0.6.1.tar.gz) = c350191d105cb9e74dc40c3b420ed733
+MD5 (mhash-0.8.2.tar.gz) = ec8e7ec70ea8f441593491f439cfd345
diff --git a/security/mhash/pkg-plist b/security/mhash/pkg-plist
index 50a9674..00dac88 100644
--- a/security/mhash/pkg-plist
+++ b/security/mhash/pkg-plist
@@ -1,5 +1,4 @@
-lib/libmhash.la
-lib/libmhash.so.1
+lib/libmhash.so.2
lib/libmhash.so
lib/libmhash.a
include/mhash.h
OpenPOWER on IntegriCloud