postgresql: update to 8.4.6.
This commit is contained in:
parent
3e508bf75d
commit
59f03e691d
4 changed files with 3 additions and 9 deletions
|
@ -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=2
|
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run zlib
|
Add_dependency run zlib
|
||||||
Add_dependency run libssl
|
Add_dependency run libssl
|
||||||
|
|
|
@ -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=1
|
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run libssl
|
Add_dependency run libssl
|
||||||
|
|
||||||
|
|
|
@ -7,8 +7,6 @@ long_desc="${long_desc}
|
||||||
PostgreSQL 8.4 in Python. You need this package if you have any PostgreSQL 8.4
|
PostgreSQL 8.4 in Python. You need this package if you have any PostgreSQL 8.4
|
||||||
functions that use the languages plpython or plpythonu."
|
functions that use the languages plpython or plpythonu."
|
||||||
|
|
||||||
revision=1
|
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run postgresql
|
Add_dependency run postgresql
|
||||||
Add_dependency run python
|
Add_dependency run python
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# Template file for 'postgresql'
|
# Template file for 'postgresql'
|
||||||
pkgname=postgresql
|
pkgname=postgresql
|
||||||
version=8.4.5
|
version=8.4.6
|
||||||
revision=1
|
|
||||||
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=300022ae2d998a0291a1e91978c48468fdc9c389afca05d6e5f18209ff5732bf
|
checksum=8110c576e9055286d7b04b8930f7a378e483f0530b41dd3098f6e35528ed7d3c
|
||||||
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
|
||||||
|
@ -40,6 +39,7 @@ Add_dependency run libssl
|
||||||
Add_dependency run libxml2
|
Add_dependency run libxml2
|
||||||
Add_dependency run postgresql-libs
|
Add_dependency run postgresql-libs
|
||||||
|
|
||||||
|
Add_dependency build flex
|
||||||
Add_dependency build gettext
|
Add_dependency build gettext
|
||||||
Add_dependency build perl
|
Add_dependency build perl
|
||||||
Add_dependency build tcl-devel
|
Add_dependency build tcl-devel
|
||||||
|
|
Loading…
Reference in a new issue