From owner-svn-ports-all@freebsd.org Sun Aug 23 19:46:50 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 B59E23C6D72; Sun, 23 Aug 2020 19:46:50 +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 4BZQkJ2sptz4D8P; Sun, 23 Aug 2020 19:46:48 +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 80DE6C71B; Sun, 23 Aug 2020 19:46:47 +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 07NJklZ2091791; Sun, 23 Aug 2020 19:46:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07NJkkxD091788; Sun, 23 Aug 2020 19:46:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202008231946.07NJkkxD091788@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:46:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r545975 - head/devel/rubygem-thor X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-thor X-SVN-Commit-Revision: 545975 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:46:50 -0000 Author: sunpoet Date: Sun Aug 23 19:46:46 2020 New Revision: 545975 URL: https://svnweb.freebsd.org/changeset/ports/545975 Log: Update to 1.0.1 - Update WWW Changes: https://github.com/erikhuda/thor/blob/master/CHANGELOG.md Modified: head/devel/rubygem-thor/Makefile head/devel/rubygem-thor/distinfo head/devel/rubygem-thor/pkg-descr Modified: head/devel/rubygem-thor/Makefile ============================================================================== --- head/devel/rubygem-thor/Makefile Sun Aug 23 19:46:41 2020 (r545974) +++ head/devel/rubygem-thor/Makefile Sun Aug 23 19:46:46 2020 (r545975) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= thor -PORTVERSION= 0.20.3 +PORTVERSION= 1.0.1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-thor/distinfo ============================================================================== --- head/devel/rubygem-thor/distinfo Sun Aug 23 19:46:41 2020 (r545974) +++ head/devel/rubygem-thor/distinfo Sun Aug 23 19:46:46 2020 (r545975) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542045877 -SHA256 (rubygem/thor-0.20.3.gem) = 49bc217fe28f6af34c6e60b003e3405c27595a55689077d82e9e61d4d3b519fa -SIZE (rubygem/thor-0.20.3.gem) = 55808 +TIMESTAMP = 1598175412 +SHA256 (rubygem/thor-1.0.1.gem) = 7572061e3cbe6feee57828670e6a25a66dd397f05c1f8515d49f770a7d9d70f5 +SIZE (rubygem/thor-1.0.1.gem) = 56320 Modified: head/devel/rubygem-thor/pkg-descr ============================================================================== --- head/devel/rubygem-thor/pkg-descr Sun Aug 23 19:46:41 2020 (r545974) +++ head/devel/rubygem-thor/pkg-descr Sun Aug 23 19:46:46 2020 (r545975) @@ -1,3 +1,3 @@ A scripting framework that replaces rake, sake and rubigen -WWW: https://github.com/wycats/thor +WWW: https://github.com/erikhuda/thor