apache: update to 2.4.2.
This commit is contained in:
parent
1800d6c66f
commit
4676af0904
3 changed files with 8 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'apache-devel'.
|
# 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"
|
short_desc="${short_desc} - development files"
|
||||||
long_desc="
|
long_desc="
|
||||||
${long_desc}
|
${long_desc}
|
||||||
|
@ -12,6 +12,6 @@ noarch=yes
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove usr/share/apache-httpd/build usr/share/apache-httpd
|
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
|
vmove "usr/share/man/man1/apxs*" usr/share/man/man1
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,3 +10,6 @@ libaprutil-1.so.0
|
||||||
libapr-1.so.0
|
libapr-1.so.0
|
||||||
libm.so.6
|
libm.so.6
|
||||||
libpcre.so.1
|
libpcre.so.1
|
||||||
|
libuuid.so.1
|
||||||
|
librt.so.1
|
||||||
|
libdl.so.2
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'apache'
|
# Template file for 'apache'
|
||||||
pkgname=apache
|
pkgname=apache
|
||||||
version=2.2.22
|
version=2.4.2
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc=httpd-${version}
|
wrksrc=httpd-${version}
|
||||||
distfiles="http://www.apache.org/dist/httpd/httpd-${version}.tar.bz2"
|
distfiles="http://www.apache.org/dist/httpd/httpd-${version}.tar.bz2"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -27,7 +27,7 @@ short_desc="The Number One HTTP Server On The Internet"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://httpd.apache.org/"
|
homepage="http://httpd.apache.org/"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
checksum=dcdc9f1dc722f84798caf69d69dca78daa5e09a4269060045aeca7e4f44cb231
|
checksum=5382f9c507d3d02706e33d6308ea041f39e8511b5948aef0ca188df8f90159b8
|
||||||
long_desc="
|
long_desc="
|
||||||
The Apache HTTP Server Project is an effort to develop and maintain an
|
The Apache HTTP Server Project is an effort to develop and maintain an
|
||||||
open-source HTTP server for modern operating systems including UNIX and
|
open-source HTTP server for modern operating systems including UNIX and
|
||||||
|
|
Loading…
Reference in a new issue