svn commit: r354528 - head/databases/libiodbc

Raphael Kubo da Costa rakuco at FreeBSD.org
Mon May 19 11:44:51 UTC 2014


Author: rakuco
Date: Mon May 19 11:44:50 2014
New Revision: 354528
URL: http://svnweb.freebsd.org/changeset/ports/354528
QAT: https://qat.redports.org/buildarchive/r354528/

Log:
  Update to 3.52.9.
  
  Changes upstream include:
  * Added support for building on recent versions of Mac OS X
  * Fixed warnings from autoconf/automake
  * Fixed infinite loop in connection pool
  * Fixed compiler warnings
  * Fixed build dependency for make -jX
  * Fixed check for Unicode driver
  * Fixed issue calling SQLCancel from other thread
  * Fixed SQLInstallDriverEx when driver is readonly
  
  The "Fixed build dependency for make -jX" part is important, as parallel
  builds (particularly with the GTK2 option on) normally fail with 3.52.8.
  
  Based on a patch by Jia-Shiun Li <jiashiun at gmail.com> [1].
  
  PR:		ports/189496 [1]
  Submitted by:	Jia-Shiun Li <jiashiun at gmail.com> [1]
  MFH:		2014Q2

Modified:
  head/databases/libiodbc/Makefile
  head/databases/libiodbc/distinfo
  head/databases/libiodbc/pkg-descr

Modified: head/databases/libiodbc/Makefile
==============================================================================
--- head/databases/libiodbc/Makefile	Mon May 19 09:57:54 2014	(r354527)
+++ head/databases/libiodbc/Makefile	Mon May 19 11:44:50 2014	(r354528)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libiodbc
-PORTVERSION=	3.52.8
-PORTREVISION=	2
+PORTVERSION=	3.52.9
 CATEGORIES=	databases
 MASTER_SITES=	SF/iodbc/iodbc/${PORTVERSION}
 

Modified: head/databases/libiodbc/distinfo
==============================================================================
--- head/databases/libiodbc/distinfo	Mon May 19 09:57:54 2014	(r354527)
+++ head/databases/libiodbc/distinfo	Mon May 19 11:44:50 2014	(r354528)
@@ -1,2 +1,2 @@
-SHA256 (libiodbc-3.52.8.tar.gz) = 18165501fbdb5ab8c445d07365907b77c0c20887aecf37ed2b88aacd9c59129a
-SIZE (libiodbc-3.52.8.tar.gz) = 1089784
+SHA256 (libiodbc-3.52.9.tar.gz) = 33207d9f477aa5fa76962ff644baa38e59255b96812f28574794659fb61a7ab2
+SIZE (libiodbc-3.52.9.tar.gz) = 1094234

Modified: head/databases/libiodbc/pkg-descr
==============================================================================
--- head/databases/libiodbc/pkg-descr	Mon May 19 09:57:54 2014	(r354527)
+++ head/databases/libiodbc/pkg-descr	Mon May 19 11:44:50 2014	(r354528)
@@ -5,9 +5,9 @@ function sequence checking, driver funct
 
 Applications linked with the iODBC driver manager will be able - through ODBC
 function calls - to access simultaneously different types of data sources
-within one process through suitable ODBC drivers. 
-		
+within one process through suitable ODBC drivers.
+
 iODBC is freely redistributable under either the GNU Library General Public
 Licence (LGPL) or the BSD licence.
 
-WWW:     http://www.iodbc.org/
+WWW: http://www.iodbc.org/


More information about the svn-ports-all mailing list