From owner-svn-ports-all@FreeBSD.ORG Sun May 3 19:40:19 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 792BB928; Sun, 3 May 2015 19:40:19 +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 66A601157; Sun, 3 May 2015 19:40:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t43JeJcq073542; Sun, 3 May 2015 19:40:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t43JeIDW073536; Sun, 3 May 2015 19:40:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505031940.t43JeIDW073536@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 3 May 2015 19:40:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385339 - head/devel/rubygem-git X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 May 2015 19:40:19 -0000 Author: sunpoet Date: Sun May 3 19:40:18 2015 New Revision: 385339 URL: https://svnweb.freebsd.org/changeset/ports/385339 Log: - Update to 1.2.9.1 - Add LICENSE Changes: https://github.com/schacon/ruby-git/blob/master/CHANGELOG Modified: head/devel/rubygem-git/Makefile head/devel/rubygem-git/distinfo Modified: head/devel/rubygem-git/Makefile ============================================================================== --- head/devel/rubygem-git/Makefile Sun May 3 19:40:12 2015 (r385338) +++ head/devel/rubygem-git/Makefile Sun May 3 19:40:18 2015 (r385339) @@ -2,14 +2,16 @@ # $FreeBSD$ PORTNAME= git -PORTVERSION= 1.2.8 +PORTVERSION= 1.2.9.1 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby wrapper library around git(1) -RUN_DEPENDS= git>=0:${PORTSDIR}/devel/git +LICENSE= MIT + +RUN_DEPENDS= git>=1.6:${PORTSDIR}/devel/git USE_RUBY= yes USE_RUBYGEMS= yes Modified: head/devel/rubygem-git/distinfo ============================================================================== --- head/devel/rubygem-git/distinfo Sun May 3 19:40:12 2015 (r385338) +++ head/devel/rubygem-git/distinfo Sun May 3 19:40:18 2015 (r385339) @@ -1,2 +1,2 @@ -SHA256 (rubygem/git-1.2.8.gem) = 6c35ef3f2e578e316d6e64214ceaff9b20a1f91cae481aef4eaf29650f187923 -SIZE (rubygem/git-1.2.8.gem) = 24064 +SHA256 (rubygem/git-1.2.9.1.gem) = 9aa9a279bb45fe8a22e0799a3dbf80d7fd4866bc733256d52fec505829920eeb +SIZE (rubygem/git-1.2.9.1.gem) = 27136