From owner-svn-ports-all@freebsd.org Sun Aug 23 19:43:21 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C83E73C6B82; Sun, 23 Aug 2020 19:43:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BZQfH3B3Qz47kX; Sun, 23 Aug 2020 19:43:19 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DC6F0C710; Sun, 23 Aug 2020 19:43:18 +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 07NJhIqH086373; Sun, 23 Aug 2020 19:43:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07NJhIYc086370; Sun, 23 Aug 2020 19:43:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202008231943.07NJhIYc086370@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 23 Aug 2020 19:43:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r545932 - head/devel/rubygem-git X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-git X-SVN-Commit-Revision: 545932 X-SVN-Commit-Repository: ports 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.33 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, 23 Aug 2020 19:43:22 -0000 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 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