This diff updates postrgresql-odbc to 09.03.0400. Okay?

Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/postgresql-odbc/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- Makefile    22 Jun 2015 00:28:31 -0000      1.13
+++ Makefile    18 Jul 2015 15:54:34 -0000
@@ -1,11 +1,10 @@
 # $OpenBSD: Makefile,v 1.13 2015/06/22 00:28:31 bentley Exp $
 
 COMMENT=       ODBC driver for PostgreSQL
-VERSION=       08.03.0400
+VERSION=       09.03.0400
 PKGNAME=       postgresql-odbc-${VERSION}
 DISTNAME=      psqlodbc-${VERSION}
 CATEGORIES=    databases
-REVISION=      3
 
 HOMEPAGE=      https://odbc.postgresql.org/
 
@@ -18,15 +17,15 @@ MASTER_SITES=               https://ftp.postgresql.or
 
 SHARED_ONLY =          Yes
 
-LIB_DEPENDS =          databases/postgresql>=8.3 \
+LIB_DEPENDS =          databases/postgresql>=9.3 \
                        databases/iodbc
 
 WANTLIB =              pq iodbc iodbcinst pthread crypto ssl
 
 USE_GMAKE=             Yes
 CONFIGURE_STYLE=       autoconf
-AUTOCONF_VERSION=      2.60
-CONFIGURE_ARGS+=       --with-iodbc --without-unixodbc --enable-pthreads
+AUTOCONF_VERSION=      2.69
+CONFIGURE_ARGS+=       --with-iodbc --without-unixodbc
 COPTS+=                        -I${LOCALBASE}/include -L${LOCALBASE}/lib
 
 NO_TEST=               Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/postgresql-odbc/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo    18 Jan 2015 03:13:04 -0000      1.3
+++ distinfo    18 Jul 2015 15:54:34 -0000
@@ -1,2 +1,2 @@
-SHA256 (psqlodbc-08.03.0400.tar.gz) = 
+Af15dCAHXLcFlRlwfWhCkCpR9RP5tWuZF9T7Rz8MXQ=
-SIZE (psqlodbc-08.03.0400.tar.gz) = 730701
+SHA256 (psqlodbc-09.03.0400.tar.gz) = 
3nffqJ26ChWa/Fey4xLKbpB13ZK3YcfMcAwEULoCtWs=
+SIZE (psqlodbc-09.03.0400.tar.gz) = 821228

Reply via email to