Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Feb 2016 21:20:37 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r409690 - in head/databases/postgresql-odbc: . files
Message-ID:  <201602272120.u1RLKbva042389@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Sat Feb 27 21:20:36 2016
New Revision: 409690
URL: https://svnweb.freebsd.org/changeset/ports/409690

Log:
  databases/postgresql-odbc: Update version 09.03.0400=>09.05.0100
  
  - Fix patch files for 'make makepatch'

Modified:
  head/databases/postgresql-odbc/Makefile
  head/databases/postgresql-odbc/distinfo
  head/databases/postgresql-odbc/files/patch-odbcapi.c
  head/databases/postgresql-odbc/files/patch-psqlodbc.h

Modified: head/databases/postgresql-odbc/Makefile
==============================================================================
--- head/databases/postgresql-odbc/Makefile	Sat Feb 27 21:16:16 2016	(r409689)
+++ head/databases/postgresql-odbc/Makefile	Sat Feb 27 21:20:36 2016	(r409690)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	postgresql
-PORTVERSION=	09.03.0400
+PORTVERSION=	09.05.0100
 CATEGORIES=	databases
 MASTER_SITES=	PGSQL/odbc/versions/src
 PKGNAMESUFFIX=	-odbc

Modified: head/databases/postgresql-odbc/distinfo
==============================================================================
--- head/databases/postgresql-odbc/distinfo	Sat Feb 27 21:16:16 2016	(r409689)
+++ head/databases/postgresql-odbc/distinfo	Sat Feb 27 21:20:36 2016	(r409690)
@@ -1,2 +1,2 @@
-SHA256 (postgresql/psqlodbc-09.03.0400.tar.gz) = de77dfa89dba0a159afc57b2e312ca6e9075dd92b761c7cc700c0450ba02b56b
-SIZE (postgresql/psqlodbc-09.03.0400.tar.gz) = 821228
+SHA256 (postgresql/psqlodbc-09.05.0100.tar.gz) = c53612db422826bfa3023ea8c75cb6c61f113a797a3323002ed645133491d1bd
+SIZE (postgresql/psqlodbc-09.05.0100.tar.gz) = 798832

Modified: head/databases/postgresql-odbc/files/patch-odbcapi.c
==============================================================================
--- head/databases/postgresql-odbc/files/patch-odbcapi.c	Sat Feb 27 21:16:16 2016	(r409689)
+++ head/databases/postgresql-odbc/files/patch-odbcapi.c	Sat Feb 27 21:20:36 2016	(r409690)
@@ -1,6 +1,6 @@
---- odbcapi.c.orig	2009-01-26 23:29:21.000000000 +0600
-+++ odbcapi.c	2009-01-26 23:30:15.000000000 +0600
-@@ -1150,11 +1150,7 @@
+--- odbcapi.c.orig	2016-01-10 13:25:14 UTC
++++ odbcapi.c
+@@ -913,11 +913,7 @@ RETCODE		SQL_API
  SQLExtendedFetch(HSTMT hstmt,
  				 SQLUSMALLINT fFetchType,
  				 SQLLEN irow,
@@ -12,7 +12,7 @@
  				 SQLUSMALLINT *rgfRowStatus)
  {
  	RETCODE	ret;
-@@ -1164,17 +1160,7 @@
+@@ -927,17 +923,7 @@ SQLExtendedFetch(HSTMT hstmt,
  	ENTER_STMT_CS(stmt);
  	SC_clear_error(stmt);
  	StartRollbackState(stmt);

Modified: head/databases/postgresql-odbc/files/patch-psqlodbc.h
==============================================================================
--- head/databases/postgresql-odbc/files/patch-psqlodbc.h	Sat Feb 27 21:16:16 2016	(r409689)
+++ head/databases/postgresql-odbc/files/patch-psqlodbc.h	Sat Feb 27 21:20:36 2016	(r409690)
@@ -1,6 +1,6 @@
---- psqlodbc.h.orig	2008-09-21 22:35:44.000000000 +0700
-+++ psqlodbc.h	2009-01-26 23:19:02.000000000 +0600
-@@ -178,13 +178,8 @@
+--- psqlodbc.h.orig	2016-01-10 13:25:14 UTC
++++ psqlodbc.h
+@@ -175,13 +175,8 @@ typedef	unsigned long long ULONG_PTR;
  #if (SIZEOF_LONG == 8)
  #define	FORMAT_INTEGER	"%d"	/* SQLINTEGER */
  #define	FORMAT_UINTEGER	"%u"	/* SQLUINTEGER */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602272120.u1RLKbva042389>