Update this to the version of the jdbc driver which ships with postgresql-7.1.3.
No documented code changes since the version which shipped with 7.1.2. Build infrastructure now allows the default port to use to access the postmaster to be changed.
This commit is contained in:
parent
e385671db8
commit
b1289e341e
2 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.12 2001/09/27 23:17:53 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.13 2001/10/15 17:13:57 jwise Exp $
|
||||
#
|
||||
|
||||
DISTNAME= postgresql-7.1.2
|
||||
DISTNAME= postgresql-7.1.3
|
||||
PKGNAME= jdbc-${DISTNAME}
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/src/interfaces/jdbc
|
||||
CATEGORIES= databases
|
||||
|
@ -28,9 +28,10 @@ CLASSPATH:= ${CLASSPATH}:.
|
|||
HELP_FILES= README Implementation CHANGELOG
|
||||
|
||||
pre-build:
|
||||
${ECHO} "VERSION=7.1.2" > ${WRKSRC}/../../../src/Makefile.global
|
||||
${ECHO} "VERSION=7.1.3" > ${WRKSRC}/../../../src/Makefile.global
|
||||
${ECHO} "ANT=${LOCALBASE}/bin/ant" >> ${WRKSRC}/../../../src/Makefile.global
|
||||
${ECHO} "top_srcdir=." >> ${WRKSRC}/../../../src/Makefile.global
|
||||
${ECHO} "DEF_PGPORT=5432" >> ${WRKSRC}/../../../src/Makefile.global
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/lib/java
|
||||
|
@ -38,7 +39,6 @@ do-install:
|
|||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/java/jdbc-postgresql
|
||||
${INSTALL_DATA} ${WRKSRC}/example/*.java ${PREFIX}/share/examples/java/jdbc-postgresql
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/java/jdbc-postgresql
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/java/jdbc-postgresql/api
|
||||
.for X in ${HELP_FILES}
|
||||
${INSTALL_DATA} ${WRKSRC}/${X} ${PREFIX}/share/doc/java/jdbc-postgresql
|
||||
.endfor
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2001/09/09 23:35:39 jwise Exp $
|
||||
$NetBSD: distinfo,v 1.4 2001/10/15 17:13:57 jwise Exp $
|
||||
|
||||
SHA1 (postgresql-7.1.2.tar.gz) = d428b911b97fce1aea43f7322cc8c081322d258c
|
||||
Size (postgresql-7.1.2.tar.gz) = 8117016 bytes
|
||||
SHA1 (postgresql-7.1.3.tar.gz) = d969d73af499e87a7ad052cab5efe6ca9d1d7085
|
||||
Size (postgresql-7.1.3.tar.gz) = 8124455 bytes
|
||||
SHA1 (patch-aa) = 2052c2952199b2d324a42400dc51c1ae2ccdc292
|
||||
|
|
Loading…
Reference in a new issue