From owner-svn-ports-head@freebsd.org Fri Oct 9 18:32:42 2015 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 02A199D11F5; Fri, 9 Oct 2015 18:32:42 +0000 (UTC) (envelope-from sunpoet@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 A3BB0C78; Fri, 9 Oct 2015 18:32:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t99IWeFa060686; Fri, 9 Oct 2015 18:32:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t99IWenS060684; Fri, 9 Oct 2015 18:32:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201510091832.t99IWenS060684@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 9 Oct 2015 18:32:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398943 - head/devel/rubygem-rugged 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.20 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: Fri, 09 Oct 2015 18:32:42 -0000 Author: sunpoet Date: Fri Oct 9 18:32:40 2015 New Revision: 398943 URL: https://svnweb.freebsd.org/changeset/ports/398943 Log: - Update to 0.23.3 - Update BUILD_DEPENDS - Add LICENSE_FILE Changes: https://github.com/libgit2/rugged/releases Modified: head/devel/rubygem-rugged/Makefile head/devel/rubygem-rugged/distinfo Modified: head/devel/rubygem-rugged/Makefile ============================================================================== --- head/devel/rubygem-rugged/Makefile Fri Oct 9 18:32:35 2015 (r398942) +++ head/devel/rubygem-rugged/Makefile Fri Oct 9 18:32:40 2015 (r398943) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rugged -PORTVERSION= 0.23.2 +PORTVERSION= 0.23.3 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,16 +10,16 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Rugged is a Ruby binding to the libgit2 linkable library LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= cmake:${PORTSDIR}/devel/cmake \ - libgit2>=0.22:${PORTSDIR}/devel/libgit2 + libgit2>=${PORTVERSION:R}:${PORTSDIR}/devel/libgit2 LIB_DEPENDS= libgit2.so:${PORTSDIR}/devel/libgit2 +CONFIGURE_ARGS= --use-system-libraries USE_RUBY= yes -USES= pkgconfig USE_RUBYGEMS= yes -RUBYGEM_AUTOPLIST=yes - -CONFIGURE_ARGS= --use-system-libraries +RUBYGEM_AUTOPLIST= yes +USES= pkgconfig .include Modified: head/devel/rubygem-rugged/distinfo ============================================================================== --- head/devel/rubygem-rugged/distinfo Fri Oct 9 18:32:35 2015 (r398942) +++ head/devel/rubygem-rugged/distinfo Fri Oct 9 18:32:40 2015 (r398943) @@ -1,2 +1,2 @@ -SHA256 (rubygem/rugged-0.23.2.gem) = 6dd00edb3cbe7648a2f040ef94590f916e63c9eff82f15bfd2d21c9ef124375e -SIZE (rubygem/rugged-0.23.2.gem) = 1037824 +SHA256 (rubygem/rugged-0.23.3.gem) = 1e83351b091d445933132a7db309613faa082171d873cebcd0343f5d7e9c1373 +SIZE (rubygem/rugged-0.23.3.gem) = 1031680