diff options
author | jwise <jwise@pkgsrc.org> | 2000-07-14 17:25:54 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-07-14 17:25:54 +0000 |
commit | c9a15c2e264658e31fccf4a5bd4aa21a20efde98 (patch) | |
tree | fb33cc6ca8cd2a8eea90e739cf04319fd9ad4b07 /databases/jdbc-postgresql | |
parent | ff1f4f7f73430bd419a0351294bddf7cb3bde742 (diff) | |
download | pkgsrc-c9a15c2e264658e31fccf4a5bd4aa21a20efde98.tar.gz |
Update to the version which ships with postgresql-7.0.2
Changes since the version shipped with postgresql-7.0:
Mon May 15 22:30:00 BST 2000 peter@retep.org.uk
- Fixed the message Makefile produces after compiling. It still said
about the old Driver class, not the new package. Spotted by
Joseph Shraibman <jks@p1.selectacast.net>
Diffstat (limited to 'databases/jdbc-postgresql')
-rw-r--r-- | databases/jdbc-postgresql/Makefile | 4 | ||||
-rw-r--r-- | databases/jdbc-postgresql/patches/patch-aa | 1 | ||||
-rw-r--r-- | databases/jdbc-postgresql/pkg/PLIST | 14 |
3 files changed, 10 insertions, 9 deletions
diff --git a/databases/jdbc-postgresql/Makefile b/databases/jdbc-postgresql/Makefile index ffdbe3f0530..740e3bcf3d7 100644 --- a/databases/jdbc-postgresql/Makefile +++ b/databases/jdbc-postgresql/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2000/06/07 14:58:57 jwise Exp $ +# $NetBSD: Makefile,v 1.4 2000/07/14 17:25:54 jwise Exp $ # -DISTNAME= postgresql-7.0 +DISTNAME= postgresql-7.0.2 PKGNAME= jdbc-${DISTNAME} WRKSRC= ${WRKDIR}/${DISTNAME}/src/interfaces/jdbc CATEGORIES= databases diff --git a/databases/jdbc-postgresql/patches/patch-aa b/databases/jdbc-postgresql/patches/patch-aa index 77db0c9fefb..4fea51573e5 100644 --- a/databases/jdbc-postgresql/patches/patch-aa +++ b/databases/jdbc-postgresql/patches/patch-aa @@ -1,3 +1,4 @@ +$NetBSD: patch-aa,v 1.2 2000/07/14 17:25:55 jwise Exp $ --- Makefile.orig Wed Jun 7 10:31:07 2000 +++ Makefile Wed Jun 7 10:33:52 2000 @@ -83,8 +83,7 @@ diff --git a/databases/jdbc-postgresql/pkg/PLIST b/databases/jdbc-postgresql/pkg/PLIST index 26d7c312363..d0076a744fc 100644 --- a/databases/jdbc-postgresql/pkg/PLIST +++ b/databases/jdbc-postgresql/pkg/PLIST @@ -1,9 +1,5 @@ -@comment $NetBSD: PLIST,v 1.3 2000/06/07 14:58:58 jwise Exp $ +@comment $NetBSD: PLIST,v 1.4 2000/07/14 17:25:55 jwise Exp $ lib/java/postgresql.jar -share/doc/java/jdbc-postgresql/README -share/doc/java/jdbc-postgresql/README_6.3 -share/doc/java/jdbc-postgresql/Implementation -share/doc/java/jdbc-postgresql/CHANGELOG share/examples/java/jdbc-postgresql/ImageViewer.java share/examples/java/jdbc-postgresql/basic.java share/examples/java/jdbc-postgresql/blobtest.java @@ -28,6 +24,10 @@ share/doc/java/jdbc-postgresql/api/org.postgresql.largeobject.LargeObjectManager share/doc/java/jdbc-postgresql/api/org.postgresql.largeobject.PGblob.html share/doc/java/jdbc-postgresql/api/packages.html share/doc/java/jdbc-postgresql/api/tree.html +share/doc/java/jdbc-postgresql/README +share/doc/java/jdbc-postgresql/README_6.3 +share/doc/java/jdbc-postgresql/Implementation +share/doc/java/jdbc-postgresql/CHANGELOG +@dirrm share/examples/java/jdbc-postgresql/ @dirrm share/doc/java/jdbc-postgresql/api -@dirrm share/doc/java/jdbc-postgresql -@dirrm share/examples/java/jdbc-postgresql +@dirrm share/doc/java/jdbc-postgresql/ |