From owner-dev-commits-ports-all@freebsd.org Wed Jul 21 18:15:03 2021 Return-Path: Delivered-To: dev-commits-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 B9C6866987B; Wed, 21 Jul 2021 18:15:03 +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 4GVNzB6Vzjz4SMR; Wed, 21 Jul 2021 18:15:02 +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 B5DFD22BAF; Wed, 21 Jul 2021 18:15:01 +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 16LIF1Cn045132; Wed, 21 Jul 2021 18:15:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16LIF1GB045131; Wed, 21 Jul 2021 18:15:01 GMT (envelope-from git) Date: Wed, 21 Jul 2021 18:15:01 GMT Message-Id: <202107211815.16LIF1GB045131@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: e45557a303dd - main - www/rubygem-thin: Update to 1.8.1 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: e45557a303dd23427529eabb696eb8fac2af0f18 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2021 18:15:03 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e45557a303dd23427529eabb696eb8fac2af0f18 commit e45557a303dd23427529eabb696eb8fac2af0f18 Author: Po-Chuan Hsieh AuthorDate: 2021-07-21 17:22:24 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-07-21 18:12:10 +0000 www/rubygem-thin: Update to 1.8.1 - Fix LICENSE - Update WWW Changes: https://github.com/macournoyer/thin/releases https://github.com/macournoyer/thin/blob/master/CHANGELOG --- www/rubygem-thin/Makefile | 4 ++-- www/rubygem-thin/distinfo | 6 +++--- www/rubygem-thin/pkg-descr | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/www/rubygem-thin/Makefile b/www/rubygem-thin/Makefile index 8c33138ff2ee..94b3781d6e77 100644 --- a/www/rubygem-thin/Makefile +++ b/www/rubygem-thin/Makefile @@ -1,14 +1,14 @@ # Created by: Cheng-Lung Sung PORTNAME= thin -PORTVERSION= 1.7.2 +PORTVERSION= 1.8.1 CATEGORIES= www rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Fast and simple Ruby web server -LICENSE= BSD2CLAUSE RUBY +LICENSE= GPLv2+ RUBY LICENSE_COMB= dual RUN_DEPENDS= rubygem-daemons>=1.0.9<2:devel/rubygem-daemons \ diff --git a/www/rubygem-thin/distinfo b/www/rubygem-thin/distinfo index 7c7b32b51f82..db1584dd3573 100644 --- a/www/rubygem-thin/distinfo +++ b/www/rubygem-thin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1499595705 -SHA256 (rubygem/thin-1.7.2.gem) = 2e98bd8dd5ce1c49b773c4cefd792b2f7f2917c49d483313783b787e935b4f59 -SIZE (rubygem/thin-1.7.2.gem) = 58880 +TIMESTAMP = 1626714764 +SHA256 (rubygem/thin-1.8.1.gem) = 34557a953f850efc8d8fc35a4e2373142ed423414c32f4169a509b4df1816b88 +SIZE (rubygem/thin-1.8.1.gem) = 59904 diff --git a/www/rubygem-thin/pkg-descr b/www/rubygem-thin/pkg-descr index 8703b28bc545..7a1d5ff76b13 100644 --- a/www/rubygem-thin/pkg-descr +++ b/www/rubygem-thin/pkg-descr @@ -10,4 +10,4 @@ Which makes it, with all humility, the most secure, stable, fast and extensible Ruby web server bundled in an easy to use gem for your own pleasure. -WWW: http://code.macournoyer.com/thin/ +WWW: https://github.com/macournoyer/thin