diff --git a/srcpkgs/cherokee/libcherokee.rshlibs b/srcpkgs/cherokee/libcherokee.rshlibs index 1fbd4e6ef5..08074bbae6 100644 --- a/srcpkgs/cherokee/libcherokee.rshlibs +++ b/srcpkgs/cherokee/libcherokee.rshlibs @@ -14,4 +14,4 @@ libnsl.so.1 libssl.so.1 libpam.so.0 libldap-2.4.so.2 -libpcre.so.0 +libpcre.so.1 diff --git a/srcpkgs/cherokee/template b/srcpkgs/cherokee/template index 201fcd5b3f..2f43919d40 100644 --- a/srcpkgs/cherokee/template +++ b/srcpkgs/cherokee/template @@ -1,13 +1,13 @@ # Template file for 'cherokee' pkgname=cherokee version=1.2.101 -revision=2 +revision=3 distfiles="http://www.${pkgname}-project.com/download/1.2/${version}/${pkgname}-${version}.tar.gz" build_style=gnu-configure configure_args="--prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static --with-wwwroot=/srv/httpd --with-wwwuser=httpd --with-wwwgroup=httpd --with-python=python --enable-os-string=Linux" -makedepends="pcre-devel python-devel libldap-devel pam-devel libmysqlclient-devel ffmpeg-devel geoip-devel" +makedepends="pcre-devel>=8.30 python-devel libldap-devel pam-devel libmysqlclient-devel ffmpeg-devel geoip-devel" short_desc="An innovative, feature rich, and yet easy to configure open source Web Server" maintainer="davehome " homepage="http://www.cherokee-project.com/"