mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Update firebird21 to 2.1.4
- Fix fbintl.conf install path
This commit is contained in:
parent
114bc8cbc8
commit
0abf7b1966
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283945
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user