Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 May 2015 19:40:18 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385339 - head/devel/rubygem-git
Message-ID:  <201505031940.t43JeIDW073536@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505031940.t43JeIDW073536>