diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-03-16 02:21:26 +0800 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-03-16 02:21:26 +0800 |
commit | 922a2ba34b1b2c1302d772b0ba853b30dab6151e (patch) | |
tree | 1fc965381d5d9114985c59bea0ec653629db0f74 /textproc | |
parent | 4ac8388ffff64cbf178121f306408468b9deb2f8 (diff) | |
download | freebsd-ports-gnome-922a2ba34b1b2c1302d772b0ba853b30dab6151e.tar.gz freebsd-ports-gnome-922a2ba34b1b2c1302d772b0ba853b30dab6151e.tar.zst freebsd-ports-gnome-922a2ba34b1b2c1302d772b0ba853b30dab6151e.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 'textproc')
-rw-r--r-- | textproc/emacs-wiki/Makefile | 2 | ||||
-rw-r--r-- | textproc/py-feedparser/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/emacs-wiki/Makefile b/textproc/emacs-wiki/Makefile index d8f3c445fc64..d9a4736dd1af 100644 --- a/textproc/emacs-wiki/Makefile +++ b/textproc/emacs-wiki/Makefile @@ -9,7 +9,7 @@ PORTNAME= emacs-wiki PORTVERSION= 2.70 CATEGORIES= textproc elisp MASTER_SITES= http://www.mwolson.org/static/dist/emacs-wiki/ \ - http://bsdchat.com/dist/dryice/ + http://dryice.name/computer/FreeBSD/distfiles/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} MAINTAINER= dryice@dryice.name diff --git a/textproc/py-feedparser/Makefile b/textproc/py-feedparser/Makefile index 3b12e533784e..b96360c58f32 100644 --- a/textproc/py-feedparser/Makefile +++ b/textproc/py-feedparser/Makefile @@ -11,7 +11,7 @@ PORTVERSION= 4.1 PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://bsdchat.com/dist/dryice/ + http://dryice.name/computer/FreeBSD/distfiles/ MASTER_SITE_SUBDIR= feedparser PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |