svn commit: r333098 - head/databases/sqlrelay
William Grzybowski
wg at FreeBSD.org
Thu Nov 7 13:50:41 UTC 2013
Author: wg
Date: Thu Nov 7 13:50:39 2013
New Revision: 333098
URL: http://svnweb.freebsd.org/changeset/ports/333098
Log:
databases/sqlrelay: update to 0.53.1
- Update to 0.53.1
- Unbreak build due to librudiments update
Reported by: marino
Modified:
head/databases/sqlrelay/Makefile
head/databases/sqlrelay/Makefile.common
head/databases/sqlrelay/distinfo
head/databases/sqlrelay/pkg-plist
Modified: head/databases/sqlrelay/Makefile
==============================================================================
--- head/databases/sqlrelay/Makefile Thu Nov 7 13:47:59 2013 (r333097)
+++ head/databases/sqlrelay/Makefile Thu Nov 7 13:50:39 2013 (r333098)
@@ -3,7 +3,6 @@
PORTNAME= ${SQLRELAY_PORTNAME}
PORTVERSION= ${SQLRELAY_PORTVERSION}
-PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= SF
@@ -91,8 +90,8 @@ CONFIGURE_ARGS+= --disable-freetds
post-patch:
${REINPLACE_CMD} -E \
- -e 's,(freebsd.*)/usr/local(.*rc.d),\1${PREFIX}\2/sqlrelay.sh-sample,' \
- -e 's,(freebsd/sqlrelay )(.*etc),\1$$(sysconfdir)/sqlrelay-sample,' \
+ -e 's,\$$\(initroot\),\$$\(initroot\)${PREFIX},g' \
+ -e 's,/etc/rc.conf,/etc/defaults/rc.conf,g' \
${WRKSRC}/init/Makefile
${REINPLACE_CMD} -E \
-e 's,/usr/local[[:>:]],${PREFIX},g;' \
Modified: head/databases/sqlrelay/Makefile.common
==============================================================================
--- head/databases/sqlrelay/Makefile.common Thu Nov 7 13:47:59 2013 (r333097)
+++ head/databases/sqlrelay/Makefile.common Thu Nov 7 13:50:39 2013 (r333098)
@@ -1,7 +1,7 @@
# $FreeBSD$
SQLRELAY_PORTNAME= sqlrelay
-SQLRELAY_PORTVERSION= 0.52
+SQLRELAY_PORTVERSION= 0.53.1
SQLRELAY_PORTDIR= ${PORTSDIR}/databases/${SQLRELAY_PORTNAME}
SQLRELAY_WRKSRC_CMD= cd ${SQLRELAY_PORTDIR} && ${MAKE} -V WRKSRC
Modified: head/databases/sqlrelay/distinfo
==============================================================================
--- head/databases/sqlrelay/distinfo Thu Nov 7 13:47:59 2013 (r333097)
+++ head/databases/sqlrelay/distinfo Thu Nov 7 13:50:39 2013 (r333098)
@@ -1,2 +1,2 @@
-SHA256 (sqlrelay-0.52.tar.gz) = 2682890d2b80214b5dd9884043fe0147e328a27c08ba4f6f8a4a36d4eef6711d
-SIZE (sqlrelay-0.52.tar.gz) = 3376673
+SHA256 (sqlrelay-0.53.1.tar.gz) = 9608c4a398658a5085f9040959ac7d17ae100d0e4cf99c54fadecccbe6283931
+SIZE (sqlrelay-0.53.1.tar.gz) = 3376307
Modified: head/databases/sqlrelay/pkg-plist
==============================================================================
--- head/databases/sqlrelay/pkg-plist Thu Nov 7 13:47:59 2013 (r333097)
+++ head/databases/sqlrelay/pkg-plist Thu Nov 7 13:50:39 2013 (r333098)
@@ -15,8 +15,9 @@ bin/sqlrclient-config
bin/sqlrclientwrapper-config
bin/sqlrserver-config
bin/sqlrsh
-etc/rc.d/sqlrelay.sh-sample
-etc/sqlrelay-sample
+etc/rc.d/sqlrcachemanager
+etc/rc.d/sqlrelay
+etc/sqlrelay
etc/sqlrelay.conf.example
etc/sqlrelay.dtd
etc/sqlrelay.xsd
@@ -99,6 +100,7 @@ libexec/sqlrelay/sqltranslation_temptabl
libexec/sqlrelay/sqltranslation_temptableslocalize.so
libexec/sqlrelay/sqltranslation_temptablessybaseize.so
libexec/sqlrelay/sqltranslation_translatedatetimes.so
+libexec/sqlrelay/sqltranslation_uniquetodistinct.so
libexec/sqlrelay/sqltrigger_createtableautoincrementoracle.so
libexec/sqlrelay/sqltrigger_droplocalizedtemptables.so
libexec/sqlrelay/sqltrigger_droptableautoincrementoracle.so
@@ -122,6 +124,7 @@ share/examples/sample-oracle-mysql-error
@dirrmtry sqlrelay/tmp/pids
@dirrmtry sqlrelay/tmp/ipc
@dirrmtry sqlrelay/tmp
+ at dirrmtry sqlrelay/log
@dirrmtry sqlrelay/debug
@dirrmtry sqlrelay/cache
@dirrmtry sqlrelay
More information about the svn-ports-head
mailing list