From b9642ff7051f70b3e3a1f7a8864ba05c9c93150f Mon Sep 17 00:00:00 2001 From: bapt Date: Sun, 27 Nov 2011 10:27:20 +0000 Subject: Upgrade yajl to 2.0.1 (mirror it my self as upstream still not provide real static distfiles) Take back maintainership chase library bump Feature safe: yes --- textproc/raptor2/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'textproc') diff --git a/textproc/raptor2/Makefile b/textproc/raptor2/Makefile index 9509d75ffcbf..44faa371393b 100644 --- a/textproc/raptor2/Makefile +++ b/textproc/raptor2/Makefile @@ -7,6 +7,7 @@ PORTNAME= raptor2 PORTVERSION= 2.0.4 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ \ SF/librdf/${PORTNAME}/${PORTVERSION} @@ -15,7 +16,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= RDF Parser Toolkit for Redland LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ - yajl.1:${PORTSDIR}/devel/yajl + yajl.2:${PORTSDIR}/devel/yajl CONFLICTS= raptor-1.4.1[0-9]* raptor-1.4.21 -- cgit