Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Aug 2020 19:43: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: r545932 - head/devel/rubygem-git
Message-ID:  <202008231943.07NJhIYc086370@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Aug 23 19:43:17 2020
New Revision: 545932
URL: https://svnweb.freebsd.org/changeset/ports/545932

Log:
  Update to 1.7.0
  
  - Update WWW
  
  Changes:	https://github.com/ruby-git/ruby-git/releases
  		https://github.com/ruby-git/ruby-git/blob/master/CHANGELOG.md

Modified:
  head/devel/rubygem-git/Makefile
  head/devel/rubygem-git/distinfo
  head/devel/rubygem-git/pkg-descr

Modified: head/devel/rubygem-git/Makefile
==============================================================================
--- head/devel/rubygem-git/Makefile	Sun Aug 23 19:42:44 2020	(r545931)
+++ head/devel/rubygem-git/Makefile	Sun Aug 23 19:43:17 2020	(r545932)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	git
-PORTVERSION=	1.5.0
+PORTVERSION=	1.7.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -12,10 +12,12 @@ COMMENT=	Ruby wrapper library around git(1)
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	git>=1.6:devel/git
+RUN_DEPENDS=	git>=1.6:devel/git \
+		rubygem-rchardet>=1.8<2:textproc/rubygem-rchardet
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-git/distinfo
==============================================================================
--- head/devel/rubygem-git/distinfo	Sun Aug 23 19:42:44 2020	(r545931)
+++ head/devel/rubygem-git/distinfo	Sun Aug 23 19:43:17 2020	(r545932)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1534008553
-SHA256 (rubygem/git-1.5.0.gem) = d07372a637fdf80467aa8090c66c186ec371edc2749fd4eeb8235ecf591cc82d
-SIZE (rubygem/git-1.5.0.gem) = 30208
+TIMESTAMP = 1598175344
+SHA256 (rubygem/git-1.7.0.gem) = 21f4cf65813e12efa050011007dc855ac70110d10bdd99563a78683f450d1679
+SIZE (rubygem/git-1.7.0.gem) = 31232

Modified: head/devel/rubygem-git/pkg-descr
==============================================================================
--- head/devel/rubygem-git/pkg-descr	Sun Aug 23 19:42:44 2020	(r545931)
+++ head/devel/rubygem-git/pkg-descr	Sun Aug 23 19:43:17 2020	(r545932)
@@ -3,4 +3,4 @@ manipulate Git repositories.  Currently it is a wrappe
 the git binary, but there are plans to switch to C bindings at
 some point in the future.
 
-WWW: https://github.com/schacon/ruby-git
+WWW: https://github.com/ruby-git/ruby-git



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