aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2002-05-22 01:53:20 +0800
committerroam <roam@FreeBSD.org>2002-05-22 01:53:20 +0800
commit48d802d698dcc4f7305a36793efc36c27102a2f9 (patch)
tree2a87e90bc492b834eef93a32cdab0406ac7d92d2 /security
parentd69541ca23a324bec713dec10fe8f5a6970a74d8 (diff)
downloadfreebsd-ports-graphics-48d802d698dcc4f7305a36793efc36c27102a2f9.tar.gz
freebsd-ports-graphics-48d802d698dcc4f7305a36793efc36c27102a2f9.tar.zst
freebsd-ports-graphics-48d802d698dcc4f7305a36793efc36c27102a2f9.zip
Update to 0.8.14.
Diffstat (limited to 'security')
-rw-r--r--security/mhash/Makefile8
-rw-r--r--security/mhash/distinfo2
-rw-r--r--security/mhash/files/patch-libtool17
3 files changed, 12 insertions, 15 deletions
diff --git a/security/mhash/Makefile b/security/mhash/Makefile
index 8d6efdf033f..d2ee31fac3c 100644
--- a/security/mhash/Makefile
+++ b/security/mhash/Makefile
@@ -6,9 +6,10 @@
#
PORTNAME= mhash
-PORTVERSION= 0.8.13
+PORTVERSION= 0.8.14
CATEGORIES= security
-MASTER_SITES= http://mhash.sourceforge.net/dl/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= roam@FreeBSD.org
@@ -18,7 +19,4 @@ CONFIGURE_ARGS+= --with-LDFLAGS="${PTHREAD_LIBS}"
MAN3= mhash.3
-post-extract:
- ${CP} ${LOCALBASE}/bin/libtool ${WRKSRC}
-
.include <bsd.port.mk>
diff --git a/security/mhash/distinfo b/security/mhash/distinfo
index 1b71f0ea427..6a1459a05eb 100644
--- a/security/mhash/distinfo
+++ b/security/mhash/distinfo
@@ -1 +1 @@
-MD5 (mhash-0.8.13.tar.gz) = 824ccfb22399ec69e5c292ad3da0339a
+MD5 (mhash-0.8.14.tar.gz) = 87f26987b1cb93e2bf996976826c0484
diff --git a/security/mhash/files/patch-libtool b/security/mhash/files/patch-libtool
index 094e674c9f1..b108314b19f 100644
--- a/security/mhash/files/patch-libtool
+++ b/security/mhash/files/patch-libtool
@@ -1,16 +1,15 @@
---- libtool.orig Wed Feb 20 12:43:25 2002
-+++ libtool Wed Feb 20 12:43:37 2002
-@@ -3723,11 +3723,13 @@
+--- ltmain.sh.orig Tue May 21 20:44:59 2002
++++ ltmain.sh Tue May 21 20:45:32 2002
+@@ -4247,10 +4247,12 @@
fi
# Install the pseudo-library for information purposes.
+ if /usr/bin/false; then
- if test "$install_ltlibs" = yes; then
- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- instname="$dir/$name"i
- $show "$install_prog $instname $destdir/$name"
- $run eval "$install_prog $instname $destdir/$name" || exit $?
+ name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
+ instname="$dir/$name"i
+ $show "$install_prog $instname $destdir/$name"
+ $run eval "$install_prog $instname $destdir/$name" || exit $?
+ fi
- fi
# Maybe install the static library, too.
+ test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"