diff options
author | fluffy <fluffy@FreeBSD.org> | 2010-05-11 20:23:23 +0800 |
---|---|---|
committer | fluffy <fluffy@FreeBSD.org> | 2010-05-11 20:23:23 +0800 |
commit | 2873f3d7eefeea32b19b28475061612381c47103 (patch) | |
tree | 091238f3818cbac1398c82e868b82e7348d0449a /textproc/raptor2 | |
parent | 416a6ce830e60131bce6d50f264ea7cfcea97d20 (diff) | |
download | freebsd-ports-gnome-2873f3d7eefeea32b19b28475061612381c47103.tar.gz freebsd-ports-gnome-2873f3d7eefeea32b19b28475061612381c47103.tar.zst freebsd-ports-gnome-2873f3d7eefeea32b19b28475061612381c47103.zip |
- Split redland to rasqal and redland itself libraries
- Update raptor to 1.4.21
- Update rasqal to 0.9.19
- Update redland to 1.0.10
- Update redland-bindings to 1.0.10.1
- Bump portrevision on depended ports
With hat on: kde@
Diffstat (limited to 'textproc/raptor2')
-rw-r--r-- | textproc/raptor2/Makefile | 5 | ||||
-rw-r--r-- | textproc/raptor2/distinfo | 6 | ||||
-rw-r--r-- | textproc/raptor2/pkg-plist | 3 |
3 files changed, 6 insertions, 8 deletions
diff --git a/textproc/raptor2/Makefile b/textproc/raptor2/Makefile index 0f43280a88e9..28b788c6b22c 100644 --- a/textproc/raptor2/Makefile +++ b/textproc/raptor2/Makefile @@ -1,4 +1,3 @@ -# ex:ts=8 # New ports collection makefile for: raptor # Date created: Nov 22, 2001 # Whom: ijliao @@ -7,13 +6,11 @@ # PORTNAME= raptor -PORTVERSION= 1.4.18 -PORTREVISION= 1 +PORTVERSION= 1.4.21 CATEGORIES= textproc MASTER_SITES= SF/librdf/${PORTNAME}/${PORTVERSION} \ http://download.librdf.org/source/ - MAINTAINER= kde@FreeBSD.org COMMENT= RDF Parser Toolkit for Redland diff --git a/textproc/raptor2/distinfo b/textproc/raptor2/distinfo index 561177bc468b..f161dc8b116f 100644 --- a/textproc/raptor2/distinfo +++ b/textproc/raptor2/distinfo @@ -1,3 +1,3 @@ -MD5 (raptor-1.4.18.tar.gz) = 284e768eeda0e2898b0d5bf7e26a016e -SHA256 (raptor-1.4.18.tar.gz) = edfdb0734fb7120bf1cbb60e45a07864db2daaadf5c3591ccf7357f244d82a40 -SIZE (raptor-1.4.18.tar.gz) = 1657246 +MD5 (raptor-1.4.21.tar.gz) = 992061488af7a9e2d933df6b694bb876 +SHA256 (raptor-1.4.21.tar.gz) = db3172d6f3c432623ed87d7d609161973d2f7098e3d2233d0702fbcc22cfd8ca +SIZE (raptor-1.4.21.tar.gz) = 1651843 diff --git a/textproc/raptor2/pkg-plist b/textproc/raptor2/pkg-plist index 27926cc35396..9acc5fd7054d 100644 --- a/textproc/raptor2/pkg-plist +++ b/textproc/raptor2/pkg-plist @@ -4,7 +4,7 @@ include/raptor.h lib/libraptor.a lib/libraptor.la lib/libraptor.so -lib/libraptor.so.2 +lib/libraptor.so.3 libdata/pkgconfig/raptor.pc @exec mkdir -p %D/share/gtk-doc/html/raptor share/gtk-doc/html/raptor/parser-rdfa.html @@ -41,6 +41,7 @@ share/gtk-doc/html/raptor/raptor-section-triples.html share/gtk-doc/html/raptor/raptor-section-unicode.html share/gtk-doc/html/raptor/raptor-section-uri-factory.html share/gtk-doc/html/raptor/raptor-section-uri.html +share/gtk-doc/html/raptor/raptor-section-world.html share/gtk-doc/html/raptor/raptor-section-www.html share/gtk-doc/html/raptor/raptor-section-xml-namespace.html share/gtk-doc/html/raptor/raptor-section-xml-qname.html |