Update to version 1.0.20
PR: ports/73900 Submitted by: Ports Fury
This commit is contained in:
parent
ec11665cbc
commit
e9aac7f068
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121553
@ -7,18 +7,16 @@
|
||||
#
|
||||
|
||||
PORTNAME= dbh
|
||||
PORTVERSION= 1.0.18
|
||||
PORTVERSION= 1.0.20
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION:R}-${PORTVERSION:E}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Disk Based Hashtables
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gnomehack gnometarget pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL_VER= 15
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (dbh_1.0-18.tar.bz2) = dca09e2949616471669320e3429a49ef
|
||||
SIZE (dbh_1.0-18.tar.bz2) = 344473
|
||||
MD5 (dbh-1.0.20.tar.gz) = 7e05431d0ca8aad100b08718fa61a825
|
||||
SIZE (dbh-1.0.20.tar.gz) = 365743
|
||||
|
@ -1,15 +0,0 @@
|
||||
--- ltmain.sh.orig Tue Apr 6 15:43:05 2004
|
||||
+++ ltmain.sh Tue Apr 6 15:43:18 2004
|
||||
@@ -5436,10 +5436,12 @@
|
||||
fi
|
||||
|
||||
# Install the pseudo-library for information purposes.
|
||||
+ if /usr/bin/false; 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 $?
|
||||
+ fi
|
||||
|
||||
# Maybe install the static library, too.
|
||||
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
|
@ -7,18 +7,16 @@
|
||||
#
|
||||
|
||||
PORTNAME= dbh
|
||||
PORTVERSION= 1.0.18
|
||||
PORTVERSION= 1.0.20
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION:R}-${PORTVERSION:E}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Disk Based Hashtables
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gnomehack gnometarget pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL_VER= 15
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (dbh_1.0-18.tar.bz2) = dca09e2949616471669320e3429a49ef
|
||||
SIZE (dbh_1.0-18.tar.bz2) = 344473
|
||||
MD5 (dbh-1.0.20.tar.gz) = 7e05431d0ca8aad100b08718fa61a825
|
||||
SIZE (dbh-1.0.20.tar.gz) = 365743
|
||||
|
@ -1,15 +0,0 @@
|
||||
--- ltmain.sh.orig Tue Apr 6 15:43:05 2004
|
||||
+++ ltmain.sh Tue Apr 6 15:43:18 2004
|
||||
@@ -5436,10 +5436,12 @@
|
||||
fi
|
||||
|
||||
# Install the pseudo-library for information purposes.
|
||||
+ if /usr/bin/false; 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 $?
|
||||
+ fi
|
||||
|
||||
# Maybe install the static library, too.
|
||||
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
|
Loading…
Reference in New Issue
Block a user