postgres: updated to 9.4.0
This commit is contained in:
parent
0c13b2cd64
commit
e3dd31b75b
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'postgresql'
|
# Template file for 'postgresql'
|
||||||
pkgname=postgresql
|
pkgname=postgresql
|
||||||
version=9.3.5
|
version=9.4.0
|
||||||
revision=4
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_build_target="world"
|
make_build_target="world"
|
||||||
configure_args="--with-openssl --with-python
|
configure_args="--with-openssl --with-python
|
||||||
|
@ -10,11 +10,11 @@ configure_args="--with-openssl --with-python
|
||||||
--without-bonjour --with-libxml --with-libxslt --disable-rpath
|
--without-bonjour --with-libxml --with-libxslt --disable-rpath
|
||||||
--with-system-tzdata=/usr/share/zoneinfo --enable-nls"
|
--with-system-tzdata=/usr/share/zoneinfo --enable-nls"
|
||||||
short_desc="Sophisticated open-source Object-Relational DBMS"
|
short_desc="Sophisticated open-source Object-Relational DBMS"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Philipp Hirsch <itself@hanspolo.net>"
|
||||||
homepage="http://www.postgresql.org"
|
homepage="http://www.postgresql.org"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
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"
|
||||||
checksum=14176ffb1f90a189e7626214365be08ea2bfc26f26994bafb4235be314b9b4b0
|
checksum=7a35c3cb77532f7b15702e474d7ef02f0f419527ee80a4ca6036fffb551625a5
|
||||||
|
|
||||||
hostmakedepends="flex docbook docbook2x openjade"
|
hostmakedepends="flex docbook docbook2x openjade"
|
||||||
makedepends="libfl-devel readline-devel>=6.3 libressl-devel>=2.1.2 perl>=5.20
|
makedepends="libfl-devel readline-devel>=6.3 libressl-devel>=2.1.2 perl>=5.20
|
||||||
|
|
Loading…
Reference in New Issue