From owner-dev-commits-ports-main@freebsd.org Wed Jun 30 20:48:54 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 E251664D35A; Wed, 30 Jun 2021 20:48:53 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GFYNN6vSqz3wLM; Wed, 30 Jun 2021 20:48:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7039D13C98; Wed, 30 Jun 2021 20:48:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15UKmoYN057954; Wed, 30 Jun 2021 20:48:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15UKmo3v057953; Wed, 30 Jun 2021 20:48:50 GMT (envelope-from git) Date: Wed, 30 Jun 2021 20:48:50 GMT Message-Id: <202106302048.15UKmo3v057953@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 2bd3277e5475 - main - devel/rubygem-molinillo: Update to 0.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2bd3277e54758cc453c9d419123a996945bd3689 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2021 20:48:54 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2bd3277e54758cc453c9d419123a996945bd3689 commit 2bd3277e54758cc453c9d419123a996945bd3689 Author: Po-Chuan Hsieh AuthorDate: 2021-06-30 20:40:31 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-30 20:44:19 +0000 devel/rubygem-molinillo: Update to 0.7.0 - Add LICENSE_FILE - Update WWW Changes: https://github.com/CocoaPods/Molinillo/releases --- devel/rubygem-molinillo/Makefile | 3 ++- devel/rubygem-molinillo/distinfo | 6 +++--- devel/rubygem-molinillo/pkg-descr | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/devel/rubygem-molinillo/Makefile b/devel/rubygem-molinillo/Makefile index d4261ba82dc7..031b654dcbce 100644 --- a/devel/rubygem-molinillo/Makefile +++ b/devel/rubygem-molinillo/Makefile @@ -1,7 +1,7 @@ # Created by: Ryan Steinmetz PORTNAME= molinillo -PORTVERSION= 0.6.6 +PORTVERSION= 0.7.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -9,6 +9,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Provides support for dependency resolution LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE USES= gem USE_RUBY= yes diff --git a/devel/rubygem-molinillo/distinfo b/devel/rubygem-molinillo/distinfo index 845977974981..d8e87919fb9b 100644 --- a/devel/rubygem-molinillo/distinfo +++ b/devel/rubygem-molinillo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1533757455 -SHA256 (rubygem/molinillo-0.6.6.gem) = e6352901e77c85d4820f30328f5f452267d2977a1d12d94ce094d0a6c20704c2 -SIZE (rubygem/molinillo-0.6.6.gem) = 29184 +TIMESTAMP = 1624630318 +SHA256 (rubygem/molinillo-0.7.0.gem) = c30635ec636e84a44d98426975080309e2343a800949d80c42d358199d717b9e +SIZE (rubygem/molinillo-0.7.0.gem) = 29696 diff --git a/devel/rubygem-molinillo/pkg-descr b/devel/rubygem-molinillo/pkg-descr index 41a678e4721d..078d123df375 100644 --- a/devel/rubygem-molinillo/pkg-descr +++ b/devel/rubygem-molinillo/pkg-descr @@ -1,3 +1,3 @@ Provides support for dependency resolution. -WWW: https://rubygems.org/gems/molinillo +WWW: https://github.com/CocoaPods/Molinillo