summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/apache13/Makefile2
-rw-r--r--www/apache13/pkg-message4
2 files changed, 6 insertions, 0 deletions
diff --git a/www/apache13/Makefile b/www/apache13/Makefile
index 0805c4e72b98..a6bada97752c 100644
--- a/www/apache13/Makefile
+++ b/www/apache13/Makefile
@@ -7,6 +7,7 @@
PORTNAME= apache
PORTVERSION= 1.3.24
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.apache.org/dist/httpd/ \
ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/httpd/ \
@@ -79,5 +80,6 @@ post-install:
${ECHO} "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \
${INSTALL_SCRIPT} -m 751 ${FILESDIR}/apache.sh ${PREFIX}/etc/rc.d/apache.sh; \
fi
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
diff --git a/www/apache13/pkg-message b/www/apache13/pkg-message
new file mode 100644
index 000000000000..76b79ba42849
--- /dev/null
+++ b/www/apache13/pkg-message
@@ -0,0 +1,4 @@
+===> COMPATIBILITY NOTE:
+ As of version 1.3.24, the RedirectMatch directive requires an
+ absolute URL target location per RFC 2068. Uses of RedirectMatch that
+ specify a relative URL will fail and must be corrected to function.