mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
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.
This commit is contained in:
parent
3fa9eaf677
commit
05dd01f477
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299950
3 changed files with 7 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue