diff options
-rw-r--r-- | biology/libgenome/Makefile | 2 | ||||
-rw-r--r-- | biology/libgenome/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/libstree/Makefile | 2 | ||||
-rw-r--r-- | textproc/libstree/pkg-descr | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/biology/libgenome/Makefile b/biology/libgenome/Makefile index ba5f6961647e..b5046f224067 100644 --- a/biology/libgenome/Makefile +++ b/biology/libgenome/Makefile @@ -10,7 +10,7 @@ PORTNAME= libgenome PORTVERSION= 0.5.2 PORTREVISION= 1 CATEGORIES= biology -MASTER_SITES= http://www.cs.wisc.edu/~darling/libgenome/releases/ +MASTER_SITES= http://pages.cs.wisc.edu/~darling/libgenome/releases/ DISTNAME= libGenome-${PORTVERSION} MAINTAINER= ports@FreeBSD.org diff --git a/biology/libgenome/pkg-descr b/biology/libgenome/pkg-descr index bad58e454e6d..77433047e3e5 100644 --- a/biology/libgenome/pkg-descr +++ b/biology/libgenome/pkg-descr @@ -9,4 +9,4 @@ Among other things, libGenome can help you: mangle sequence data - Access annotation in GenBank flat files -WWW: http://www.cs.wisc.edu/~darling/libgenome/ +WWW: http://pages.cs.wisc.edu/~darling/libgenome/ diff --git a/textproc/libstree/Makefile b/textproc/libstree/Makefile index 11ee554d5cfe..4953ca3598c9 100644 --- a/textproc/libstree/Makefile +++ b/textproc/libstree/Makefile @@ -8,7 +8,7 @@ PORTNAME= libstree PORTVERSION= 0.4.2 CATEGORIES= textproc -MASTER_SITES= http://www.cl.cam.ac.uk/~cpk25/downloads/ +MASTER_SITES= http://www.icir.org/christian/downloads/ MAINTAINER= clsung@FreeBSD.org COMMENT= A Generic Suffix Tree Library diff --git a/textproc/libstree/pkg-descr b/textproc/libstree/pkg-descr index efaabe86bf8a..11a5f1a16c62 100644 --- a/textproc/libstree/pkg-descr +++ b/textproc/libstree/pkg-descr @@ -7,4 +7,4 @@ means that libstree builds suffix trees in time linear to the length of the strings (assuming that string element comparisons can be done in O(1)). -WWW: http://www.cl.cam.ac.uk/~cpk25/libstree/ +WWW: http://www.icir.org/christian/libstree/ |