summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-10-20 02:45:19 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-10-20 02:45:19 +0000
commitc2d55620431974500aff7f4d200d7bae8bb9c878 (patch)
tree49d5d76ca625fd4e346c299f86cede6d3b8b9985
parent- Mass fixup of WWW: lines pkg-descr based on rubygems.org Homepage meta info (diff)
- update urls
Reported by: distilator With Hat: apache@
Notes
Notes: svn path=/head/; revision=263314
-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>