diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2002-05-21 17:53:20 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2002-05-21 17:53:20 +0000 |
commit | 2496852a6c3b6ff0caaf211306c6174177b6ace9 (patch) | |
tree | 740f268b521dde8f9f20a37ca60986c33dd4608b /security/mhash | |
parent | 347ed57aa8e1a68517b6d7f57862dbc427fa4bcc (diff) | |
download | ports-2496852a6c3b6ff0caaf211306c6174177b6ace9.tar.gz ports-2496852a6c3b6ff0caaf211306c6174177b6ace9.zip |
Notes
Diffstat (limited to 'security/mhash')
-rw-r--r-- | security/mhash/Makefile | 8 | ||||
-rw-r--r-- | security/mhash/distinfo | 2 | ||||
-rw-r--r-- | security/mhash/files/patch-libtool | 17 |
3 files changed, 12 insertions, 15 deletions
diff --git a/security/mhash/Makefile b/security/mhash/Makefile index 8d6efdf033f6..d2ee31fac3c0 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 1b71f0ea4274..6a1459a05eb1 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 094e674c9f12..b108314b19fc 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" |