aboutsummaryrefslogtreecommitdiff
path: root/textproc/raptor2/Makefile
diff options
context:
space:
mode:
authorAlberto Villa <avilla@FreeBSD.org>2011-10-16 22:55:01 +0000
committerAlberto Villa <avilla@FreeBSD.org>2011-10-16 22:55:01 +0000
commit483990fcf2585fc23f0c9d179e9dfd1b85082985 (patch)
tree845d6e9b9321493ec712abaf78d6afce9f7a233b /textproc/raptor2/Makefile
parentccb1023f9c45d7eccfadba10cd532302c3faf36d (diff)
downloadports-483990fcf2585fc23f0c9d179e9dfd1b85082985.tar.gz
ports-483990fcf2585fc23f0c9d179e9dfd1b85082985.zip
- Stop installing the rapper binary with raptor and bump PORTREVISION.
- Update raptor2 to 2.0.4. - Update rasqal to 0.9.27. - Update redland to 1.0.14. - Update redland-bindings to 1.0.13.1. - Update shared-desktop-ontologies to 0.8.0. [1] - Update soprano to 2.7.0 and disable clucene indexer. - Update strigi to 0.7.6. PR: 157022 [1] Submitted by: rakuco [1]
Notes
Notes: svn path=/head/; revision=283627
Diffstat (limited to 'textproc/raptor2/Makefile')
-rw-r--r--textproc/raptor2/Makefile17
1 files changed, 10 insertions, 7 deletions
diff --git a/textproc/raptor2/Makefile b/textproc/raptor2/Makefile
index f4e07ce90a04..9509d75ffcbf 100644
--- a/textproc/raptor2/Makefile
+++ b/textproc/raptor2/Makefile
@@ -5,16 +5,19 @@
# $FreeBSD$
#
-PORTNAME= raptor
-PORTVERSION= 1.4.21
+PORTNAME= raptor2
+PORTVERSION= 2.0.4
CATEGORIES= textproc
-MASTER_SITES= SF/librdf/${PORTNAME}/${PORTVERSION} \
- http://download.librdf.org/source/
+MASTER_SITES= http://download.librdf.org/source/ \
+ SF/librdf/${PORTNAME}/${PORTVERSION}
MAINTAINER= kde@FreeBSD.org
COMMENT= RDF Parser Toolkit for Redland
-LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl
+LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \
+ yajl.1:${PORTSDIR}/devel/yajl
+
+CONFLICTS= raptor-1.4.1[0-9]* raptor-1.4.21
USE_GNOME= gnomehack libxml2
GNU_CONFIGURE= yes
@@ -25,7 +28,7 @@ CONFIGURE_ARGS= --with-xml2-config=${LOCALBASE}/bin/xml2-config \
USE_LDCONFIG= yes
-MAN1= rapper.1 raptor-config.1
-MAN3= libraptor.3
+MAN1= rapper.1
+MAN3= libraptor2.3
.include <bsd.port.mk>