summaryrefslogtreecommitdiff
path: root/databases/jdbc-postgresql82/Makefile
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2008-07-16 20:56:00 +0000
committerabs <abs@pkgsrc.org>2008-07-16 20:56:00 +0000
commit235ee48a2ab0db88cc1eafa718660dc0baba5f1b (patch)
treedafcaad83a25d5c6e9b66ebfb64cca500cd7a6e9 /databases/jdbc-postgresql82/Makefile
parent1b7167dee1679b8637991a7d2d88d536cd4f3c48 (diff)
downloadpkgsrc-235ee48a2ab0db88cc1eafa718660dc0baba5f1b.tar.gz
Updated databases/jdbc-postgresql82 to 508
This is a pure Java (Type IV) JDBC driver for the PostgreSQL database. It allows Java programs to connect to a PostgreSQL database using standard, database independent Java code. The driver provides a reasonably complete implementation of the JDBC 3 specification in addition to some PostgreSQL specific extensions.
Diffstat (limited to 'databases/jdbc-postgresql82/Makefile')
-rw-r--r--databases/jdbc-postgresql82/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/jdbc-postgresql82/Makefile b/databases/jdbc-postgresql82/Makefile
index b8a760dc869..c328b00218b 100644
--- a/databases/jdbc-postgresql82/Makefile
+++ b/databases/jdbc-postgresql82/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2008/03/03 15:21:07 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2008/07/16 20:56:00 abs Exp $
#
DISTNAME= postgresql-jdbc-8.2-${PGBUILD}.src
@@ -11,7 +11,7 @@ MAINTAINER= abs@NetBSD.org
HOMEPAGE= http://jdbc.postgresql.org/
COMMENT= PostgreSQL 8.2 JDBC3 driver
-PGBUILD= 507
+PGBUILD= 508
JARDIST= postgresql-8.2-${PGBUILD}.jdbc3.jar
JARFILE= postgresql82.jar
EXTRACT_ONLY= ${DISTFILES:N*.jar}