diff options
author | edwin <edwin@FreeBSD.org> | 2005-01-13 00:20:28 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-01-13 00:20:28 +0000 |
commit | 521b3ac0d38fa2b8ee2ef8e38b79db36d00139bf (patch) | |
tree | 4ddfa9c3ab7f1242baf795002f613c3c3ad6833b /editors | |
parent | c771aaa5fe05de77785b36ece064e78f08091c3d (diff) | |
download | FreeBSD-ports-521b3ac0d38fa2b8ee2ef8e38b79db36d00139bf.zip FreeBSD-ports-521b3ac0d38fa2b8ee2ef8e38b79db36d00139bf.tar.gz |
[maintainer update] 16 ports: add mirror MASTER_SITES
Please add http://bsdchat.com/dist/dryice/ to the MASTER_SITES
of the following ports. Thanks Clive Lin and bsdchat.com for
the mirror space!
chinese/xpdf
deskutils/etask
devel/cedet
devel/ecb
devel/eieio
devel/ipython
devel/kodos
devel/semantic
devel/xtla
editors/speedbar
editors/tree-widget
games/emacs-chess
net/tcping
www/mod_scgi
www/py-scgi
www/quixote
PR: ports/75743
Submitted by: Dryice Liu <dryice@liu.com.cn>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/speedbar/Makefile | 3 | ||||
-rw-r--r-- | editors/tree-widget/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/editors/speedbar/Makefile b/editors/speedbar/Makefile index f9a3438c..15fa9bb 100644 --- a/editors/speedbar/Makefile +++ b/editors/speedbar/Makefile @@ -9,7 +9,8 @@ PORTNAME= speedbar PORTVERSION= 0.14.b4 PORTREVISION= 2 CATEGORIES= editors elisp -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://bsdchat.com/dist/dryice/ MASTER_SITE_SUBDIR= cedet PKGNAMESUFFIX= -${EMACS_PORT_NAME} DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/beta/} diff --git a/editors/tree-widget/Makefile b/editors/tree-widget/Makefile index c042dc9..2dd337e 100644 --- a/editors/tree-widget/Makefile +++ b/editors/tree-widget/Makefile @@ -8,7 +8,8 @@ PORTNAME= tree-widget PORTVERSION= 2.0 CATEGORIES= editors elisp -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://bsdchat.com/dist/dryice/ MASTER_SITE_SUBDIR= emhacks PKGNAMESUFFIX= -${EMACS_PORT_NAME} |