apache: update to 2.4.4; switch -devel to arch.

This commit is contained in:
Juan RP 2013-04-03 16:47:00 +02:00
parent 88cb0603d0
commit af62dfc536
4 changed files with 6 additions and 12 deletions

View file

@ -12,7 +12,7 @@ pkgname=apache-mpm-event
configure_args="${configure_args} --enable-modules= --prefix=/usr --with-mpm=event"
# dlopen(3) run-time dependencies.
depends="apache>=$version"
revision=3
revision=1
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://httpd.apache.org/"
license="Apache-2.0"

View file

@ -12,7 +12,7 @@ pkgname=apache-mpm-worker
configure_args="${configure_args} --enable-modules= --prefix=/usr --with-mpm=worker"
# dlopen(3) run-time dependencies.
depends="apache>=$version"
revision=3
revision=1
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://httpd.apache.org/"
license="Apache-2.0"

View file

@ -1,13 +1,7 @@
# Template file for 'apache-devel'.
#
depends="coreutils apr-devel apr-util-devel perl>=0"
depends="apr-devel apr-util-devel perl"
short_desc="${short_desc} - development files"
long_desc="
${long_desc}
This packages contains files for development, static files, headers, etc."
noarch=yes
do_install() {
vmove usr/include usr

View file

@ -1,7 +1,7 @@
# Template file for 'apache'
pkgname=apache
version=2.4.2
revision=3
version=2.4.4
revision=1
wrksrc=httpd-${version}
distfiles="http://www.apache.org/dist/httpd/httpd-${version}.tar.bz2"
build_style=gnu-configure
@ -26,7 +26,7 @@ short_desc="The Number One HTTP Server On The Internet"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://httpd.apache.org/"
license="Apache-2.0"
checksum=5382f9c507d3d02706e33d6308ea041f39e8511b5948aef0ca188df8f90159b8
checksum=92aabddeca76a4ac7330b143df1407bbf35574c7291c15172238ac598d97655c
long_desc="
The Apache HTTP Server Project is an effort to develop and maintain an
open-source HTTP server for modern operating systems including UNIX and