postgresql: update to 8.4.5.
This commit is contained in:
parent
2cec367037
commit
8a9f0a49f0
|
@ -12,8 +12,6 @@ long_desc="${long_desc}
|
|||
On a network, you can install this package on many client machines, while
|
||||
the server package may be installed on only one machine."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run zlib
|
||||
Add_dependency run openssl
|
||||
|
|
|
@ -6,8 +6,6 @@ long_desc="${long_desc}
|
|||
This package provides the development files required to build any
|
||||
PostgreSQL application."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run postgresql-libs
|
||||
|
||||
|
|
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
|||
|
||||
This package provides the shared libraries used by PostgreSQL applications."
|
||||
|
||||
revision=2
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run openssl
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# Template file for 'postgresql'
|
||||
pkgname=postgresql
|
||||
version=8.4.2
|
||||
revision=2
|
||||
version=8.4.5
|
||||
distfiles="ftp://ftp.postgresql.org/pub/source/v${version}/${pkgname}-${version}.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
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"
|
||||
short_desc="Sophisticated open-source Object-Relational DBMS"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=adb3c5c90396195d76e986f835c2bd0e0dad438f91f4dc2b62048caf6d9869f2
|
||||
checksum=300022ae2d998a0291a1e91978c48468fdc9c389afca05d6e5f18209ff5732bf
|
||||
long_desc="
|
||||
PostgreSQL is a powerful, open source object-relational database system.
|
||||
It has more than 15 years of active development and a proven architecture
|
||||
|
|
Loading…
Reference in New Issue