summaryrefslogtreecommitdiff
path: root/databases/sqlrelay/Makefile.common
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2015-06-21 11:52:03 +0000
committerKurt Jaeger <pi@FreeBSD.org>2015-06-21 11:52:03 +0000
commit0577896d34a66a4d650005b7bff93d37549b15b5 (patch)
tree736d0f97937d1d750130d46f0576815954a12c1b /databases/sqlrelay/Makefile.common
parentMerge r389659 by antoine. (diff)
devel/rudiments: 0.50 -> 0.51
databases/sqlrelay: 0.59 -> 0.60 - Both packages are updated together. - Lots of changes in devel/rudiments, see ChangeLog - Fixes in sqlrelay: o fixed true->false transposition in sqlrservercontroller::interceptQuery that could lead to a reLogIn loop o applied George Carrette's patch to fix PDO connectstring options o migrated directory/file paths info into sqlrpaths class o removed undocumented and not-so-relevent-these-days o MAX_CONNECTIONS/overridemaxconnections failsafe in sqlr-start o fixed java header detection for javac located in /usr/bin o updated java api to support non-null-tolerant implementations of environment::NewStringUTF() o the perl api builds correctly on OSR5 again o the postgresql sslmode is omitted entirely from the connect string now, if it's disabled, to prevent problems with older versions of postgresql that don't support the parameter at all o mono 2.8 or greater is required now o added a datedelimiters attribute to the instance tag in sqlrelay.conf to limit what date delimiters are used when translating dates o re-added mssqlserver detection, which had been accidentally removed o fixed statically-linked build o fixed mysql lob field bug that could cause a crash
Notes
Notes: svn path=/head/; revision=390199
Diffstat (limited to 'databases/sqlrelay/Makefile.common')
-rw-r--r--databases/sqlrelay/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/sqlrelay/Makefile.common b/databases/sqlrelay/Makefile.common
index d48938e203fb..ae74a655698a 100644
--- a/databases/sqlrelay/Makefile.common
+++ b/databases/sqlrelay/Makefile.common
@@ -1,7 +1,7 @@
# $FreeBSD$
SQLRELAY_PORTNAME= sqlrelay
-SQLRELAY_PORTVERSION= 0.59
+SQLRELAY_PORTVERSION= 0.60
SQLRELAY_PORTDIR= ${PORTSDIR}/databases/${SQLRELAY_PORTNAME}
SQLRELAY_WRKSRC_CMD= cd ${SQLRELAY_PORTDIR} && ${MAKE} -V WRKSRC