diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-03-29 16:18:44 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-03-29 16:18:44 +0000 |
commit | 4e9552605e64f07b7ca18e227b6216697ac924f2 (patch) | |
tree | 5618d06730849a3e2d3b1f7b97b4a67df0dd7345 /textproc/raptor | |
parent | f8eadd15cc6bc04d2ae2311d5013b006556906fa (diff) |
upgrade to 0.9.9
Notes
Notes:
svn path=/head/; revision=77689
Diffstat (limited to 'textproc/raptor')
-rw-r--r-- | textproc/raptor/Makefile | 7 | ||||
-rw-r--r-- | textproc/raptor/distinfo | 2 | ||||
-rw-r--r-- | textproc/raptor/pkg-plist | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/textproc/raptor/Makefile b/textproc/raptor/Makefile index c52e486a4e55..b8e2468f55d9 100644 --- a/textproc/raptor/Makefile +++ b/textproc/raptor/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/raptor/distinfo b/textproc/raptor/distinfo index 1aa916efdb30..5caee926d315 100644 --- a/textproc/raptor/distinfo +++ b/textproc/raptor/distinfo @@ -1 +1 @@ -MD5 (raptor-0.9.7.tar.gz) = cbb5048326a4da90c0fe4662b66a7b0a +MD5 (raptor-0.9.9.tar.gz) = bc30679d5bb225dcd80847de3d0eceab diff --git a/textproc/raptor/pkg-plist b/textproc/raptor/pkg-plist index 1839abcbb23a..5c26a412d15d 100644 --- a/textproc/raptor/pkg-plist +++ b/textproc/raptor/pkg-plist @@ -1,5 +1,5 @@ +bin/rapper bin/raptor-config -bin/rdfdump include/ntriples.h include/raptor.h lib/libraptor.a |