mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
databases/sqlrelay: update to 0.53.1
- Update to 0.53.1 - Unbreak build due to librudiments update Reported by: marino
This commit is contained in:
parent
abedaf1693
commit
6743d2bbeb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333098
4 changed files with 10 additions and 8 deletions
|
@ -3,7 +3,6 @@
|
||||||
|
|
||||||
PORTNAME= ${SQLRELAY_PORTNAME}
|
PORTNAME= ${SQLRELAY_PORTNAME}
|
||||||
PORTVERSION= ${SQLRELAY_PORTVERSION}
|
PORTVERSION= ${SQLRELAY_PORTVERSION}
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF
|
||||||
|
|
||||||
|
@ -91,8 +90,8 @@ CONFIGURE_ARGS+= --disable-freetds
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
${REINPLACE_CMD} -E \
|
${REINPLACE_CMD} -E \
|
||||||
-e 's,(freebsd.*)/usr/local(.*rc.d),\1${PREFIX}\2/sqlrelay.sh-sample,' \
|
-e 's,\$$\(initroot\),\$$\(initroot\)${PREFIX},g' \
|
||||||
-e 's,(freebsd/sqlrelay )(.*etc),\1$$(sysconfdir)/sqlrelay-sample,' \
|
-e 's,/etc/rc.conf,/etc/defaults/rc.conf,g' \
|
||||||
${WRKSRC}/init/Makefile
|
${WRKSRC}/init/Makefile
|
||||||
${REINPLACE_CMD} -E \
|
${REINPLACE_CMD} -E \
|
||||||
-e 's,/usr/local[[:>:]],${PREFIX},g;' \
|
-e 's,/usr/local[[:>:]],${PREFIX},g;' \
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
SQLRELAY_PORTNAME= sqlrelay
|
SQLRELAY_PORTNAME= sqlrelay
|
||||||
SQLRELAY_PORTVERSION= 0.52
|
SQLRELAY_PORTVERSION= 0.53.1
|
||||||
|
|
||||||
SQLRELAY_PORTDIR= ${PORTSDIR}/databases/${SQLRELAY_PORTNAME}
|
SQLRELAY_PORTDIR= ${PORTSDIR}/databases/${SQLRELAY_PORTNAME}
|
||||||
SQLRELAY_WRKSRC_CMD= cd ${SQLRELAY_PORTDIR} && ${MAKE} -V WRKSRC
|
SQLRELAY_WRKSRC_CMD= cd ${SQLRELAY_PORTDIR} && ${MAKE} -V WRKSRC
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (sqlrelay-0.52.tar.gz) = 2682890d2b80214b5dd9884043fe0147e328a27c08ba4f6f8a4a36d4eef6711d
|
SHA256 (sqlrelay-0.53.1.tar.gz) = 9608c4a398658a5085f9040959ac7d17ae100d0e4cf99c54fadecccbe6283931
|
||||||
SIZE (sqlrelay-0.52.tar.gz) = 3376673
|
SIZE (sqlrelay-0.53.1.tar.gz) = 3376307
|
||||||
|
|
|
@ -15,8 +15,9 @@ bin/sqlrclient-config
|
||||||
bin/sqlrclientwrapper-config
|
bin/sqlrclientwrapper-config
|
||||||
bin/sqlrserver-config
|
bin/sqlrserver-config
|
||||||
bin/sqlrsh
|
bin/sqlrsh
|
||||||
etc/rc.d/sqlrelay.sh-sample
|
etc/rc.d/sqlrcachemanager
|
||||||
etc/sqlrelay-sample
|
etc/rc.d/sqlrelay
|
||||||
|
etc/sqlrelay
|
||||||
etc/sqlrelay.conf.example
|
etc/sqlrelay.conf.example
|
||||||
etc/sqlrelay.dtd
|
etc/sqlrelay.dtd
|
||||||
etc/sqlrelay.xsd
|
etc/sqlrelay.xsd
|
||||||
|
@ -99,6 +100,7 @@ libexec/sqlrelay/sqltranslation_temptablesaddmissingcolumns.so
|
||||||
libexec/sqlrelay/sqltranslation_temptableslocalize.so
|
libexec/sqlrelay/sqltranslation_temptableslocalize.so
|
||||||
libexec/sqlrelay/sqltranslation_temptablessybaseize.so
|
libexec/sqlrelay/sqltranslation_temptablessybaseize.so
|
||||||
libexec/sqlrelay/sqltranslation_translatedatetimes.so
|
libexec/sqlrelay/sqltranslation_translatedatetimes.so
|
||||||
|
libexec/sqlrelay/sqltranslation_uniquetodistinct.so
|
||||||
libexec/sqlrelay/sqltrigger_createtableautoincrementoracle.so
|
libexec/sqlrelay/sqltrigger_createtableautoincrementoracle.so
|
||||||
libexec/sqlrelay/sqltrigger_droplocalizedtemptables.so
|
libexec/sqlrelay/sqltrigger_droplocalizedtemptables.so
|
||||||
libexec/sqlrelay/sqltrigger_droptableautoincrementoracle.so
|
libexec/sqlrelay/sqltrigger_droptableautoincrementoracle.so
|
||||||
|
@ -122,6 +124,7 @@ share/examples/sample-oracle-mysql-errors.map
|
||||||
@dirrmtry sqlrelay/tmp/pids
|
@dirrmtry sqlrelay/tmp/pids
|
||||||
@dirrmtry sqlrelay/tmp/ipc
|
@dirrmtry sqlrelay/tmp/ipc
|
||||||
@dirrmtry sqlrelay/tmp
|
@dirrmtry sqlrelay/tmp
|
||||||
|
@dirrmtry sqlrelay/log
|
||||||
@dirrmtry sqlrelay/debug
|
@dirrmtry sqlrelay/debug
|
||||||
@dirrmtry sqlrelay/cache
|
@dirrmtry sqlrelay/cache
|
||||||
@dirrmtry sqlrelay
|
@dirrmtry sqlrelay
|
||||||
|
|
Loading…
Add table
Reference in a new issue