From owner-svn-ports-head@FreeBSD.ORG Mon Feb 3 09:55:45 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 8CFDF91; Mon, 3 Feb 2014 09:55:45 +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 7971B1389; Mon, 3 Feb 2014 09:55:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s139tja8013819; Mon, 3 Feb 2014 09:55:45 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s139tjnX013815; Mon, 3 Feb 2014 09:55:45 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201402030955.s139tjnX013815@svn.freebsd.org> From: Raphael Kubo da Costa Date: Mon, 3 Feb 2014 09:55:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342406 - head/textproc/raptor2 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: Mon, 03 Feb 2014 09:55:45 -0000 Author: rakuco Date: Mon Feb 3 09:55:44 2014 New Revision: 342406 URL: http://svnweb.freebsd.org/changeset/ports/342406 QAT: https://qat.redports.org/buildarchive/r342406/ Log: Update to 2.0.13. The changes since the last release on 2013-11-24 are: * Fix configure not finding curl when curl-config --cflags is empty * Fixed reported issue 0000562 For full details of the changes see the Raptor 2.0.13 release notes at http://librdf.org/raptor/RELEASE.html#rel2_0_13 Modified: head/textproc/raptor2/Makefile head/textproc/raptor2/distinfo Modified: head/textproc/raptor2/Makefile ============================================================================== --- head/textproc/raptor2/Makefile Mon Feb 3 09:48:39 2014 (r342405) +++ head/textproc/raptor2/Makefile Mon Feb 3 09:55:44 2014 (r342406) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= raptor2 -PORTVERSION= 2.0.12 +PORTVERSION= 2.0.13 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ \ SF/librdf/${PORTNAME}/${PORTVERSION} Modified: head/textproc/raptor2/distinfo ============================================================================== --- head/textproc/raptor2/distinfo Mon Feb 3 09:48:39 2014 (r342405) +++ head/textproc/raptor2/distinfo Mon Feb 3 09:55:44 2014 (r342406) @@ -1,2 +1,2 @@ -SHA256 (raptor2-2.0.12.tar.gz) = b1955565f47e33f8872aa3d5d8e5f246c6c572e84ebeb4910966166e6d508498 -SIZE (raptor2-2.0.12.tar.gz) = 1859726 +SHA256 (raptor2-2.0.13.tar.gz) = dc72e897a5e0061c08f5820587b801418605a7c78131d7d01b57bb72fcd07044 +SIZE (raptor2-2.0.13.tar.gz) = 1859648