postgresql: remove long_desc.
This commit is contained in:
parent
da210038b5
commit
980d970693
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'postgresql'
|
# Template file for 'postgresql'
|
||||||
pkgname=postgresql
|
pkgname=postgresql
|
||||||
version=8.4.17
|
version=8.4.17
|
||||||
revision=1
|
revision=2
|
||||||
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
|
||||||
--with-pam --datadir=/usr/share/postgresql --enable-thread-safety
|
--with-pam --datadir=/usr/share/postgresql --enable-thread-safety
|
||||||
|
@ -14,11 +14,6 @@ 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=dc884c34ec3535d9f8b579155948a703def0574aca47292b97b82a8189cd0436
|
checksum=dc884c34ec3535d9f8b579155948a703def0574aca47292b97b82a8189cd0436
|
||||||
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
|
|
||||||
that has earned it a strong reputation for reliability, data integrity,
|
|
||||||
and correctness."
|
|
||||||
|
|
||||||
hostmakedepends="flex"
|
hostmakedepends="flex"
|
||||||
makedepends="libfl-devel readline-devel openssl-devel perl>=5.16
|
makedepends="libfl-devel readline-devel openssl-devel perl>=5.16
|
||||||
|
|
Loading…
Reference in New Issue