apache: update to 2.4.2.

This commit is contained in:
Juan RP 2012-07-07 14:31:10 +02:00
parent 1800d6c66f
commit 4676af0904
3 changed files with 8 additions and 5 deletions

View file

@ -1,6 +1,6 @@
# Template file for 'apache-devel'.
#
depends="coreutils apr-devel apr-util-devel apache perl>=0"
depends="coreutils apr-devel apr-util-devel perl>=0"
short_desc="${short_desc} - development files"
long_desc="
${long_desc}
@ -12,6 +12,6 @@ noarch=yes
do_install() {
vmove usr/include usr
vmove usr/share/apache-httpd/build usr/share/apache-httpd
vmove usr/sbin/apxs usr/sbin
vmove usr/bin/apxs usr/bin
vmove "usr/share/man/man1/apxs*" usr/share/man/man1
}

View file

@ -10,3 +10,6 @@ libaprutil-1.so.0
libapr-1.so.0
libm.so.6
libpcre.so.1
libuuid.so.1
librt.so.1
libdl.so.2

View file

@ -1,7 +1,7 @@
# Template file for 'apache'
pkgname=apache
version=2.2.22
revision=2
version=2.4.2
revision=1
wrksrc=httpd-${version}
distfiles="http://www.apache.org/dist/httpd/httpd-${version}.tar.bz2"
build_style=gnu-configure
@ -27,7 +27,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=dcdc9f1dc722f84798caf69d69dca78daa5e09a4269060045aeca7e4f44cb231
checksum=5382f9c507d3d02706e33d6308ea041f39e8511b5948aef0ca188df8f90159b8
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