mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
postgresql: update to 9.4.5.
This commit is contained in:
parent
bae958b7fd
commit
801b8327aa
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'postgresql'
|
# Template file for 'postgresql'
|
||||||
pkgname=postgresql
|
pkgname=postgresql
|
||||||
version=9.4.4
|
version=9.4.5
|
||||||
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-uuid=e2fs"
|
--with-system-tzdata=/usr/share/zoneinfo --enable-nls --with-uuid=e2fs"
|
||||||
short_desc="Sophisticated open-source Object-Relational DBMS"
|
short_desc="Sophisticated open-source Object-Relational DBMS"
|
||||||
maintainer="Philipp Hirsch <itself@hanspolo.net>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
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=538ed99688d6fdbec6fd166d1779cf4588bf2f16c52304e5ef29f904c43b0013
|
checksum=b87c50c66b6ea42a9712b5f6284794fabad0616e6ae420cf0f10523be6d94a39
|
||||||
|
|
||||||
hostmakedepends="flex docbook docbook2x openjade"
|
hostmakedepends="flex docbook docbook2x openjade"
|
||||||
makedepends="libfl-devel readline-devel libressl-devel perl
|
makedepends="libfl-devel readline-devel libressl-devel perl
|
||||||
|
|
Loading…
Add table
Reference in a new issue