aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2010-10-20 10:45:19 +0800
committerpgollucci <pgollucci@FreeBSD.org>2010-10-20 10:45:19 +0800
commit905e712e7374be3b9b3e8b673bc44f3d6858534d (patch)
treeeb55b11bb17f918b45b362aa9d5adebd7814927a /www
parent682d56d3bb1945f13a918eb6f2ecfba12badf942 (diff)
downloadfreebsd-ports-gnome-905e712e7374be3b9b3e8b673bc44f3d6858534d.tar.gz
freebsd-ports-gnome-905e712e7374be3b9b3e8b673bc44f3d6858534d.tar.zst
freebsd-ports-gnome-905e712e7374be3b9b3e8b673bc44f3d6858534d.zip
- update urls
Reported by: distilator With Hat: apache@
Diffstat (limited to 'www')
-rw-r--r--www/mod_extract_forwarded_ap13/Makefile3
-rw-r--r--www/mod_extract_forwarded_ap13/pkg-descr2
2 files changed, 2 insertions, 3 deletions
diff --git a/www/mod_extract_forwarded_ap13/Makefile b/www/mod_extract_forwarded_ap13/Makefile
index b465c6e9d867..96c844330e83 100644
--- a/www/mod_extract_forwarded_ap13/Makefile
+++ b/www/mod_extract_forwarded_ap13/Makefile
@@ -8,8 +8,7 @@
PORTNAME= mod_extract_forwarded
PORTVERSION= 1.4
CATEGORIES= www
-MASTER_SITES= http://web.warhound.org/${PORTNAME}/ \
- http://atreides.freenix.no/~anders/
+MASTER_SITES= http://www.warhound.org/mod_extract_forwarded/
MAINTAINER= apache@FreeBSD.org
COMMENT= An Apache module that can make proxied requests appear with client IP
diff --git a/www/mod_extract_forwarded_ap13/pkg-descr b/www/mod_extract_forwarded_ap13/pkg-descr
index a2022ec8ef1f..745f2e188199 100644
--- a/www/mod_extract_forwarded_ap13/pkg-descr
+++ b/www/mod_extract_forwarded_ap13/pkg-descr
@@ -8,6 +8,6 @@ mod_extract_forwarded can be dangerous for host based access control because
X-Forwarded-For is easily spoofed. Because of this you can configure which
proxies you trust or don't trust.
-WWW: http://web.warhound.org/mod_extract_forwarded/
+WWW: http://www.warhound.org/mod_extract_forwarded/
- Anders Nordby <anders@fix.no>