Index: head/textproc/raptor/Makefile =================================================================== --- head/textproc/raptor/Makefile (revision 77688) +++ head/textproc/raptor/Makefile (revision 77689) @@ -1,41 +1,42 @@ # ex:ts=8 # New ports collection makefile for: raptor # Date created: Nov 22, 2001 # Whom: ijliao # # $FreeBSD$ # PORTNAME= raptor -PORTVERSION= 0.9.7 +PORTVERSION= 0.9.9 PORTREVISION= 0 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.redland.opensource.ac.uk/dist/source/ MASTER_SITE_SUBDIR= librdf 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 USE_LIBTOOL= yes 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` LDFLAGS= -L${LOCALBASE}/lib `${LIBWWW_CONFIG} --libs` .if !exists(/usr/include/getopt.h) LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt LDFLAGS+= -lgnugetopt .endif .include Property changes on: head/textproc/raptor/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/textproc/raptor/distinfo =================================================================== --- head/textproc/raptor/distinfo (revision 77688) +++ head/textproc/raptor/distinfo (revision 77689) @@ -1 +1 @@ -MD5 (raptor-0.9.7.tar.gz) = cbb5048326a4da90c0fe4662b66a7b0a +MD5 (raptor-0.9.9.tar.gz) = bc30679d5bb225dcd80847de3d0eceab Property changes on: head/textproc/raptor/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/textproc/raptor/pkg-plist =================================================================== --- head/textproc/raptor/pkg-plist (revision 77688) +++ head/textproc/raptor/pkg-plist (revision 77689) @@ -1,7 +1,7 @@ +bin/rapper bin/raptor-config -bin/rdfdump include/ntriples.h include/raptor.h lib/libraptor.a lib/libraptor.so lib/libraptor.so.0 Property changes on: head/textproc/raptor/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/textproc/raptor2/Makefile =================================================================== --- head/textproc/raptor2/Makefile (revision 77688) +++ head/textproc/raptor2/Makefile (revision 77689) @@ -1,41 +1,42 @@ # ex:ts=8 # New ports collection makefile for: raptor # Date created: Nov 22, 2001 # Whom: ijliao # # $FreeBSD$ # PORTNAME= raptor -PORTVERSION= 0.9.7 +PORTVERSION= 0.9.9 PORTREVISION= 0 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.redland.opensource.ac.uk/dist/source/ MASTER_SITE_SUBDIR= librdf 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 USE_LIBTOOL= yes 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` LDFLAGS= -L${LOCALBASE}/lib `${LIBWWW_CONFIG} --libs` .if !exists(/usr/include/getopt.h) LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt LDFLAGS+= -lgnugetopt .endif .include Property changes on: head/textproc/raptor2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/textproc/raptor2/distinfo =================================================================== --- head/textproc/raptor2/distinfo (revision 77688) +++ head/textproc/raptor2/distinfo (revision 77689) @@ -1 +1 @@ -MD5 (raptor-0.9.7.tar.gz) = cbb5048326a4da90c0fe4662b66a7b0a +MD5 (raptor-0.9.9.tar.gz) = bc30679d5bb225dcd80847de3d0eceab Property changes on: head/textproc/raptor2/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/textproc/raptor2/pkg-plist =================================================================== --- head/textproc/raptor2/pkg-plist (revision 77688) +++ head/textproc/raptor2/pkg-plist (revision 77689) @@ -1,7 +1,7 @@ +bin/rapper bin/raptor-config -bin/rdfdump include/ntriples.h include/raptor.h lib/libraptor.a lib/libraptor.so lib/libraptor.so.0 Property changes on: head/textproc/raptor2/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property