Update to postgresql-jdbc-9.1.901.

Buildable with both jdk-1.6 and jdk-1.7 (but in the normal case,
it should be always built with jdk-1.6; see the diff to java.port.mk
I sent earlier). Tested on amd64 with make regress.

If someone plans to give it some real testing, please let me know.

Ciao,
        Kili

Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/postgresql-jdbc/Makefile,v
retrieving revision 1.16
diff -u -p -r1.16 Makefile
--- Makefile    7 Oct 2011 13:54:30 -0000       1.16
+++ Makefile    14 Dec 2011 20:11:46 -0000
@@ -3,7 +3,7 @@
 COMMENT-main=          JDBC Driver for PostgreSQL
 COMMENT-docs=          API docs for PostgreSQL JDBC Driver
 
-V=                     9.0-801
+V=                     9.1-901
 DISTNAME=              postgresql-jdbc-$V
 PKGNAME-main=          postgresql-jdbc-${V:S/-/./}
 PKGNAME-docs=          postgresql-jdbc-docs-${V:S/-/./}
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/postgresql-jdbc/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo    6 Sep 2011 19:28:36 -0000       1.3
+++ distinfo    14 Dec 2011 20:11:46 -0000
@@ -1,5 +1,5 @@
-MD5 (postgresql-jdbc-9.0-801.src.tar.gz) = MhiBCSUfjaJ2bad7F0IyvA==
-RMD160 (postgresql-jdbc-9.0-801.src.tar.gz) = RSP9kbtuzbsv+NHwrrpGOlA2nDA=
-SHA1 (postgresql-jdbc-9.0-801.src.tar.gz) = yIayacPkIYfU9GTh8/VuqNZZVGU=
-SHA256 (postgresql-jdbc-9.0-801.src.tar.gz) = 
zHljFEXZd4IvZnDMQFWNw1trdK5izHAUvF6CbXEwbGM=
-SIZE (postgresql-jdbc-9.0-801.src.tar.gz) = 608457
+MD5 (postgresql-jdbc-9.1-901.src.tar.gz) = 6rIKXNU0SiHzOhdo3T9Plg==
+RMD160 (postgresql-jdbc-9.1-901.src.tar.gz) = e7tvkuLHzWrIFyudmVFGCH5Lejs=
+SHA1 (postgresql-jdbc-9.1-901.src.tar.gz) = Bl5c1FrOWU5enHDfXabkSwNh+4A=
+SHA256 (postgresql-jdbc-9.1-901.src.tar.gz) = 
DQjPfFyJnICL/QQ679M+seYo7wBo6acpm+bqzyRaAp8=
+SIZE (postgresql-jdbc-9.1-901.src.tar.gz) = 616248
Index: patches/patch-build_xml
===================================================================
RCS file: /cvs/ports/databases/postgresql-jdbc/patches/patch-build_xml,v
retrieving revision 1.2
diff -u -p -r1.2 patch-build_xml
--- patches/patch-build_xml     6 Sep 2011 19:28:36 -0000       1.2
+++ patches/patch-build_xml     14 Dec 2011 20:11:46 -0000
@@ -1,8 +1,8 @@
 $OpenBSD: patch-build_xml,v 1.2 2011/09/06 19:28:36 kili Exp $
 
---- build.xml.orig     Wed Jul  1 07:00:39 2009
-+++ build.xml  Mon Sep  5 20:28:14 2011
-@@ -362,7 +362,7 @@
+--- build.xml.orig     Tue Aug  2 15:40:11 2011
++++ build.xml  Wed Dec 14 21:11:26 2011
+@@ -399,7 +399,7 @@
      <property name="testResultsDir" value="${builddir}/testresults" />
      <mkdir dir="${testResultsDir}" />
   

Reply via email to