On Mon, Sep 05, 2011 at 09:45:22PM +0200, Matthias Kilian wrote:
> See diff to postgresql-jdbc below

and now with updated pkg/PLIST_docs


Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/postgresql-jdbc/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- Makefile    5 Sep 2011 18:41:29 -0000       1.13
+++ Makefile    5 Sep 2011 19:58:54 -0000
@@ -3,12 +3,10 @@
 COMMENT-main=          JDBC Driver for PostgreSQL
 COMMENT-docs=          API docs for PostgreSQL JDBC Driver
 
-V=                     8.2-505
+V=                     9.0-801
 DISTNAME=              postgresql-jdbc-$V
 PKGNAME-main=          postgresql-jdbc-${V:S/-/./}
-REVISION-main=         3
 PKGNAME-docs=          postgresql-jdbc-docs-${V:S/-/./}
-REVISION-docs=         0
 PKG_ARCH-docs=         *
 CATEGORIES=            databases
 
@@ -34,10 +32,10 @@ MODJAVA_BUILD=              ant
 MODJAVA_BUILD_TARGET=  all publicapi
 
 REGRESS_DEPENDS=       databases/postgresql \
-                       java/junit=3.8.2
+                       java/junit
 RUN_DEPENDS-docs=
 
-JUNIT_JAR=             ${LOCALBASE}/share/java/classes/junit-3.8.2/junit.jar
+JUNIT_JAR=             ${LOCALBASE}/share/java/classes/junit/junit.jar
 
 WRKDIST=               ${WRKDIR}/${DISTNAME}.src
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/postgresql-jdbc/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo    30 May 2007 23:29:42 -0000      1.2
+++ distinfo    5 Sep 2011 19:58:54 -0000
@@ -1,5 +1,5 @@
-MD5 (postgresql-jdbc-8.2-505.src.tar.gz) = LcXzsiBPG0c3LyHan4GSCg==
-RMD160 (postgresql-jdbc-8.2-505.src.tar.gz) = Ktl3Ac1IHXbG7EM5UkA3uZc4o1E=
-SHA1 (postgresql-jdbc-8.2-505.src.tar.gz) = CCxRNf+YtGzSsInKDwT7ZqTun/s=
-SHA256 (postgresql-jdbc-8.2-505.src.tar.gz) = 
dr8qperQ0EPYHfHDHbn2VObrnYD6noqX+3QylQqBl7Y=
-SIZE (postgresql-jdbc-8.2-505.src.tar.gz) = 498495
+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
Index: patches/patch-build_xml
===================================================================
RCS file: /cvs/ports/databases/postgresql-jdbc/patches/patch-build_xml,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-build_xml
--- patches/patch-build_xml     11 Apr 2007 12:54:25 -0000      1.1.1.1
+++ patches/patch-build_xml     5 Sep 2011 19:58:54 -0000
@@ -1,13 +1,13 @@
 $OpenBSD: patch-build_xml,v 1.1.1.1 2007/04/11 12:54:25 kili Exp $
 
---- build.xml.orig     Wed Nov 29 05:00:15 2006
-+++ build.xml  Mon Jan 15 22:29:26 2007
-@@ -406,7 +406,7 @@
-     <fail message="Your version of ant doesn't seem to have the junit task 
available.  I looked for 
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask, but I couldn't find 
it." unless="junit.task" />
- 
-     <delete file="postgresql-jdbc-tests.debug.txt"/>
+--- build.xml.orig     Wed Jul  1 07:00:39 2009
++++ build.xml  Mon Sep  5 20:28:14 2011
+@@ -362,7 +362,7 @@
+     <property name="testResultsDir" value="${builddir}/testresults" />
+     <mkdir dir="${testResultsDir}" />
+  
 -    <junit>
 +    <junit haltonerror="on">
        <formatter type="brief" usefile="false"/>
+       <formatter type="xml" usefile="true" />
  
-       <sysproperty key="server" value="${server}" />
Index: pkg/PLIST-docs
===================================================================
RCS file: /cvs/ports/databases/postgresql-jdbc/pkg/PLIST-docs,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST-docs
--- pkg/PLIST-docs      11 Apr 2007 12:54:25 -0000      1.1.1.1
+++ pkg/PLIST-docs      5 Sep 2011 19:58:54 -0000
@@ -14,6 +14,16 @@ share/doc/postgresql-jdbc/org/postgresql
 share/doc/postgresql-jdbc/org/postgresql/PGRefCursorResultSet.html
 share/doc/postgresql-jdbc/org/postgresql/PGResultSetMetaData.html
 share/doc/postgresql-jdbc/org/postgresql/PGStatement.html
+share/doc/postgresql-jdbc/org/postgresql/copy/
+share/doc/postgresql-jdbc/org/postgresql/copy/CopyIn.html
+share/doc/postgresql-jdbc/org/postgresql/copy/CopyManager.html
+share/doc/postgresql-jdbc/org/postgresql/copy/CopyOperation.html
+share/doc/postgresql-jdbc/org/postgresql/copy/CopyOut.html
+share/doc/postgresql-jdbc/org/postgresql/copy/PGCopyInputStream.html
+share/doc/postgresql-jdbc/org/postgresql/copy/PGCopyOutputStream.html
+share/doc/postgresql-jdbc/org/postgresql/copy/package-frame.html
+share/doc/postgresql-jdbc/org/postgresql/copy/package-summary.html
+share/doc/postgresql-jdbc/org/postgresql/copy/package-tree.html
 share/doc/postgresql-jdbc/org/postgresql/ds/
 share/doc/postgresql-jdbc/org/postgresql/ds/PGConnectionPoolDataSource.html
 share/doc/postgresql-jdbc/org/postgresql/ds/PGPooledConnection.html
@@ -62,10 +72,18 @@ share/doc/postgresql-jdbc/org/postgresql
 share/doc/postgresql-jdbc/org/postgresql/ssl/package-summary.html
 share/doc/postgresql-jdbc/org/postgresql/ssl/package-tree.html
 share/doc/postgresql-jdbc/org/postgresql/util/
+share/doc/postgresql-jdbc/org/postgresql/util/PGInterval.html
+share/doc/postgresql-jdbc/org/postgresql/util/PGmoney.html
 share/doc/postgresql-jdbc/org/postgresql/util/PGobject.html
+share/doc/postgresql-jdbc/org/postgresql/util/ServerErrorMessage.html
 share/doc/postgresql-jdbc/org/postgresql/util/package-frame.html
 share/doc/postgresql-jdbc/org/postgresql/util/package-summary.html
 share/doc/postgresql-jdbc/org/postgresql/util/package-tree.html
+share/doc/postgresql-jdbc/org/postgresql/xa/
+share/doc/postgresql-jdbc/org/postgresql/xa/PGXADataSource.html
+share/doc/postgresql-jdbc/org/postgresql/xa/package-frame.html
+share/doc/postgresql-jdbc/org/postgresql/xa/package-summary.html
+share/doc/postgresql-jdbc/org/postgresql/xa/package-tree.html
 share/doc/postgresql-jdbc/overview-frame.html
 share/doc/postgresql-jdbc/overview-summary.html
 share/doc/postgresql-jdbc/overview-tree.html

Reply via email to