Index: Makefile =================================================================== RCS file: /home/pcvs/ports/textproc/liblrdf/Makefile,v retrieving revision 1.25 diff -u -p -r1.25 Makefile --- Makefile 23 Sep 2011 22:25:44 -0000 1.25 +++ Makefile 31 Oct 2011 22:04:00 -0000 @@ -5,23 +5,31 @@ # $FreeBSD: ports/textproc/liblrdf/Makefile,v 1.25 2011/09/23 22:25:44 amdmi3 Exp $ PORTNAME= liblrdf -PORTVERSION= 0.4.0 -PORTREVISION= 2 +PORTVERSION= 0.5.0 CATEGORIES= textproc -MASTER_SITES= SF/lrdf/${PORTNAME}/${PORTVERSION} +MASTER_SITES= GENTOO/distfiles MAINTAINER= ports@FreeBSD.org COMMENT= Library for manipulating RDF files describing LADSPA plugins BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa -LIB_DEPENDS= raptor.3:${PORTSDIR}/textproc/raptor +LIB_DEPENDS= raptor2:${PORTSDIR}/textproc/raptor2 -USE_AUTOTOOLS= libtool +USE_AUTOTOOLS= libtoolize automake autoconf aclocal +AUTOMAKE_ARGS+= --add-missing +ACLOCAL_ARGS+= -I${LOCALBASE}/share/aclocal USE_GNOME= gnomehack +GNOME_MAKEFILEIN= Makefile.am GNU_CONFIGURE= yes USE_LDCONFIG= yes +WRKSRC= ${WRKDIR}/swh-LRDF-7ebc032 +PATCH_STRIP= -p1 +MAKE_JOBS_SAFE= yes CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +post-patch: + ${FIND} ${WRKSRC} -type l -delete + .include Index: distinfo =================================================================== RCS file: /home/pcvs/ports/textproc/liblrdf/distinfo,v retrieving revision 1.8 diff -u -p -r1.8 distinfo --- distinfo 3 Jul 2011 14:38:59 -0000 1.8 +++ distinfo 31 Oct 2011 17:25:47 -0000 @@ -1,2 +1,2 @@ -SHA256 (liblrdf-0.4.0.tar.gz) = 95e98e86ba06ed73a5571cbcff3ee88e481b403b6eb727e9eb182870efd9b204 -SIZE (liblrdf-0.4.0.tar.gz) = 336959 +SHA256 (liblrdf-0.5.0.tar.gz) = 013002b91ef209827fe99552b8c7f0b569cddb3d6f1439bedbd8bafe1956a93c +SIZE (liblrdf-0.5.0.tar.gz) = 283109 Index: files/patch-raptor2 @@ -0,0 +1,11 @@ +--- a/src/lrdf.c ++++ b/src/lrdf.c +@@ -1,7 +1,7 @@ + #include + #include + #include +-#include ++#include + #include + #include + #include