diff options
author | rakuco <rakuco@FreeBSD.org> | 2012-06-26 00:18:35 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2012-06-26 00:18:35 +0800 |
commit | fa9bac7d8b953fd9350643e775ebff5c84d55fff (patch) | |
tree | e237cc3d27d6b6959596fe43d43677996f7832e1 /textproc | |
parent | 85a094cb6ee90669deeacf4c6ae1409898651d32 (diff) | |
download | freebsd-ports-graphics-fa9bac7d8b953fd9350643e775ebff5c84d55fff.tar.gz freebsd-ports-graphics-fa9bac7d8b953fd9350643e775ebff5c84d55fff.tar.zst freebsd-ports-graphics-fa9bac7d8b953fd9350643e775ebff5c84d55fff.zip |
Update to 2.0.8.
Catch up with a few changes introduced in the 2.0.7 release:
- Do not pass the --with-xml-parser to the configure script, as expat
support has been removed altogether.
- Depend on devel/icu as raptor has removed its internal Unicode NFC
checking code.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/raptor2/Makefile | 6 | ||||
-rw-r--r-- | textproc/raptor2/distinfo | 4 | ||||
-rw-r--r-- | textproc/raptor2/pkg-plist | 1 |
3 files changed, 7 insertions, 4 deletions
diff --git a/textproc/raptor2/Makefile b/textproc/raptor2/Makefile index 104a40f70ba..7a9d91723b7 100644 --- a/textproc/raptor2/Makefile +++ b/textproc/raptor2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= raptor2 -PORTVERSION= 2.0.7 +PORTVERSION= 2.0.8 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ \ SF/librdf/${PORTNAME}/${PORTVERSION} @@ -15,6 +15,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= RDF Parser Toolkit for Redland LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ + icuuc.48:${PORTSDIR}/devel/icu \ yajl.2:${PORTSDIR}/devel/yajl CONFLICTS= raptor-1.4.1[0-9]* raptor-1.4.21 @@ -24,7 +25,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-xml2-config=${LOCALBASE}/bin/xml2-config \ --with-curl-config=${LOCALBASE}/bin/curl-config \ --with-pkg-config=${LOCALBASE}/bin/pkg-config \ - --with-xml-parser=libxml --with-www=curl + --with-icu-config=${LOCALBASE}/bin/icu-config \ + --with-www=curl USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes diff --git a/textproc/raptor2/distinfo b/textproc/raptor2/distinfo index e2e9f96739f..5258bdac7cc 100644 --- a/textproc/raptor2/distinfo +++ b/textproc/raptor2/distinfo @@ -1,2 +1,2 @@ -SHA256 (raptor2-2.0.7.tar.gz) = d546588f2fc7d1f7c8da7865cec6d9b7d0a95ef6a4393cc9136f3eeb55f28442 -SIZE (raptor2-2.0.7.tar.gz) = 1651457 +SHA256 (raptor2-2.0.8.tar.gz) = 6031083c9c7ce02ae4f1fb186bb3b05bd32aac012e26468e537a1cee6c67e7d7 +SIZE (raptor2-2.0.8.tar.gz) = 1737255 diff --git a/textproc/raptor2/pkg-plist b/textproc/raptor2/pkg-plist index 4a466192080..29f8e77f82d 100644 --- a/textproc/raptor2/pkg-plist +++ b/textproc/raptor2/pkg-plist @@ -33,6 +33,7 @@ share/gtk-doc/html/raptor2/raptor2-changes-2-0-3-to-2-0-4.html share/gtk-doc/html/raptor2/raptor2-changes-2-0-4-to-2-0-5.html share/gtk-doc/html/raptor2/raptor2-changes-2-0-5-to-2-0-6.html share/gtk-doc/html/raptor2/raptor2-changes-2-0-6-to-2-0-7.html +share/gtk-doc/html/raptor2/raptor2-changes-2-0-7-to-2-0-8.html share/gtk-doc/html/raptor2/raptor2-changes.html share/gtk-doc/html/raptor2/raptor2-section-avltree.html share/gtk-doc/html/raptor2/raptor2-section-constants.html |