diff options
author | skv <skv@FreeBSD.org> | 2005-01-10 17:46:20 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2005-01-10 17:46:20 +0800 |
commit | 0ee0ba70dda0ad3bf6c2c1737899f8ae493bfb72 (patch) | |
tree | 38cee449c518335fab1a6e1ac048a6caead53a55 /databases/firebird-client/Makefile | |
parent | b0fdd5461d64726bc7e5eaedb4413053810e26c7 (diff) | |
download | freebsd-ports-gnome-0ee0ba70dda0ad3bf6c2c1737899f8ae493bfb72.tar.gz freebsd-ports-gnome-0ee0ba70dda0ad3bf6c2c1737899f8ae493bfb72.tar.zst freebsd-ports-gnome-0ee0ba70dda0ad3bf6c2c1737899f8ae493bfb72.zip |
Update to 1.5.2
Diffstat (limited to 'databases/firebird-client/Makefile')
-rw-r--r-- | databases/firebird-client/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/firebird-client/Makefile b/databases/firebird-client/Makefile index 915fb6b3a92c..3df44842bb9d 100644 --- a/databases/firebird-client/Makefile +++ b/databases/firebird-client/Makefile @@ -6,11 +6,11 @@ # PORTNAME= firebird -PORTVERSION= 1.5.1 +PORTVERSION= 1.5.2 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=firebird -DISTNAME= firebird-1.5.1.4481 +DISTNAME= firebird-1.5.2.4731 MAINTAINER= ports@FreeBSD.org COMMENT= The open-source InterBase(tm) 6.0 spin-off (Classic version) @@ -21,7 +21,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_LIBTOOL_VER= 15 USE_AUTOCONF_VER= 259 -USE_GCC= 3.3 +USE_GCC= 3.4 PLIST_SUB= FIREBIRD_VERSION=${PORTVERSION} @@ -30,7 +30,7 @@ LD= gcc CONFLICTS= firebird-devel-* -WRKSRC= ${WRKDIR}/firebird-1.5.1.4481 +WRKSRC= ${WRKDIR}/${DISTNAME} INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/firebird/lib MSG_FILE= ${PKGDIR}/pkg-message |