Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jul 2021 18:15:01 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e45557a303dd - main - www/rubygem-thin: Update to 1.8.1
Message-ID:  <202107211815.16LIF1GB045131@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e45557a303dd23427529eabb696eb8fac2af0f18

commit e45557a303dd23427529eabb696eb8fac2af0f18
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-07-21 17:22:24 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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 <clsung@FreeBSD.org>
 
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107211815.16LIF1GB045131>