From owner-svn-ports-head@freebsd.org Tue Nov 28 16:39:25 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12915DE36A5; Tue, 28 Nov 2017 16:39:25 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 D381C6D7EF; Tue, 28 Nov 2017 16:39:24 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vASGdNLV066198; Tue, 28 Nov 2017 16:39:23 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vASGdNiv066196; Tue, 28 Nov 2017 16:39:23 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201711281639.vASGdNiv066196@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Tue, 28 Nov 2017 16:39:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455062 - head/devel/rubygem-rugged X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: head/devel/rubygem-rugged X-SVN-Commit-Revision: 455062 X-SVN-Commit-Repository: ports 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.25 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: Tue, 28 Nov 2017 16:39:25 -0000 Author: tz Date: Tue Nov 28 16:39:23 2017 New Revision: 455062 URL: https://svnweb.freebsd.org/changeset/ports/455062 Log: devel/rubygem-rugged: Update from 0.25.1.1 to 0.26.0 Changelog: https://github.com/libgit2/rugged/blob/v0.26.0/CHANGELOG.md Also add missing RUN_DEPENDS found by stage-qa Submitted by: Matthias Fechner Modified: head/devel/rubygem-rugged/Makefile head/devel/rubygem-rugged/distinfo Modified: head/devel/rubygem-rugged/Makefile ============================================================================== --- head/devel/rubygem-rugged/Makefile Tue Nov 28 16:35:38 2017 (r455061) +++ head/devel/rubygem-rugged/Makefile Tue Nov 28 16:39:23 2017 (r455062) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rugged -PORTVERSION= 0.25.1.1 +PORTVERSION= 0.26.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -14,7 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= cmake:devel/cmake \ libgit2>=${PORTVERSION:R}:devel/libgit2 -LIB_DEPENDS= libgit2.so:devel/libgit2 +LIB_DEPENDS= libgit2.so:devel/libgit2 \ + libgmp.so:math/gmp \ + libunwind.so:devel/libunwind CONFIGURE_ARGS= --use-system-libraries USE_RUBY= yes Modified: head/devel/rubygem-rugged/distinfo ============================================================================== --- head/devel/rubygem-rugged/distinfo Tue Nov 28 16:35:38 2017 (r455061) +++ head/devel/rubygem-rugged/distinfo Tue Nov 28 16:39:23 2017 (r455062) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499185532 -SHA256 (rubygem/rugged-0.25.1.1.gem) = 20ae4300dbc201abf032dce82059adf73ae97b33c48d79467f3a8147e61848ea -SIZE (rubygem/rugged-0.25.1.1.gem) = 1096704 +TIMESTAMP = 1509092399 +SHA256 (rubygem/rugged-0.26.0.gem) = be09b6331ba7af2968a4f4703134447977e9e068eefb68961b5b092c9e7910e7 +SIZE (rubygem/rugged-0.26.0.gem) = 1127424