diff options
author | linimon <linimon@FreeBSD.org> | 2009-09-18 09:29:43 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-09-18 09:29:43 +0800 |
commit | 120dca0df6a1575918ed36b19c0cf2a5bd8d22d0 (patch) | |
tree | e2f002123f12d34190f0d6801c51cf432d71d66c | |
parent | 94f89563c634886fe0db60a6abef7772610eb76b (diff) | |
download | freebsd-ports-gnome-120dca0df6a1575918ed36b19c0cf2a5bd8d22d0.tar.gz freebsd-ports-gnome-120dca0df6a1575918ed36b19c0cf2a5bd8d22d0.tar.zst freebsd-ports-gnome-120dca0df6a1575918ed36b19c0cf2a5bd8d22d0.zip |
Chase rearranged http mastersite; drop obsolete ftp mastersite.
Hat: portmgr
Feature safe: yes
-rw-r--r-- | textproc/py-wordnet/Makefile | 3 | ||||
-rw-r--r-- | textproc/wordnet/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/textproc/py-wordnet/Makefile b/textproc/py-wordnet/Makefile index 00bfc8b82bda..6aa50d73cc49 100644 --- a/textproc/py-wordnet/Makefile +++ b/textproc/py-wordnet/Makefile @@ -10,8 +10,7 @@ PORTVERSION= 2.0.1 PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= SF/pywordnet/pywordnet/${PORTVERSION}:pywn \ - ftp://ftp.cogsci.princeton.edu/pub/wordnet/${WN_VERSION}/:wn \ - http://www.cogsci.princeton.edu/${WN_VERSION}/:wn \ + http://wordnetcode.princeton.edu/${WN_VERSION}/:wn \ ftp://ftp.ims.uni-stuttgart.de/pub/WordNet/${WN_VERSION}/:wn MASTER_SITE_SUBDIR= pywordnet PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/wordnet/Makefile b/textproc/wordnet/Makefile index e5c763e293ad..ff0844579af0 100644 --- a/textproc/wordnet/Makefile +++ b/textproc/wordnet/Makefile @@ -9,8 +9,7 @@ PORTNAME= WordNet PORTVERSION= 3.0 PORTREVISION= 2 CATEGORIES= textproc -MASTER_SITES= ftp://ftp.cogsci.princeton.edu/pub/wordnet/${PORTVERSION}/ \ - http://wordnet.princeton.edu/${PORTVERSION}/ +MASTER_SITES= http://wordnetcode.princeton.edu/${PORTVERSION}/ MAINTAINER= mi@aldan.algebra.com COMMENT= Dictionaries and thesauri with devel. libraries (C, TCL) and browsers |