postgresql: update to 8.4.22.
This commit is contained in:
parent
92415a2815
commit
85c7015f32
|
@ -1,9 +1,5 @@
|
|||
=====================================================================
|
||||
|
||||
To customize PostgreSQL's initialization:
|
||||
/etc/default/postgresql
|
||||
|
||||
To customize PostgreSQL's server configuration:
|
||||
/etc/postgresql/postgresql.conf
|
||||
|
||||
=====================================================================
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'postgresql'
|
||||
pkgname=postgresql
|
||||
version=8.4.21
|
||||
revision=2
|
||||
version=8.4.22
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-docdir=/usr/share/doc --with-openssl --with-python
|
||||
--with-pam --datadir=/usr/share/postgresql --enable-thread-safety
|
||||
|
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://www.postgresql.org"
|
||||
license="BSD"
|
||||
distfiles="ftp://ftp.postgresql.org/pub/source/v${version}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=388f67e59f2a16c27e84f50656f5d755adf3d0a883138366d091aa0c727c1e2c
|
||||
checksum=5c1d56ce77448706d9dd03b2896af19d9ab1b9b8dcdb96c39707c74675ca3826
|
||||
|
||||
hostmakedepends="flex"
|
||||
makedepends="libfl-devel readline-devel>=6.3 libressl-devel perl>=5.16
|
||||
|
|
Loading…
Reference in New Issue