diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libtre/Makefile | 2 | ||||
-rw-r--r-- | textproc/libtre/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/py-asv/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/py-rdflib/pkg-descr | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/textproc/libtre/Makefile b/textproc/libtre/Makefile index a1beb8b83c1f..200e21951d72 100644 --- a/textproc/libtre/Makefile +++ b/textproc/libtre/Makefile @@ -9,7 +9,7 @@ PORTNAME= libtre PORTVERSION= 0.3.2 CATEGORIES= textproc -MASTER_SITES= http://kouli.iki.fi/~vlaurika/libtre/ +MASTER_SITES= http://kouli.iki.fi/~vlaurika/tre/ MAINTAINER= ports@FreeBSD.org diff --git a/textproc/libtre/pkg-descr b/textproc/libtre/pkg-descr index fbd31c2cd868..269e56163953 100644 --- a/textproc/libtre/pkg-descr +++ b/textproc/libtre/pkg-descr @@ -11,4 +11,4 @@ of the text. The used space is also quadratic on the length of the regex, but does not depend on the searched string. This quadratic behaviour occurs only on pathological cases which are probably very rare in practice. -WWW: http://kouli.iki.fi/~vlaurika/libtre/ +WWW: http://kouli.iki.fi/~vlaurika/tre/ diff --git a/textproc/py-asv/pkg-descr b/textproc/py-asv/pkg-descr index c41b02249367..69510e80d634 100644 --- a/textproc/py-asv/pkg-descr +++ b/textproc/py-asv/pkg-descr @@ -10,6 +10,6 @@ This release of ASV requires Python 2.0 or later, and is still to be regarded as a beta version. Author: Laurence Tratt <laurie@tratt.net> -WWW: http://tratt.net/~laurie/python/asv/ +WWW: http://tratt.net/laurie/python/asv/ -- Johann Visagie <johann@egenetics.com> diff --git a/textproc/py-rdflib/pkg-descr b/textproc/py-rdflib/pkg-descr index 2f880446c67a..708b3c6e1d0a 100644 --- a/textproc/py-rdflib/pkg-descr +++ b/textproc/py-rdflib/pkg-descr @@ -1,4 +1,4 @@ RDFLib is a python library containing an RDF triple store and RDF/XML parser/serializer. -WWW: http://www.rdflib.net/ +WWW: http://rdflib.net/ |