diff options
author | bapt <bapt@FreeBSD.org> | 2011-11-27 18:27:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-11-27 18:27:20 +0800 |
commit | b9642ff7051f70b3e3a1f7a8864ba05c9c93150f (patch) | |
tree | f42f54d5ed9c97a8d95247798c06d8886ae9d4a6 /textproc | |
parent | 21ba1deb38f88c2a401f83281e75d0a8b86adb65 (diff) | |
download | freebsd-ports-gnome-b9642ff7051f70b3e3a1f7a8864ba05c9c93150f.tar.gz freebsd-ports-gnome-b9642ff7051f70b3e3a1f7a8864ba05c9c93150f.tar.zst freebsd-ports-gnome-b9642ff7051f70b3e3a1f7a8864ba05c9c93150f.zip |
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
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/raptor2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |