postgresql: update to 8.4.5.

This commit is contained in:
Juan RP 2010-10-28 05:48:29 +02:00
parent 2cec367037
commit 8a9f0a49f0
4 changed files with 2 additions and 9 deletions

View file

@ -12,8 +12,6 @@ long_desc="${long_desc}
On a network, you can install this package on many client machines, while On a network, you can install this package on many client machines, while
the server package may be installed on only one machine." the server package may be installed on only one machine."
revision=1
Add_dependency run glibc Add_dependency run glibc
Add_dependency run zlib Add_dependency run zlib
Add_dependency run openssl Add_dependency run openssl

View file

@ -6,8 +6,6 @@ long_desc="${long_desc}
This package provides the development files required to build any This package provides the development files required to build any
PostgreSQL application." PostgreSQL application."
revision=1
Add_dependency run glibc Add_dependency run glibc
Add_dependency run postgresql-libs Add_dependency run postgresql-libs

View file

@ -5,8 +5,6 @@ long_desc="${long_desc}
This package provides the shared libraries used by PostgreSQL applications." This package provides the shared libraries used by PostgreSQL applications."
revision=2
Add_dependency run glibc Add_dependency run glibc
Add_dependency run openssl Add_dependency run openssl

View file

@ -1,7 +1,6 @@
# Template file for 'postgresql' # Template file for 'postgresql'
pkgname=postgresql pkgname=postgresql
version=8.4.2 version=8.4.5
revision=2
distfiles="ftp://ftp.postgresql.org/pub/source/v${version}/${pkgname}-${version}.tar.bz2" distfiles="ftp://ftp.postgresql.org/pub/source/v${version}/${pkgname}-${version}.tar.bz2"
build_style=gnu_configure build_style=gnu_configure
configure_args="--with-docdir=/usr/share/doc --with-openssl --with-python configure_args="--with-docdir=/usr/share/doc --with-openssl --with-python
@ -11,7 +10,7 @@ configure_args="--with-docdir=/usr/share/doc --with-openssl --with-python
--with-system-tzdata=/usr/share/zoneinfo --enable-nls --with-gnu-ld" --with-system-tzdata=/usr/share/zoneinfo --enable-nls --with-gnu-ld"
short_desc="Sophisticated open-source Object-Relational DBMS" short_desc="Sophisticated open-source Object-Relational DBMS"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=adb3c5c90396195d76e986f835c2bd0e0dad438f91f4dc2b62048caf6d9869f2 checksum=300022ae2d998a0291a1e91978c48468fdc9c389afca05d6e5f18209ff5732bf
long_desc=" long_desc="
PostgreSQL is a powerful, open source object-relational database system. PostgreSQL is a powerful, open source object-relational database system.
It has more than 15 years of active development and a proven architecture It has more than 15 years of active development and a proven architecture