Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jul 2021 22:08:17 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: 7a72d2f4dcf2 - main - security/rubygem-six: Update to 0.2.2
Message-ID:  <202107182208.16IM8HVr074911@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=7a72d2f4dcf2a90c3b10cdf31e6386cedd5be511

commit 7a72d2f4dcf2a90c3b10cdf31e6386cedd5be511
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-07-18 21:46:06 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-07-18 22:07:17 +0000

    security/rubygem-six: Update to 0.2.2
    
    - Add LICENSE_FILE
    - Update WWW
    
    Changes:        https://github.com/dzaporozhets/six/blob/master/CHANGELOG
                    https://github.com/dzaporozhets/six/commits/master
---
 security/rubygem-six/Makefile  | 9 +++++----
 security/rubygem-six/distinfo  | 6 +++---
 security/rubygem-six/pkg-descr | 2 +-
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/security/rubygem-six/Makefile b/security/rubygem-six/Makefile
index cf666ebf7f7a..d4f3f9c8bf9d 100644
--- a/security/rubygem-six/Makefile
+++ b/security/rubygem-six/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	six
-PORTVERSION=	0.2.1
+PORTVERSION=	0.2.2
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 
@@ -7,10 +7,11 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Very simple authorization gem
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-NO_ARCH=	yes
-
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>
diff --git a/security/rubygem-six/distinfo b/security/rubygem-six/distinfo
index c06d19635c63..baddd72aea2c 100644
--- a/security/rubygem-six/distinfo
+++ b/security/rubygem-six/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1515599813
-SHA256 (rubygem/six-0.2.1.gem) = 97424f909700f6bcdbd9f2a7ee2da9812a34e54a5149eba467e9e8eb6a35502e
-SIZE (rubygem/six-0.2.1.gem) = 6144
+TIMESTAMP = 1626542098
+SHA256 (rubygem/six-0.2.2.gem) = 37b7c6476687f6271c2904995cc5cc967254433d9c9064922a3bc3a69c93e9fc
+SIZE (rubygem/six-0.2.2.gem) = 6144
diff --git a/security/rubygem-six/pkg-descr b/security/rubygem-six/pkg-descr
index 0bc887d0e282..8b04e0c4b58c 100644
--- a/security/rubygem-six/pkg-descr
+++ b/security/rubygem-six/pkg-descr
@@ -1,3 +1,3 @@
 Very simple authorization gem
 
-WWW: https://github.com/randx/six
+WWW: https://github.com/dzaporozhets/six



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