diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-10-12 12:24:05 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-10-12 12:24:05 +0000 |
commit | 66e4003f68e42e049fa2fde52e120e7d0276960d (patch) | |
tree | 4d5b48bb51ebb7725bc853298d0cfbb1d46c13fb /textproc/raptor2 | |
parent | 9e02c26ae8daf36965bfaadbe6bdfcbbbcc66054 (diff) | |
download | ports-66e4003f68e42e049fa2fde52e120e7d0276960d.tar.gz ports-66e4003f68e42e049fa2fde52e120e7d0276960d.zip |
Notes
Diffstat (limited to 'textproc/raptor2')
-rw-r--r-- | textproc/raptor2/Makefile | 4 | ||||
-rw-r--r-- | textproc/raptor2/distinfo | 4 | ||||
-rw-r--r-- | textproc/raptor2/pkg-descr | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/textproc/raptor2/Makefile b/textproc/raptor2/Makefile index 392f39088ae6..e71310526cd6 100644 --- a/textproc/raptor2/Makefile +++ b/textproc/raptor2/Makefile @@ -7,10 +7,10 @@ # PORTNAME= raptor -PORTVERSION= 1.3.2 +PORTVERSION= 1.3.3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://www.redland.opensource.ac.uk/dist/source/ + http://librdf.org/dist/source/ MASTER_SITE_SUBDIR= librdf MAINTAINER= ports@FreeBSD.org diff --git a/textproc/raptor2/distinfo b/textproc/raptor2/distinfo index 1b71da5523eb..ae643839840f 100644 --- a/textproc/raptor2/distinfo +++ b/textproc/raptor2/distinfo @@ -1,2 +1,2 @@ -MD5 (raptor-1.3.2.tar.gz) = ff76db43e24ae803e69ef3f7081c78e0 -SIZE (raptor-1.3.2.tar.gz) = 654265 +MD5 (raptor-1.3.3.tar.gz) = b3b93a07ae1000d4608ffef2525893bd +SIZE (raptor-1.3.3.tar.gz) = 900988 diff --git a/textproc/raptor2/pkg-descr b/textproc/raptor2/pkg-descr index b7ac0b23eb72..3554b87cb0a8 100644 --- a/textproc/raptor2/pkg-descr +++ b/textproc/raptor2/pkg-descr @@ -3,4 +3,4 @@ parsers: RDF/XML and N-Triples. Raptor is designed to integrate closely with Redland and also work entirely standalone, in which case it will use simple internal routines to perform the functions. -WWW: http://www.redland.opensource.ac.uk/raptor/ +WWW: http://librdf.org/raptor/ |