From owner-svn-ports-all@FreeBSD.ORG Sun Dec 30 16:28:10 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1B73955A; Sun, 30 Dec 2012 16:28:10 +0000 (UTC) (envelope-from rakuco@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 015828FC08; Sun, 30 Dec 2012 16:28:10 +0000 (UTC) Received: from svn.freebsd.org (svn.FreeBSD.org [8.8.178.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBUGS9ol037276; Sun, 30 Dec 2012 16:28:09 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBUGS9Sd037270; Sun, 30 Dec 2012 16:28:09 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201212301628.qBUGS9Sd037270@svn.freebsd.org> From: Raphael Kubo da Costa Date: Sun, 30 Dec 2012 16:28:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309677 - head/textproc/redland X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Dec 2012 16:28:10 -0000 Author: rakuco Date: Sun Dec 30 16:28:08 2012 New Revision: 309677 URL: http://svnweb.freebsd.org/changeset/ports/309677 Log: - Update to 1.0.16. - Trim Makefile header. - Remove library versions from LIB_DEPENDS. - Do not create lib/redland while the MYSQL, PGSQL, SQLITE and VIRTUOSO options are unconditionally disabled. With hat: kde@ Modified: head/textproc/redland/Makefile head/textproc/redland/distinfo head/textproc/redland/pkg-plist Modified: head/textproc/redland/Makefile ============================================================================== --- head/textproc/redland/Makefile Sun Dec 30 16:19:08 2012 (r309676) +++ head/textproc/redland/Makefile Sun Dec 30 16:28:08 2012 (r309677) @@ -1,22 +1,16 @@ -# ex:ts=8 -# New ports collection makefile for: redland -# Date created: Nov 22, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= redland -PORTVERSION= 1.0.15 -PORTREVISION= 1 +PORTVERSION= 1.0.16 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ MAINTAINER= kde@FreeBSD.org COMMENT= High-level interface for RDF -LIB_DEPENDS= raptor2.0:${PORTSDIR}/textproc/raptor2 \ - rasqal.3:${PORTSDIR}/textproc/rasqal +LIB_DEPENDS= raptor2:${PORTSDIR}/textproc/raptor2 \ + rasqal:${PORTSDIR}/textproc/rasqal USE_AUTOTOOLS= libltdl USE_GNOME= gnomehack libxml2 lthack Modified: head/textproc/redland/distinfo ============================================================================== --- head/textproc/redland/distinfo Sun Dec 30 16:19:08 2012 (r309676) +++ head/textproc/redland/distinfo Sun Dec 30 16:28:08 2012 (r309677) @@ -1,2 +1,2 @@ -SHA256 (redland-1.0.15.tar.gz) = 0e1f5825b6357c9b490da866c95ae1d895dbb5f445013d2511c37df822ee9ec6 -SIZE (redland-1.0.15.tar.gz) = 1600090 +SHA256 (redland-1.0.16.tar.gz) = d9a274fc086e61119d5c9beafb8d05527e040ec86f4c0961276ca8de0a049dbd +SIZE (redland-1.0.16.tar.gz) = 1624112 Modified: head/textproc/redland/pkg-plist ============================================================================== --- head/textproc/redland/pkg-plist Sun Dec 30 16:19:08 2012 (r309676) +++ head/textproc/redland/pkg-plist Sun Dec 30 16:28:08 2012 (r309677) @@ -49,6 +49,8 @@ share/gtk-doc/html/redland/objects.html share/gtk-doc/html/redland/redland-changes-1-0-12-to-1-0-13.html share/gtk-doc/html/redland/redland-changes-1-0-13-to-1-0-14.html share/gtk-doc/html/redland/redland-changes-1-0-14-to-1-0-15.html +share/gtk-doc/html/redland/redland-changes-1-0-15-to-1-0-16.html +share/gtk-doc/html/redland/redland-changes-1-0-16-to-1-0-16.html share/gtk-doc/html/redland/redland-changes.html share/gtk-doc/html/redland/redland-concepts.html share/gtk-doc/html/redland/redland-digest.html @@ -92,8 +94,8 @@ share/gtk-doc/html/redland/up.png %%MYSQL%%share/redland/mysql-v1.ttl %%MYSQL%%share/redland/mysql-v2.ttl %%DATADIR%%/Redland.i -@exec mkdir -p %D/lib/redland -@dirrm lib/redland +@comment @exec mkdir -p %D/lib/redland +@comment @dirrm lib/redland @dirrm %%DATADIR%% @exec mkdir -p %D/share/gtk-doc/html/redland @dirrm share/gtk-doc/html/redland