apache: update to 2.4.6.
This commit is contained in:
parent
5c8060a7d2
commit
12a9294021
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'apache'
|
||||
pkgname=apache
|
||||
version=2.4.4
|
||||
version=2.4.6
|
||||
revision=1
|
||||
wrksrc=httpd-${version}
|
||||
build_style=gnu-configure
|
||||
|
@ -27,7 +27,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://httpd.apache.org/"
|
||||
license="Apache-2.0"
|
||||
distfiles="http://www.apache.org/dist/httpd/httpd-${version}.tar.bz2"
|
||||
checksum=92aabddeca76a4ac7330b143df1407bbf35574c7291c15172238ac598d97655c
|
||||
checksum=dc9f3625ebc08bea55eeb0d16e71fba656f252e6cd0aa244ee7806dc3b022fea
|
||||
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
|
||||
|
@ -79,7 +79,7 @@ post_install() {
|
|||
|
||||
apache-devel_package() {
|
||||
depends="apr-devel apr-util-devel perl"
|
||||
short_desc="${short_desc} - development files"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/share/apache-httpd/build
|
||||
|
@ -109,6 +109,6 @@ apache_package() {
|
|||
httpd_descr="Apache HTTP server"
|
||||
httpd_homedir="/srv/httpd"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue