From owner-svn-ports-head@FreeBSD.ORG Thu Dec 20 20:02:33 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3568697E; Thu, 20 Dec 2012 20:02:33 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E52018FC16; Thu, 20 Dec 2012 20:02:32 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBKK2WUg012776; Thu, 20 Dec 2012 20:02:32 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBKK2WdD012774; Thu, 20 Dec 2012 20:02:32 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201212202002.qBKK2WdD012774@svn.freebsd.org> From: Pawel Pekala Date: Thu, 20 Dec 2012 20:02:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309325 - head/textproc/liblrdf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2012 20:02:33 -0000 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 -# +# Created by: Tilman Linneweh # $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/