From owner-svn-ports-all@freebsd.org Fri Aug 30 12:18:42 2019 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 B88E4CD4CC; Fri, 30 Aug 2019 12:18:42 +0000 (UTC) (envelope-from tobik@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) server-signature RSA-PSS (4096 bits) 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 46Kdmy4S1Pz44DZ; Fri, 30 Aug 2019 12:18:42 +0000 (UTC) (envelope-from tobik@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 7A24D84; Fri, 30 Aug 2019 12:18:42 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7UCIgkJ092482; Fri, 30 Aug 2019 12:18:42 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7UCIgkg092479; Fri, 30 Aug 2019 12:18:42 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201908301218.x7UCIgkg092479@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 30 Aug 2019 12:18:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r510267 - head/devel/interactive_rebase_tool X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/devel/interactive_rebase_tool X-SVN-Commit-Revision: 510267 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.29 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: Fri, 30 Aug 2019 12:18:42 -0000 Author: tobik Date: Fri Aug 30 12:18:41 2019 New Revision: 510267 URL: https://svnweb.freebsd.org/changeset/ports/510267 Log: devel/interactive_rebase_tool: Update to 1.1.0 The license has been changed from ISCL to GPLv3+. See https://github.com/MitMaro/git-interactive-rebase-tool/pull/116 Changes: https://github.com/MitMaro/git-interactive-rebase-tool/blob/master/CHANGELOG.md#110---2019-08-15 PR: 239949 Submitted by: petteri.valkonen@iki.fi (maintainer) Modified: head/devel/interactive_rebase_tool/Makefile head/devel/interactive_rebase_tool/distinfo Modified: head/devel/interactive_rebase_tool/Makefile ============================================================================== --- head/devel/interactive_rebase_tool/Makefile Fri Aug 30 12:11:15 2019 (r510266) +++ head/devel/interactive_rebase_tool/Makefile Fri Aug 30 12:18:41 2019 (r510267) @@ -1,14 +1,13 @@ # $FreeBSD$ PORTNAME= interactive_rebase_tool -DISTVERSION= 1.0.0 -PORTREVISION= 4 +DISTVERSION= 1.1.0 CATEGORIES= devel MAINTAINER= petteri.valkonen@iki.fi COMMENT= Improved sequence editor for Git -LICENSE= ISCL +LICENSE= GPLv3+ LIB_DEPENDS= libgit2.so:devel/libgit2 Modified: head/devel/interactive_rebase_tool/distinfo ============================================================================== --- head/devel/interactive_rebase_tool/distinfo Fri Aug 30 12:11:15 2019 (r510266) +++ head/devel/interactive_rebase_tool/distinfo Fri Aug 30 12:18:41 2019 (r510267) @@ -1,4 +1,4 @@ -TIMESTAMP = 1555232524 +TIMESTAMP = 1566111607 SHA256 (rust/crates/ansi_term-0.11.0.tar.gz) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b SIZE (rust/crates/ansi_term-0.11.0.tar.gz) = 17087 SHA256 (rust/crates/atty-0.2.11.tar.gz) = 9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652 @@ -81,5 +81,5 @@ SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0 SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998 SHA256 (rust/crates/winreg-0.5.1.tar.gz) = a27a759395c1195c4cc5cda607ef6f8f6498f64e78f7900f5de0a127a424704a SIZE (rust/crates/winreg-0.5.1.tar.gz) = 17693 -SHA256 (MitMaro-git-interactive-rebase-tool-1.0.0_GH0.tar.gz) = 74dc96e59820bd3352984618d307d9b4de2e257aed65d0c8b3118580ffb6da56 -SIZE (MitMaro-git-interactive-rebase-tool-1.0.0_GH0.tar.gz) = 3591915 +SHA256 (MitMaro-git-interactive-rebase-tool-1.1.0_GH0.tar.gz) = c4fa28f864f84e24e7d6253074e5409f49362a99e40f481f2187b5e6a79285f7 +SIZE (MitMaro-git-interactive-rebase-tool-1.1.0_GH0.tar.gz) = 3616869