From owner-svn-ports-head@FreeBSD.ORG Wed Dec 24 11:55: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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C46298AD; Wed, 24 Dec 2014 11:55: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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A4A29661E1; Wed, 24 Dec 2014 11:55:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBOBtZ2r084139; Wed, 24 Dec 2014 11:55:35 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBOBtYhk084133; Wed, 24 Dec 2014 11:55:34 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201412241155.sBOBtYhk084133@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Wed, 24 Dec 2014 11:55:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375432 - head/textproc/rasqal 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.18-1 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, 24 Dec 2014 11:55:36 -0000 Author: rakuco Date: Wed Dec 24 11:55:33 2014 New Revision: 375432 URL: https://svnweb.freebsd.org/changeset/ports/375432 QAT: https://qat.redports.org/buildarchive/r375432/ Log: Update to 0.9.33. From the release announcement: The main changes in this version since the last release 2014-02-23 are: * Added support for reading and writing boolean result formats. * Fixed several query engine operator evaluations (AVG, STRBEFORE, STRAFTER, CONCAT) * Updated query results class constructor and methods, deprecating older. * Portability fixes for ICC, clang and GCC 5. * New internal test runner utility * Variable bindings query results can be formatted in mKR CSV format. * Multiple other fixes and improvements including fixing reported issues: 0000546, 0000568, 0000583 and 0000588. For full details see the Rasqal 0.9.33 release notes at http://librdf.org/rasqal/RELEASE.html#rel0_9_33 Modified: head/textproc/rasqal/Makefile head/textproc/rasqal/distinfo head/textproc/rasqal/pkg-plist Modified: head/textproc/rasqal/Makefile ============================================================================== --- head/textproc/rasqal/Makefile Wed Dec 24 11:54:02 2014 (r375431) +++ head/textproc/rasqal/Makefile Wed Dec 24 11:55:33 2014 (r375432) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rasqal -PORTVERSION= 0.9.32 -PORTREVISION= 1 +PORTVERSION= 0.9.33 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ \ SF/librdf/${PORTNAME}/${PORTVERSION} Modified: head/textproc/rasqal/distinfo ============================================================================== --- head/textproc/rasqal/distinfo Wed Dec 24 11:54:02 2014 (r375431) +++ head/textproc/rasqal/distinfo Wed Dec 24 11:55:33 2014 (r375432) @@ -1,2 +1,2 @@ -SHA256 (rasqal-0.9.32.tar.gz) = eeba03218e3b7dfa033934d523a1a64671a9a0f64eadc38a01e4b43367be2e8f -SIZE (rasqal-0.9.32.tar.gz) = 1544623 +SHA256 (rasqal-0.9.33.tar.gz) = 6924c9ac6570bd241a9669f83b467c728a322470bf34f4b2da4f69492ccfd97c +SIZE (rasqal-0.9.33.tar.gz) = 1595647 Modified: head/textproc/rasqal/pkg-plist ============================================================================== --- head/textproc/rasqal/pkg-plist Wed Dec 24 11:54:02 2014 (r375431) +++ head/textproc/rasqal/pkg-plist Wed Dec 24 11:55:33 2014 (r375432) @@ -20,9 +20,12 @@ share/gtk-doc/html/rasqal/rasqal-changes share/gtk-doc/html/rasqal/rasqal-changes-0-9-24-to-0-9-25.html share/gtk-doc/html/rasqal/rasqal-changes-0-9-25-to-0-9-26.html share/gtk-doc/html/rasqal/rasqal-changes-0-9-26-to-0-9-27.html +share/gtk-doc/html/rasqal/rasqal-changes-0-9-27-to-0-9-28.html share/gtk-doc/html/rasqal/rasqal-changes-0-9-28-to-0-9-29.html share/gtk-doc/html/rasqal/rasqal-changes-0-9-29-to-0-9-30.html +share/gtk-doc/html/rasqal/rasqal-changes-0-9-30-to-0-9-30.html share/gtk-doc/html/rasqal/rasqal-changes-0-9-30-to-0-9-31.html +share/gtk-doc/html/rasqal/rasqal-changes-0-9-32-to-0-9-33.html share/gtk-doc/html/rasqal/rasqal-changes.html share/gtk-doc/html/rasqal/rasqal-section-data.html share/gtk-doc/html/rasqal/rasqal-section-expression.html