Update to PostgreSQL 8.1.5. As the file sizes of the libraries are not the
same in most cases, I bumped the minor version just to be on the safe side.
This commit is contained in:
parent
2af4781d84
commit
681b205576
@ -1,20 +1,20 @@
|
||||
# $OpenBSD: Makefile,v 1.90 2006/10/09 12:22:53 aanriot Exp $
|
||||
# $OpenBSD: Makefile,v 1.91 2006/10/15 16:00:11 mbalmer Exp $
|
||||
|
||||
COMMENT= "PostgreSQL RDBMS (client)"
|
||||
COMMENT-server= "PostgreSQL RDBMS (server)"
|
||||
COMMENT-docs= "PostgreSQL RDBMS documentation"
|
||||
|
||||
VERSION= 8.1.4
|
||||
VERSION= 8.1.5
|
||||
DISTNAME= postgresql-${VERSION}
|
||||
FULLPKGNAME= postgresql-client-${VERSION}
|
||||
PKGNAME-server= postgresql-server-${VERSION}p1
|
||||
PKGNAME-server= postgresql-server-${VERSION}
|
||||
PKGNAME-docs= postgresql-docs-${VERSION}
|
||||
|
||||
CATEGORIES= databases
|
||||
SHARED_LIBS= ecpg 5.1 \
|
||||
ecpg_compat 2.1 \
|
||||
pgtypes 2.1 \
|
||||
pq 4.1
|
||||
SHARED_LIBS= ecpg 5.2 \
|
||||
ecpg_compat 2.2 \
|
||||
pgtypes 2.2 \
|
||||
pq 4.2
|
||||
|
||||
HOMEPAGE= http://www.postgresql.org/
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (postgresql-8.1.4.tar.gz) = 2717019b3626f7420a54c25c2e83231c
|
||||
RMD160 (postgresql-8.1.4.tar.gz) = e72929d54679e6fc4a7ec6527db3a2ab08e58d74
|
||||
SHA1 (postgresql-8.1.4.tar.gz) = a5612a2ef7c633040ba090a2a3149f4492df55ca
|
||||
SIZE (postgresql-8.1.4.tar.gz) = 14548395
|
||||
MD5 (postgresql-8.1.5.tar.gz) = cf44ae83a10afca2cbb5ccb975701aeb
|
||||
RMD160 (postgresql-8.1.5.tar.gz) = f97f1b6ce4defae9fd63a676c5b5b3f1f30cf216
|
||||
SHA1 (postgresql-8.1.5.tar.gz) = 148e04f66df499d3c4d47f806950628a36bd81e9
|
||||
SIZE (postgresql-8.1.5.tar.gz) = 14562298
|
||||
|
@ -1,14 +1,14 @@
|
||||
Requirements
|
||||
------------
|
||||
|
||||
Please note that OpenBSD port of the PostgreSQL server requires a
|
||||
Please note that the OpenBSD port of the PostgreSQL server requires a
|
||||
kernel compiled with SYSVSEM and SYSVSHM options for proper operation.
|
||||
The GENERIC kernel has these settings.
|
||||
|
||||
Using PostgreSQL in an OpenBSD environment
|
||||
------------------------------------------
|
||||
|
||||
If you are installing PostgreSQL for the first time a default database
|
||||
If you are installing PostgreSQL for the first time, a default database
|
||||
will have been created for you. If this failed for any reason or if you
|
||||
want to use non-default paramaters, you can do something similar to the
|
||||
following steps manually:
|
||||
@ -23,7 +23,7 @@ user. It is suggested that you follow the steps in
|
||||
!!PREFIX!!/share/doc/postgresql/INSTALL
|
||||
|
||||
for more information on how to upgrade your existing databases. See
|
||||
also `Special notes for OpenBSD port' below. Replace references to
|
||||
also `Special notes for the OpenBSD port' below. Replace references to
|
||||
the `postgresql' user below with `pgsql' or whatever other user you
|
||||
have selected to be the database administration account.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-docs,v 1.24 2006/05/24 11:18:29 bernd Exp $
|
||||
@comment $OpenBSD: PLIST-docs,v 1.25 2006/10/15 16:00:11 mbalmer Exp $
|
||||
share/doc/postgresql/
|
||||
share/doc/postgresql/COPYRIGHT
|
||||
share/doc/postgresql/FAQ
|
||||
@ -392,6 +392,7 @@ share/doc/postgresql/html/release-7-3-12.html
|
||||
share/doc/postgresql/html/release-7-3-13.html
|
||||
share/doc/postgresql/html/release-7-3-14.html
|
||||
share/doc/postgresql/html/release-7-3-15.html
|
||||
share/doc/postgresql/html/release-7-3-16.html
|
||||
share/doc/postgresql/html/release-7-3-2.html
|
||||
share/doc/postgresql/html/release-7-3-3.html
|
||||
share/doc/postgresql/html/release-7-3-4.html
|
||||
@ -406,6 +407,7 @@ share/doc/postgresql/html/release-7-4-10.html
|
||||
share/doc/postgresql/html/release-7-4-11.html
|
||||
share/doc/postgresql/html/release-7-4-12.html
|
||||
share/doc/postgresql/html/release-7-4-13.html
|
||||
share/doc/postgresql/html/release-7-4-14.html
|
||||
share/doc/postgresql/html/release-7-4-2.html
|
||||
share/doc/postgresql/html/release-7-4-3.html
|
||||
share/doc/postgresql/html/release-7-4-4.html
|
||||
@ -423,10 +425,12 @@ share/doc/postgresql/html/release-8-0-5.html
|
||||
share/doc/postgresql/html/release-8-0-6.html
|
||||
share/doc/postgresql/html/release-8-0-7.html
|
||||
share/doc/postgresql/html/release-8-0-8.html
|
||||
share/doc/postgresql/html/release-8-0-9.html
|
||||
share/doc/postgresql/html/release-8-0.html
|
||||
share/doc/postgresql/html/release-8-1-1.html
|
||||
share/doc/postgresql/html/release-8-1-2.html
|
||||
share/doc/postgresql/html/release-8-1-3.html
|
||||
share/doc/postgresql/html/release-8-1-4.html
|
||||
share/doc/postgresql/html/release-8-1.html
|
||||
share/doc/postgresql/html/release.html
|
||||
share/doc/postgresql/html/resources.html
|
||||
|
Loading…
Reference in New Issue
Block a user