Sunpoet Po-Chuan Hsieh
2020-08-23 19:43:17 +00:00
parent 8d77d5877d
commit 944cac821f
3 changed files with 10 additions and 8 deletions

View File

@@ -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
USES= gem
USE_RUBY= yes
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View File

@@ -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

View File

@@ -3,4 +3,4 @@ manipulate Git repositories. Currently it is a wrapper around
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