Update to 0.8.14.
This commit is contained in:
parent
347ed57aa8
commit
2496852a6c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59650
3 changed files with 12 additions and 15 deletions
|
@ -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>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (mhash-0.8.13.tar.gz) = 824ccfb22399ec69e5c292ad3da0339a
|
||||
MD5 (mhash-0.8.14.tar.gz) = 87f26987b1cb93e2bf996976826c0484
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue