diff --git a/srcpkgs/apache/template b/srcpkgs/apache/template index 595af0d1a1f..08a759c8fc2 100644 --- a/srcpkgs/apache/template +++ b/srcpkgs/apache/template @@ -1,7 +1,7 @@ # Template file for 'apache' pkgname=apache -version=2.4.37 -revision=3 +version=2.4.38 +revision=1 wrksrc="httpd-${version}" build_style=gnu-configure configure_args="--prefix= --sbindir=/usr/bin --enable-pie --enable-modules=all @@ -23,21 +23,21 @@ configure_args="--prefix= --sbindir=/usr/bin --enable-pie --enable-modules=all --with-z=${XBPS_CROSS_BASE}/usr --with-apr=${XBPS_CROSS_BASE}/usr/bin/apr-1-config --with-apr-util=${XBPS_CROSS_BASE}/usr/bin/apu-1-config" -hostmakedepends="pkg-config perl apr-util-devel" -makedepends="zlib-devel libuuid-devel pcre-devel nghttp2-devel - libressl-devel db-devel gdbm-devel expat-devel libldap-devel apr-util-devel" conf_files=" /etc/${pkgname}/extra/*.conf /etc/${pkgname}/httpd.conf /etc/${pkgname}/magic /etc/${pkgname}/mime.types" -short_desc="The Number One HTTP Server On The Internet" +hostmakedepends="pkg-config perl apr-util-devel" +makedepends="zlib-devel libuuid-devel pcre-devel nghttp2-devel + libressl-devel db-devel gdbm-devel expat-devel libldap-devel apr-util-devel" +short_desc="Apache http server" maintainer="Juan RP " +license="Apache-2.0" homepage="http://httpd.apache.org/" changelog="http://www.apache.org/dist/httpd/CHANGES_2.4" -license="Apache-2.0" distfiles="https://archive.apache.org/dist/httpd/httpd-${version}.tar.bz2" -checksum=3498dc5c6772fac2eb7307dc7963122ffe243b5e806e0be4fb51974ff759d726 +checksum=7dc65857a994c98370dc4334b260101a7a04be60e6e74a5c57a6dee1bc8f394a system_accounts="_${pkgname}" _apache_homedir="/srv/www/$pkgname"