From 12a92940215f5a2672605276b3129f0a4fc627e3 Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Wed, 24 Jul 2013 20:04:38 +0200
Subject: [PATCH] apache: update to 2.4.6.

---
 srcpkgs/apache/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/apache/template b/srcpkgs/apache/template
index e0447f0485..11941faafa 100644
--- a/srcpkgs/apache/template
+++ b/srcpkgs/apache/template
@@ -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
 	}
 }