From owner-svn-ports-head@FreeBSD.ORG Wed Jan 1 22:51:35 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 408639BA; Wed, 1 Jan 2014 22:51:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2C6C81D14; Wed, 1 Jan 2014 22:51:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s01MpZSC074550; Wed, 1 Jan 2014 22:51:35 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s01MpYQS074547; Wed, 1 Jan 2014 22:51:34 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201401012251.s01MpYQS074547@svn.freebsd.org> From: Raphael Kubo da Costa Date: Wed, 1 Jan 2014 22:51:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338398 - 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-head@freebsd.org X-Mailman-Version: 2.1.17 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: Wed, 01 Jan 2014 22:51:35 -0000 Author: rakuco Date: Wed Jan 1 22:51:34 2014 New Revision: 338398 URL: http://svnweb.freebsd.org/changeset/ports/338398 Log: - Update to 1.0.17 - Support staging [1] - Set LICENSE - Convert to the new LIB_DEPENDS format Submitted by: Schaich Alonso Modified: head/textproc/redland/Makefile head/textproc/redland/distinfo head/textproc/redland/pkg-plist Modified: head/textproc/redland/Makefile ============================================================================== --- head/textproc/redland/Makefile Wed Jan 1 22:41:53 2014 (r338397) +++ head/textproc/redland/Makefile Wed Jan 1 22:51:34 2014 (r338398) @@ -2,30 +2,32 @@ # $FreeBSD$ PORTNAME= redland -PORTVERSION= 1.0.16 +PORTVERSION= 1.0.17 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ MAINTAINER= kde@FreeBSD.org COMMENT= High-level interface for RDF -LIB_DEPENDS= raptor2:${PORTSDIR}/textproc/raptor2 \ - rasqal:${PORTSDIR}/textproc/rasqal +# Even though GPLv3 is not explicitly mentioned in the port's LICENSE.html, one +# of its licenses is "GPLv2 or newer", which includes GPLv3. +LICENSE= APACHE20 GPLv2 GPLv3 LGPL21 +LICENSE_COMB= dual + +LIB_DEPENDS= libraptor2.so:${PORTSDIR}/textproc/raptor2 \ + librasqal.so:${PORTSDIR}/textproc/rasqal USE_AUTOTOOLS= libltdl USE_GNOME= libxml2 lthack USE_OPENSSL= yes USE_PERL5= build -USES= gmake pathfix perl5 pkgconfig +USES= gmake pathfix perl5 pkgconfig shebangfix +SHEBANG_FILES= scripts/touch-mtime.pl GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-raptor=system \ --with-threestore=no USE_LDCONFIG= yes -MAN1= rdfproc.1 redland-config.1 \ - redland-db-upgrade.1 -MAN3= redland.3 - OPTIONS_DEFINE= BDB THREADS OPTIONS_DEFAULT= BDB # MYSQL "Use MySQL instead of BDB" off \ @@ -33,7 +35,6 @@ OPTIONS_DEFAULT= BDB # SQLITE "Use SQLite instead of BDB" off \ # VIRTUOSO "Use Virtoso instead of BDB" off -NO_STAGE= yes .include .if ${PORT_OPTIONS:MBDB} Modified: head/textproc/redland/distinfo ============================================================================== --- head/textproc/redland/distinfo Wed Jan 1 22:41:53 2014 (r338397) +++ head/textproc/redland/distinfo Wed Jan 1 22:51:34 2014 (r338398) @@ -1,2 +1,2 @@ -SHA256 (redland-1.0.16.tar.gz) = d9a274fc086e61119d5c9beafb8d05527e040ec86f4c0961276ca8de0a049dbd -SIZE (redland-1.0.16.tar.gz) = 1624112 +SHA256 (redland-1.0.17.tar.gz) = de1847f7b59021c16bdc72abb4d8e2d9187cd6124d69156f3326dd34ee043681 +SIZE (redland-1.0.17.tar.gz) = 1621566 Modified: head/textproc/redland/pkg-plist ============================================================================== --- head/textproc/redland/pkg-plist Wed Jan 1 22:41:53 2014 (r338397) +++ head/textproc/redland/pkg-plist Wed Jan 1 22:51:34 2014 (r338398) @@ -39,6 +39,10 @@ lib/librdf.so.0 %%VIRTUOSO%%lib/redland/librdf_storage_virtuoso.la %%VIRTUOSO%%lib/redland/librdf_storage_virtuoso.so libdata/pkgconfig/redland.pc +man/man1/rdfproc.1.gz +man/man1/redland-config.1.gz +man/man1/redland-db-upgrade.1.gz +man/man3/redland.3.gz share/gtk-doc/html/redland/home.png share/gtk-doc/html/redland/index.html share/gtk-doc/html/redland/index.sgml @@ -68,7 +72,6 @@ share/gtk-doc/html/redland/redland-query share/gtk-doc/html/redland/redland-query.html share/gtk-doc/html/redland/redland-serializer.html share/gtk-doc/html/redland/redland-statement.html -share/gtk-doc/html/redland/redland-storage.html share/gtk-doc/html/redland/redland-storage-module-file.html share/gtk-doc/html/redland/redland-storage-module-hashes.html share/gtk-doc/html/redland/redland-storage-module-memory.html @@ -79,6 +82,7 @@ share/gtk-doc/html/redland/redland-stora share/gtk-doc/html/redland/redland-storage-module-uri.html share/gtk-doc/html/redland/redland-storage-module-virtuoso.html share/gtk-doc/html/redland/redland-storage-modules.html +share/gtk-doc/html/redland/redland-storage.html share/gtk-doc/html/redland/redland-stream.html share/gtk-doc/html/redland/redland-unicode.html share/gtk-doc/html/redland/redland-uri.html @@ -97,6 +101,6 @@ share/gtk-doc/html/redland/up.png @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 +@dirrmtry share/gtk-doc/html @dirrmtry share/gtk-doc