diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-22 07:57:37 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-22 07:57:37 +0000 |
commit | 9f847b225f8a71342036b541c744e3934464b33c (patch) | |
tree | 484e52fe2de9d16a9ebcd49a3d12a88c832b56db /databases/firebird-client | |
parent | fc7077556cbb08a1f9a6d96a344d487fe94eda8b (diff) | |
download | ports-9f847b225f8a71342036b541c744e3934464b33c.tar.gz ports-9f847b225f8a71342036b541c744e3934464b33c.zip |
Notes
Diffstat (limited to 'databases/firebird-client')
-rw-r--r-- | databases/firebird-client/Makefile | 12 | ||||
-rw-r--r-- | databases/firebird-client/distinfo | 4 | ||||
-rw-r--r-- | databases/firebird-client/files/RELNOTES | 4 | ||||
-rw-r--r-- | databases/firebird-client/pkg-plist | 4 |
4 files changed, 13 insertions, 11 deletions
diff --git a/databases/firebird-client/Makefile b/databases/firebird-client/Makefile index 79cfdd60ba3a..547a51378762 100644 --- a/databases/firebird-client/Makefile +++ b/databases/firebird-client/Makefile @@ -6,11 +6,11 @@ # PORTNAME= firebird -PORTVERSION= 1.5 +PORTVERSION= 1.5.1 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=firebird -DISTNAME= firebird-1.5.0.4290 +DISTNAME= firebird-1.5.1.4481 MAINTAINER= chris@e-easy.com.au COMMENT= The open-source InterBase(tm) 6.0 spin-off (Classic version) @@ -19,16 +19,18 @@ USE_BISON= yes USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_LIBTOOL_VER= 13 -USE_AUTOCONF_VER= 253 +USE_LIBTOOL_VER= 15 +USE_AUTOCONF_VER= 259 USE_GCC= 3.3 +PLIST_SUB= FIREBIRD_VERSION=${PORTVERSION} + # Don't use ld for linking, use gcc LD= gcc CONFLICTS= firebird-devel-* -WRKSRC= ${WRKDIR}/firebird-1.5.0.4290 +WRKSRC= ${WRKDIR}/firebird-1.5.1.4481 INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/firebird/lib MSG_FILE= ${PKGDIR}/pkg-message diff --git a/databases/firebird-client/distinfo b/databases/firebird-client/distinfo index 5784f195fb41..e53a63c0ff73 100644 --- a/databases/firebird-client/distinfo +++ b/databases/firebird-client/distinfo @@ -1,2 +1,2 @@ -MD5 (firebird-1.5.0.4290.tar.bz2) = c088ccf4d149ecc1fa03ee27e9043701 -SIZE (firebird-1.5.0.4290.tar.bz2) = 4364535 +MD5 (firebird-1.5.1.4481.tar.bz2) = b638ddc71661d63c69a3758d00310010 +SIZE (firebird-1.5.1.4481.tar.bz2) = 4528253 diff --git a/databases/firebird-client/files/RELNOTES b/databases/firebird-client/files/RELNOTES index fe1666873458..818320129f53 100644 --- a/databases/firebird-client/files/RELNOTES +++ b/databases/firebird-client/files/RELNOTES @@ -1,6 +1,6 @@ -Firebird 1.5.0 FreeBSD Release Notes 28-Feb-2004 +Firebird 1.5.1 FreeBSD Release Notes 19-Jul-2004 -------------------------------------- -FB-V1.5.0.4290 Firebird 1.5 Release +FB-V1.5.1.4481 Firebird 1.5 Release Welcome to the FreeBSD Firebird port! diff --git a/databases/firebird-client/pkg-plist b/databases/firebird-client/pkg-plist index 82ddc7741e6c..b7ec4e86eb0e 100644 --- a/databases/firebird-client/pkg-plist +++ b/databases/firebird-client/pkg-plist @@ -107,10 +107,10 @@ firebird/intl/fbintl @unexec rm -f %D/firebird/isc_lock1.`hostname` firebird/lib/libfbclient.so firebird/lib/libfbclient.so.1 -firebird/lib/libfbclient.so.1.5.0 +firebird/lib/libfbclient.so.%%FIREBIRD_VERSION%% firebird/lib/libfbembed.so firebird/lib/libfbembed.so.1 -firebird/lib/libfbembed.so.1.5.0 +firebird/lib/libfbembed.so.%%FIREBIRD_VERSION%% firebird/lib/libgds.so firebird/lib/libgds.so.1 firebird/lib/libib_util.so |