diff --git a/srcpkgs/postgresql/postgresql-client.template b/srcpkgs/postgresql/postgresql-client.template index 86ca9edc5e..2a55d825d8 100644 --- a/srcpkgs/postgresql/postgresql-client.template +++ b/srcpkgs/postgresql/postgresql-client.template @@ -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=2 - Add_dependency run glibc Add_dependency run zlib Add_dependency run libssl diff --git a/srcpkgs/postgresql/postgresql-libs.template b/srcpkgs/postgresql/postgresql-libs.template index 9432001280..7b2f8c6cbe 100644 --- a/srcpkgs/postgresql/postgresql-libs.template +++ b/srcpkgs/postgresql/postgresql-libs.template @@ -5,8 +5,6 @@ long_desc="${long_desc} This package provides the shared libraries used by PostgreSQL applications." -revision=1 - Add_dependency run glibc Add_dependency run libssl diff --git a/srcpkgs/postgresql/postgresql-plpython.template b/srcpkgs/postgresql/postgresql-plpython.template index 43a50304f9..eebdb312b4 100644 --- a/srcpkgs/postgresql/postgresql-plpython.template +++ b/srcpkgs/postgresql/postgresql-plpython.template @@ -7,8 +7,6 @@ long_desc="${long_desc} PostgreSQL 8.4 in Python. You need this package if you have any PostgreSQL 8.4 functions that use the languages plpython or plpythonu." -revision=1 - Add_dependency run glibc Add_dependency run postgresql Add_dependency run python diff --git a/srcpkgs/postgresql/template b/srcpkgs/postgresql/template index fb3fc1db34..f1841bed22 100644 --- a/srcpkgs/postgresql/template +++ b/srcpkgs/postgresql/template @@ -1,7 +1,6 @@ # Template file for 'postgresql' pkgname=postgresql -version=8.4.5 -revision=1 +version=8.4.6 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 " -checksum=300022ae2d998a0291a1e91978c48468fdc9c389afca05d6e5f18209ff5732bf +checksum=8110c576e9055286d7b04b8930f7a378e483f0530b41dd3098f6e35528ed7d3c 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 @@ -40,6 +39,7 @@ Add_dependency run libssl Add_dependency run libxml2 Add_dependency run postgresql-libs +Add_dependency build flex Add_dependency build gettext Add_dependency build perl Add_dependency build tcl-devel