diff options
author | garga <garga@FreeBSD.org> | 2006-03-16 02:21:26 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-03-16 02:21:26 +0800 |
commit | 609f6d29ee58d158dd54d9a9b4b6836e8ea2b21b (patch) | |
tree | 3d701623550f44df757cf74caad0d42b8c888ff6 /www | |
parent | 48ed6584e9c8bd3cba393742a9eb2ac32966a61e (diff) | |
download | freebsd-ports-graphics-609f6d29ee58d158dd54d9a9b4b6836e8ea2b21b.tar.gz freebsd-ports-graphics-609f6d29ee58d158dd54d9a9b4b6836e8ea2b21b.tar.zst freebsd-ports-graphics-609f6d29ee58d158dd54d9a9b4b6836e8ea2b21b.zip |
- Fix MASTER_SITES
bsdchat.com is no longer available. Thanks for all their support!
PR: ports/94459
Submitted by: Dryice Liu <dryice@dryice.name> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_scgi/Makefile | 2 | ||||
-rw-r--r-- | www/myghty/Makefile | 2 | ||||
-rw-r--r-- | www/py-scgi/Makefile | 2 | ||||
-rw-r--r-- | www/pyblosxom/Makefile | 2 | ||||
-rw-r--r-- | www/quixote/Makefile | 2 | ||||
-rw-r--r-- | www/roundup/Makefile | 2 | ||||
-rw-r--r-- | www/session2/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/www/mod_scgi/Makefile b/www/mod_scgi/Makefile index 20fbf6cc53a..445a4ae864c 100644 --- a/www/mod_scgi/Makefile +++ b/www/mod_scgi/Makefile @@ -9,7 +9,7 @@ PORTNAME= scgi PORTVERSION= 1.10 CATEGORIES= www MASTER_SITES= http://www.mems-exchange.org/software/files/scgi/ \ - http://bsdchat.com/dist/dryice/ + http://dryice.name/computer/FreeBSD/distfiles/ PKGNAMEPREFIX= mod_ DISTNAME= scgi-${PORTVERSION:S/.a/a/} diff --git a/www/myghty/Makefile b/www/myghty/Makefile index 9e4a7c0b595..830f9a90220 100644 --- a/www/myghty/Makefile +++ b/www/myghty/Makefile @@ -9,7 +9,7 @@ PORTNAME= myghty PORTVERSION= 0.98c CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://bsdchat.com/dist/dryice/ + http://dryice.name/computer/FreeBSD/distfiles/ MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= Myghty-${PORTVERSION} diff --git a/www/py-scgi/Makefile b/www/py-scgi/Makefile index d2e0e0d91d4..45c63e48aec 100644 --- a/www/py-scgi/Makefile +++ b/www/py-scgi/Makefile @@ -9,7 +9,7 @@ PORTNAME= scgi PORTVERSION= 1.10 CATEGORIES= www MASTER_SITES= http://www.mems-exchange.org/software/files/scgi/ \ - http://bsdchat.com/dist/dryice/ + http://dryice.name/computer/FreeBSD/distfiles/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= scgi-${PORTVERSION:S/.a/a/} diff --git a/www/pyblosxom/Makefile b/www/pyblosxom/Makefile index e1a52217838..4a6f4f21dad 100644 --- a/www/pyblosxom/Makefile +++ b/www/pyblosxom/Makefile @@ -9,7 +9,7 @@ PORTNAME= pyblosxom PORTVERSION= 1.3.2 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://bsdchat.com/dist/dryice/ + http://dryice.name/computer/FreeBSD/distfiles/ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= dryice@dryice.name diff --git a/www/quixote/Makefile b/www/quixote/Makefile index 35d4d4883dd..44af3248a06 100644 --- a/www/quixote/Makefile +++ b/www/quixote/Makefile @@ -9,7 +9,7 @@ PORTNAME= quixote PORTVERSION= 2.4 CATEGORIES= www python MASTER_SITES= http://www.mems-exchange.org/software/files/quixote/ \ - http://bsdchat.com/dist/dryice/ + http://dryice.name/computer/FreeBSD/distfiles/ DISTNAME= Quixote-${PORTVERSION} MAINTAINER= dryice@dryice.name diff --git a/www/roundup/Makefile b/www/roundup/Makefile index a0a498a8d7d..c33d5222451 100644 --- a/www/roundup/Makefile +++ b/www/roundup/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.1.1 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://cheeseshop.python.org/packages/source/r/roundup/ \ - http://bsdchat.com/dist/dryice/ + http://dryice.name/computer/FreeBSD/distfiles/ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= dryice@dryice.name diff --git a/www/session2/Makefile b/www/session2/Makefile index a110a0048b0..52d650a1c31 100644 --- a/www/session2/Makefile +++ b/www/session2/Makefile @@ -9,7 +9,7 @@ PORTNAME= session2 PORTVERSION= 0.6.1 CATEGORIES= www python MASTER_SITES= http://quixote.idyll.org/session2/ \ - http://bsdchat.com/dist/dryice/ + http://dryice.name/computer/FreeBSD/distfiles/ DISTNAME= session2-${PORTVERSION} MAINTAINER= dryice@dryice.name |