apache: update to 2.4.4; switch -devel to arch.
This commit is contained in:
parent
88cb0603d0
commit
af62dfc536
4 changed files with 6 additions and 12 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue