diff options
author | Clement Laforet <clement@FreeBSD.org> | 2006-05-01 09:24:56 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2006-05-01 09:24:56 +0000 |
commit | c19a553306bedd7e50acee9f3ee3d9d531b61ea1 (patch) | |
tree | 6dd6e3d40e9738e6e7cb86df42c76fa56d8c696c /www/apache20 | |
parent | 063b4607957cf65096ce51625ce7e7e9ae6cc0a4 (diff) | |
download | ports-c19a553306bedd7e50acee9f3ee3d9d531b61ea1.tar.gz ports-c19a553306bedd7e50acee9f3ee3d9d531b61ea1.zip |
Notes
Diffstat (limited to 'www/apache20')
-rw-r--r-- | www/apache20/Makefile | 3 | ||||
-rw-r--r-- | www/apache20/distinfo | 6 | ||||
-rw-r--r-- | www/apache20/files/patch-srclib:apr-util:xml:expat:buildconf.sh | 10 | ||||
-rw-r--r-- | www/apache20/pkg-plist | 3 |
4 files changed, 13 insertions, 9 deletions
diff --git a/www/apache20/Makefile b/www/apache20/Makefile index 575ce1135a8f..946bbd5b398b 100644 --- a/www/apache20/Makefile +++ b/www/apache20/Makefile @@ -8,8 +8,7 @@ # PORTNAME= apache -PORTVERSION= 2.0.55 -PORTREVISION= 4 +PORTVERSION= 2.0.58 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} \ ${MASTER_SITE_LOCAL:S/$/:powerlogo/} diff --git a/www/apache20/distinfo b/www/apache20/distinfo index f23c39ff6467..6d7f0f1df46d 100644 --- a/www/apache20/distinfo +++ b/www/apache20/distinfo @@ -1,6 +1,6 @@ -MD5 (apache2/httpd-2.0.55.tar.bz2) = f1b5b65c8661db9ffe38b5a4a865a0e2 -SHA256 (apache2/httpd-2.0.55.tar.bz2) = 764d12f9f3ca1b01218077681a9c08b43bc8239079ec7c2ca99c8a7fa47d3652 -SIZE (apache2/httpd-2.0.55.tar.bz2) = 4745220 +MD5 (apache2/httpd-2.0.58.tar.bz2) = ac732a8b3ec5760baa582888f5dbad66 +SHA256 (apache2/httpd-2.0.58.tar.bz2) = 4f746715c408f4cac48099ea72560c50ef190568dfcfa8e0762bae66c0398029 +SIZE (apache2/httpd-2.0.58.tar.bz2) = 4704318 MD5 (apache2/powerlogo.gif) = 0f106073b3c7844cf22d4df126b27c62 SHA256 (apache2/powerlogo.gif) = 0144675a80761b9660bdb652d331d9ba3bebdff89c0fa35a56aa463662a53254 SIZE (apache2/powerlogo.gif) = 5279 diff --git a/www/apache20/files/patch-srclib:apr-util:xml:expat:buildconf.sh b/www/apache20/files/patch-srclib:apr-util:xml:expat:buildconf.sh index 0bbcfa783555..0f870848790c 100644 --- a/www/apache20/files/patch-srclib:apr-util:xml:expat:buildconf.sh +++ b/www/apache20/files/patch-srclib:apr-util:xml:expat:buildconf.sh @@ -1,6 +1,6 @@ ---- srclib/apr-util/xml/expat/buildconf.sh Tue Jun 17 20:51:47 2003 -+++ srclib/apr-util/xml/expat/buildconf.sh Tue Mar 9 07:52:57 2004 -@@ -3,13 +3,13 @@ +--- srclib/apr-util/xml/expat/buildconf.sh.orig Sat Mar 25 21:41:35 2006 ++++ srclib/apr-util/xml/expat/buildconf.sh Mon May 1 12:11:04 2006 +@@ -3,7 +3,7 @@ # # Build aclocal.m4 from libtool's libtool.m4 # @@ -9,7 +9,9 @@ if [ "x$libtoolize" = "x" ]; then echo "libtoolize not found in path" exit 1 - fi +@@ -16,7 +16,7 @@ + rm -rf aclocal.m4 libtool.m4 ltsugar.m4 autom4te*.cache + ltpath=`dirname $libtoolize` -ltfile=${LIBTOOL_M4-`cd $ltpath/../share/aclocal ; pwd`/libtool.m4} +ltfile=${LIBTOOL_M4-`cd $ltpath/../../share/aclocal ; pwd`/libtool${LIBTOOL_VERSION}.m4} diff --git a/www/apache20/pkg-plist b/www/apache20/pkg-plist index 66375bbaf6d0..84270133df3f 100644 --- a/www/apache20/pkg-plist +++ b/www/apache20/pkg-plist @@ -218,6 +218,9 @@ share/apache2/build/instdso.sh share/apache2/build/library.mk share/apache2/build/libtool share/apache2/build/ltlib.mk +share/apache2/build/make_exports.awk +share/apache2/build/make_var_export.awk +share/apache2/build/mkdir.sh share/apache2/build/program.mk share/apache2/build/rules.mk share/apache2/build/special.mk |