diff options
author | clement <clement@FreeBSD.org> | 2005-05-22 21:45:59 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2005-05-22 21:45:59 +0800 |
commit | 2337392a14140750c76cb1635e35abe7ae7994fa (patch) | |
tree | d11cb9239a6baf58f1f189205240a2576b55928f /www | |
parent | f191e793205908788d8ca03de86ab63ea402817a (diff) | |
download | freebsd-ports-gnome-2337392a14140750c76cb1635e35abe7ae7994fa.tar.gz freebsd-ports-gnome-2337392a14140750c76cb1635e35abe7ae7994fa.tar.zst freebsd-ports-gnome-2337392a14140750c76cb1635e35abe7ae7994fa.zip |
- Fix MASTER_SITES
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_cgi_debug/Makefile | 2 | ||||
-rw-r--r-- | www/mod_filter/Makefile | 2 | ||||
-rw-r--r-- | www/mod_index_rss/Makefile | 3 | ||||
-rw-r--r-- | www/mod_layout/Makefile | 2 | ||||
-rw-r--r-- | www/mod_layout2/Makefile | 2 | ||||
-rw-r--r-- | www/mod_layout22/Makefile | 2 | ||||
-rw-r--r-- | www/mod_mp3/Makefile | 4 | ||||
-rw-r--r-- | www/mod_trigger/Makefile | 3 |
8 files changed, 8 insertions, 12 deletions
diff --git a/www/mod_cgi_debug/Makefile b/www/mod_cgi_debug/Makefile index 0deb31e660dd..67fbc244d1fe 100644 --- a/www/mod_cgi_debug/Makefile +++ b/www/mod_cgi_debug/Makefile @@ -8,7 +8,7 @@ PORTNAME= mod_cgi_debug PORTVERSION= 0.7 CATEGORIES= www -MASTER_SITES= http://software.tangent.org/download/ +MASTER_SITES= http://download.tangent.org/ MAINTAINER= apache@FreeBSD.org COMMENT= Apache module to make debugging server-side scripts easier diff --git a/www/mod_filter/Makefile b/www/mod_filter/Makefile index 8932fa9d1f96..a6fe40c59ef4 100644 --- a/www/mod_filter/Makefile +++ b/www/mod_filter/Makefile @@ -8,7 +8,7 @@ PORTNAME= mod_filter PORTVERSION= 1.4.1 CATEGORIES= www -MASTER_SITES= http://software.tangent.org/download/ +MASTER_SITES= http://download.tangent.org/ MAINTAINER= svenasse@polaris.ca COMMENT= Filter output from other modules inside of Apache diff --git a/www/mod_index_rss/Makefile b/www/mod_index_rss/Makefile index 5f005ec70720..3603fbb1774f 100644 --- a/www/mod_index_rss/Makefile +++ b/www/mod_index_rss/Makefile @@ -9,8 +9,7 @@ PORTNAME= mod_index_rss PORTVERSION= 0.10 CATEGORIES= www -MASTER_SITES= http://software.tangent.org/download/ \ - ftp://ftp.tangent.org/pub/apache/ +MASTER_SITES= http://download.tangent.org/ MAINTAINER= apache@FreeBSD.org COMMENT= Apache module to provides RSS output for directories diff --git a/www/mod_layout/Makefile b/www/mod_layout/Makefile index a606b60b06d1..d11972592b30 100644 --- a/www/mod_layout/Makefile +++ b/www/mod_layout/Makefile @@ -8,7 +8,7 @@ PORTNAME= mod_layout PORTVERSION= 3.2.1 CATEGORIES= www -MASTER_SITES= http://software.tangent.org/download/ +MASTER_SITES= http://download.tangent.org/ MAINTAINER= apache@FreeBSD.org COMMENT= Apache module to wrap served pages with a header and/or footer diff --git a/www/mod_layout2/Makefile b/www/mod_layout2/Makefile index 2345a81dda03..3f00f2c115ad 100644 --- a/www/mod_layout2/Makefile +++ b/www/mod_layout2/Makefile @@ -8,7 +8,7 @@ PORTNAME= mod_layout PORTVERSION= 4.0.2a CATEGORIES= www -MASTER_SITES= http://software.tangent.org/download/ +MASTER_SITES= http://download.tangent.org/ MAINTAINER= apache@FreeBSD.org COMMENT= Apache2 module to wrap served pages with a header and/or footer diff --git a/www/mod_layout22/Makefile b/www/mod_layout22/Makefile index 2345a81dda03..3f00f2c115ad 100644 --- a/www/mod_layout22/Makefile +++ b/www/mod_layout22/Makefile @@ -8,7 +8,7 @@ PORTNAME= mod_layout PORTVERSION= 4.0.2a CATEGORIES= www -MASTER_SITES= http://software.tangent.org/download/ +MASTER_SITES= http://download.tangent.org/ MAINTAINER= apache@FreeBSD.org COMMENT= Apache2 module to wrap served pages with a header and/or footer diff --git a/www/mod_mp3/Makefile b/www/mod_mp3/Makefile index 62c306e6c367..ca370c6c60b1 100644 --- a/www/mod_mp3/Makefile +++ b/www/mod_mp3/Makefile @@ -8,9 +8,7 @@ PORTNAME= mod_mp3 PORTVERSION= 0.40 CATEGORIES= www audio -MASTER_SITES= http://software.tangent.org/download/ \ - ftp://ftp.tangent.org/pub/apache/ \ - http://atreides.freenix.no/~anders/ +MASTER_SITES= http://download.tangent.org/ MAINTAINER= apache@FreeBSD.org COMMENT= Apache module to allow MP3 streaming diff --git a/www/mod_trigger/Makefile b/www/mod_trigger/Makefile index 670b9c0cfe15..87d4ee4b6c71 100644 --- a/www/mod_trigger/Makefile +++ b/www/mod_trigger/Makefile @@ -8,8 +8,7 @@ PORTNAME= mod_trigger PORTVERSION= 1.1 CATEGORIES= www -MASTER_SITES= http://software.tangent.org/download/ \ - ftp://ftp.tangent.org/pub/apache/ +MASTER_SITES= http://download.tangent.org/ MAINTAINER= svenasse@polaris.ca COMMENT= Apache module to launch triggers if certain actions occur |