Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Dec 2012 20:02:32 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309325 - head/textproc/liblrdf
Message-ID:  <201212202002.qBKK2WdD012774@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Thu Dec 20 20:02:32 2012
New Revision: 309325
URL: http://svnweb.freebsd.org/changeset/ports/309325

Log:
  - Bump after devel/icu update
  - Add missing deps, pkg-config is required during build
  - Fix typo in pkg-descr

Modified:
  head/textproc/liblrdf/Makefile
  head/textproc/liblrdf/pkg-descr

Modified: head/textproc/liblrdf/Makefile
==============================================================================
--- head/textproc/liblrdf/Makefile	Thu Dec 20 19:38:12 2012	(r309324)
+++ head/textproc/liblrdf/Makefile	Thu Dec 20 20:02:32 2012	(r309325)
@@ -1,12 +1,9 @@
-# New ports collection Makefile for:	liblrdf
-# Date created:				26 April 2003
-# Whom:					Tilman Linneweh <arved@FreeBSD.org>
-#
+# Created by: Tilman Linneweh <arved@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	liblrdf
 PORTVERSION=	0.5.0
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	GENTOO/distfiles
 
@@ -14,13 +11,18 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Library for manipulating RDF files describing LADSPA plugins
 
 BUILD_DEPENDS=	${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
-LIB_DEPENDS=	raptor2:${PORTSDIR}/textproc/raptor2
+LIB_DEPENDS=	icuuc:${PORTSDIR}/devel/icu \
+		yajl:${PORTSDIR}/devel/yajl \
+		curl:${PORTSDIR}/ftp/curl \
+		raptor2:${PORTSDIR}/textproc/raptor2
 
 USE_AUTOTOOLS=	libtoolize automake autoconf aclocal
 ACLOCAL_ARGS=	-I${LOCALBASE}/share/aclocal
 AUTOMAKE_ARGS=	--add-missing
 GNU_CONFIGURE=	yes
-USE_GNOME=	gnomehack
+USE_PKGCONFIG=	build
+USE_ICONV=	yes
+USE_GNOME=	gnomehack libxml2 libxslt
 GNOME_MAKEFILEIN=	Makefile.am
 USE_LDCONFIG=	yes
 USE_OPENSSL=	yes

Modified: head/textproc/liblrdf/pkg-descr
==============================================================================
--- head/textproc/liblrdf/pkg-descr	Thu Dec 20 19:38:12 2012	(r309324)
+++ head/textproc/liblrdf/pkg-descr	Thu Dec 20 20:02:32 2012	(r309325)
@@ -2,6 +2,6 @@ This is a library to make it easy to man
 plugins.  It can also be used for general RDF manipulation.
 
 It can read RDF/XLM and N3 files and export N3 files, it also has a light
-taxonomic inference capablility.
+taxonomic inference capability.
 
 WWW: http://sourceforge.net/projects/lrdf/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212202002.qBKK2WdD012774>