diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-03-30 00:18:44 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-03-30 00:18:44 +0800 |
commit | af1236f2c2db593d13149a623785332b15f59554 (patch) | |
tree | ae16ba500cbbf8d9f5fac5de80c451f3ae40d782 /textproc/raptor2 | |
parent | 1c9817265d58a3f78d598c95aab4d540d77d8d36 (diff) | |
download | freebsd-ports-gnome-af1236f2c2db593d13149a623785332b15f59554.tar.gz freebsd-ports-gnome-af1236f2c2db593d13149a623785332b15f59554.tar.zst freebsd-ports-gnome-af1236f2c2db593d13149a623785332b15f59554.zip |
upgrade to 0.9.9
Diffstat (limited to 'textproc/raptor2')
-rw-r--r-- | textproc/raptor2/Makefile | 7 | ||||
-rw-r--r-- | textproc/raptor2/distinfo | 2 | ||||
-rw-r--r-- | textproc/raptor2/pkg-plist | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/textproc/raptor2/Makefile b/textproc/raptor2/Makefile index c52e486a4e55..b8e2468f55d9 100644 --- a/textproc/raptor2/Makefile +++ b/textproc/raptor2/Makefile @@ -7,7 +7,7 @@ # PORTNAME= raptor -PORTVERSION= 0.9.7 +PORTVERSION= 0.9.9 PORTREVISION= 0 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ @@ -18,7 +18,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= RDF Parser Toolkit for Redland LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ - xmlparse.1:${PORTSDIR}/www/libwww + xmlparse.1:${PORTSDIR}/www/libwww \ + curl.2:${PORTSDIR}/ftp/curl LIBWWW_CONFIG= ${LOCALBASE}/bin/libwww-config @@ -27,7 +28,7 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-xml-parser=libxml INSTALLS_SHLIB= yes -MAN1= rdfdump.1 +MAN1= rapper.1 raptor-config.1 MAN3= libraptor.3 CPPFLAGS= -I${LOCALBASE}/include `${LIBWWW_CONFIG} --cflags` diff --git a/textproc/raptor2/distinfo b/textproc/raptor2/distinfo index 1aa916efdb30..5caee926d315 100644 --- a/textproc/raptor2/distinfo +++ b/textproc/raptor2/distinfo @@ -1 +1 @@ -MD5 (raptor-0.9.7.tar.gz) = cbb5048326a4da90c0fe4662b66a7b0a +MD5 (raptor-0.9.9.tar.gz) = bc30679d5bb225dcd80847de3d0eceab diff --git a/textproc/raptor2/pkg-plist b/textproc/raptor2/pkg-plist index 1839abcbb23a..5c26a412d15d 100644 --- a/textproc/raptor2/pkg-plist +++ b/textproc/raptor2/pkg-plist @@ -1,5 +1,5 @@ +bin/rapper bin/raptor-config -bin/rdfdump include/ntriples.h include/raptor.h lib/libraptor.a |