Update to PostgreSQL 8.0.4.
This commit is contained in:
parent
8e7f909b8d
commit
086dc2b0cd
@ -1,14 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.78 2005/08/16 09:49:51 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.79 2005/10/10 22:48:24 mbalmer Exp $
|
||||
|
||||
COMMENT= "PostgreSQL RDBMS (client)"
|
||||
COMMENT-server= "PostgreSQL RDBMS (server)"
|
||||
COMMENT-docs= "PostgreSQL RDBMS documentation"
|
||||
|
||||
VERSION= 8.0.3
|
||||
VERSION= 8.0.4
|
||||
DISTNAME= postgresql-${VERSION}
|
||||
FULLPKGNAME= postgresql-client-${VERSION}
|
||||
PKGNAME-server= postgresql-server-${VERSION}
|
||||
PKGNAME-docs= postgresql-docs-${VERSION}p0
|
||||
PKGNAME-docs= postgresql-docs-${VERSION}
|
||||
|
||||
CATEGORIES= databases
|
||||
|
||||
@ -74,7 +74,7 @@ WANTLIB+= perl
|
||||
|
||||
.if defined(PACKAGING)
|
||||
. if ${SUBPACKAGE} == "-server"
|
||||
LIB_DEPENDS= pq.3:postgresql-client-${VERSION}:databases/postgresql
|
||||
LIB_DEPENDS= pq.4:postgresql-client-${VERSION}:databases/postgresql
|
||||
. elif ${SUBPACKAGE} == "-docs"
|
||||
WANTLIB=
|
||||
PKG_ARCH= *
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (postgresql-8.0.3.tar.gz) = 4032b050ebf34054529ea10782ce2df4
|
||||
RMD160 (postgresql-8.0.3.tar.gz) = 237ded6ac2686607ed0570c9ae0e5fb1bfc9159b
|
||||
SHA1 (postgresql-8.0.3.tar.gz) = 2cdbcdd22ceacaea20cc9025c5d38ecd12c15f3b
|
||||
SIZE (postgresql-8.0.3.tar.gz) = 13891826
|
||||
MD5 (postgresql-8.0.4.tar.gz) = cfd7ec4ccfdfd9e9c6dd41185e5bfeb2
|
||||
RMD160 (postgresql-8.0.4.tar.gz) = 54622dc3d30b259cdb5db5833ae136a694d26b1c
|
||||
SHA1 (postgresql-8.0.4.tar.gz) = 2cd793620f08aad681370557f93e09cf6cc9bb40
|
||||
SIZE (postgresql-8.0.4.tar.gz) = 13929175
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.28 2005/05/11 10:10:39 mbalmer Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.29 2005/10/10 22:48:24 mbalmer Exp $
|
||||
@conflict pgsql-*
|
||||
@conflict pgsql-clients-*
|
||||
@conflict postgresql-*
|
||||
@ -323,6 +323,7 @@ share/postgresql/timezone/America/Cayenne
|
||||
share/postgresql/timezone/America/Cayman
|
||||
share/postgresql/timezone/America/Chicago
|
||||
share/postgresql/timezone/America/Chihuahua
|
||||
share/postgresql/timezone/America/Coral_Harbour
|
||||
share/postgresql/timezone/America/Cordoba
|
||||
share/postgresql/timezone/America/Costa_Rica
|
||||
share/postgresql/timezone/America/Cuiaba
|
||||
@ -548,6 +549,7 @@ share/postgresql/timezone/Australia/Adelaide
|
||||
share/postgresql/timezone/Australia/Brisbane
|
||||
share/postgresql/timezone/Australia/Broken_Hill
|
||||
share/postgresql/timezone/Australia/Canberra
|
||||
share/postgresql/timezone/Australia/Currie
|
||||
share/postgresql/timezone/Australia/Darwin
|
||||
share/postgresql/timezone/Australia/Hobart
|
||||
share/postgresql/timezone/Australia/LHI
|
||||
|
@ -1,5 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-docs,v 1.18 2005/08/16 09:49:51 espie Exp $
|
||||
@conflict postgresql-client-<8
|
||||
@comment $OpenBSD: PLIST-docs,v 1.19 2005/10/10 22:48:24 mbalmer Exp $
|
||||
share/doc/postgresql/
|
||||
share/doc/postgresql/COPYRIGHT
|
||||
share/doc/postgresql/FAQ
|
||||
@ -383,6 +382,7 @@ share/doc/postgresql/html/release-7-3-6.html
|
||||
share/doc/postgresql/html/release-7-3-7.html
|
||||
share/doc/postgresql/html/release-7-3-8.html
|
||||
share/doc/postgresql/html/release-7-3-9.html
|
||||
share/doc/postgresql/html/release-7-3-11.html
|
||||
share/doc/postgresql/html/release-7-3.html
|
||||
share/doc/postgresql/html/release-7-4-1.html
|
||||
share/doc/postgresql/html/release-7-4-2.html
|
||||
@ -392,9 +392,11 @@ share/doc/postgresql/html/release-7-4-5.html
|
||||
share/doc/postgresql/html/release-7-4-6.html
|
||||
share/doc/postgresql/html/release-7-4-7.html
|
||||
share/doc/postgresql/html/release-7-4-8.html
|
||||
share/doc/postgresql/html/release-7-4-9.html
|
||||
share/doc/postgresql/html/release-7-4.html
|
||||
share/doc/postgresql/html/release-8-0-1.html
|
||||
share/doc/postgresql/html/release-8-0-2.html
|
||||
share/doc/postgresql/html/release-8-0-3.html
|
||||
share/doc/postgresql/html/release-8-0.html
|
||||
share/doc/postgresql/html/release.html
|
||||
share/doc/postgresql/html/resources.html
|
||||
|
Loading…
Reference in New Issue
Block a user