aboutsummaryrefslogtreecommitdiff
path: root/databases/firebird21-server
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2011-10-19 22:25:30 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2011-10-19 22:25:30 +0000
commit0abf7b1966854855a1a5ad24c908f7df6a440f63 (patch)
treea1d58393ce3a563491c5ff9202ebd2c3e26cc95a /databases/firebird21-server
parent114bc8cbc8fbd012beb925dbd067ac01e1e59250 (diff)
downloadports-0abf7b1966854855a1a5ad24c908f7df6a440f63.tar.gz
ports-0abf7b1966854855a1a5ad24c908f7df6a440f63.zip
Notes
Diffstat (limited to 'databases/firebird21-server')
-rw-r--r--databases/firebird21-server/Makefile11
-rw-r--r--databases/firebird21-server/distinfo4
-rw-r--r--databases/firebird21-server/pkg-plist4
3 files changed, 12 insertions, 7 deletions
diff --git a/databases/firebird21-server/Makefile b/databases/firebird21-server/Makefile
index acb5b5d51877..a18900b194ce 100644
--- a/databases/firebird21-server/Makefile
+++ b/databases/firebird21-server/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= firebird
-PORTVERSION= 2.1.3
-PORTREVISION?= 1
+PORTVERSION= 2.1.4
+PORTREVISION?= 0
CATEGORIES?= databases
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}-Release/
PKGNAMESUFFIX?= -server
-DISTNAME= ${PORTNAME:S/f/F/}-${PORTVERSION}.18185-0
+DISTNAME= ${PORTNAME:S/f/F/}-${PORTVERSION}.18393-0
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= acm@FreeBSD.org
@@ -176,7 +176,10 @@ do-install:
${INSTALL_FB} -m 0440 ${WRKSRC}/gen/firebird/help/help.fdb ${LOCALSTATEDIR}/help
${INSTALL_FB} -m 0555 ${WRKSRC}/gen/firebird/intl/libfbintl.so ${LIBEXECDIR}/intl/fbintl
- ${INSTALL_FB} -m 0444 ${WRKSRC}/gen/firebird/misc/fbintl.conf ${LIBEXECDIR}/intl/
+.if !exists(${CONFDIR}/fbintl.conf)
+ ${INSTALL_FB} -m 0444 ${WRKSRC}/gen/firebird/misc/fbintl.conf ${CONFDIR}
+.endif
+ ${INSTALL_FB} -m 0444 ${WRKSRC}/gen/firebird/misc/fbintl.conf ${CONFDIR}/fbintl.conf.sample
.else
# defined CLIENT_ONLY
${INSTALL_PROGRAM} ${CLIENT_BIN:S!^!${WRKSRC}/gen/firebird/bin/!} ${PREFIX}/bin
diff --git a/databases/firebird21-server/distinfo b/databases/firebird21-server/distinfo
index 1dcab91ac478..54882befab6e 100644
--- a/databases/firebird21-server/distinfo
+++ b/databases/firebird21-server/distinfo
@@ -1,2 +1,2 @@
-SHA256 (firebird/Firebird-2.1.3.18185-0.tar.bz2) = 8047cbd4bdc79928be7369bf0cdfde74873f1de29c0ac74e7241826c02f0fd28
-SIZE (firebird/Firebird-2.1.3.18185-0.tar.bz2) = 13770360
+SHA256 (firebird/Firebird-2.1.4.18393-0.tar.bz2) = 729b224d6d15115eea0e28dea5f92de80a33f175188e1ac36e771f2f6d12b3a3
+SIZE (firebird/Firebird-2.1.4.18393-0.tar.bz2) = 14016614
diff --git a/databases/firebird21-server/pkg-plist b/databases/firebird21-server/pkg-plist
index e52eb5039c5c..87faf5adc0d1 100644
--- a/databases/firebird21-server/pkg-plist
+++ b/databases/firebird21-server/pkg-plist
@@ -10,7 +10,6 @@ bin/gfix
bin/gsec
bin/nbackup
libexec/firebird/intl/fbintl
-libexec/firebird/intl/fbintl.conf
libexec/firebird/udf/fbudf.so
libexec/firebird/udf/fbudf.sql
libexec/firebird/udf/ib_udf.so
@@ -18,6 +17,9 @@ libexec/firebird/udf/ib_udf2.sql
@unexec (cmp -s %D/%%CONFDIR%%/aliases.conf %D/%%CONFDIR%%/aliases.conf.sample && rm -f %D/%%CONFDIR%%/aliases.conf) || true
%%CONFDIR%%/aliases.conf.sample
@exec [ -f %B/aliases.conf ] || cp %B/%f %B/aliases.conf
+@unexec (cmp -s %D/%%CONFDIR%%/fbintl.conf %D/%%CONFDIR%%/fbintl.conf.sample && rm -f %D/%%CONFDIR%%/fbintl.conf) || true
+%%CONFDIR%%/fbintl.conf.sample
+@exec [ -f %B/aliases.conf ] || cp %B/%f %B/aliases.conf
@dirrmtry %%CONFDIR%%
@dirrm libexec/firebird/intl
@dirrm libexec/firebird/udf