Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Feb 2021 20:26:40 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r563961 - head/devel/rubygem-io-console
Message-ID:  <202102032026.113KQeOe019968@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Feb  3 20:26:40 2021
New Revision: 563961
URL: https://svnweb.freebsd.org/changeset/ports/563961

Log:
  Update to 0.5.7
  
  - While I'm here, update LICENSE
  
  Changes:	https://github.com/ruby/io-console/commits/master
  PR:		253217
  Submitted by:	Yasuhiro Kimura <yasu@utahime.org> (maintainer)

Modified:
  head/devel/rubygem-io-console/Makefile
  head/devel/rubygem-io-console/distinfo

Modified: head/devel/rubygem-io-console/Makefile
==============================================================================
--- head/devel/rubygem-io-console/Makefile	Wed Feb  3 20:12:31 2021	(r563960)
+++ head/devel/rubygem-io-console/Makefile	Wed Feb  3 20:26:40 2021	(r563961)
@@ -1,15 +1,16 @@
 # $FreeBSD$
 
 PORTNAME=	io-console
-PORTVERSION=	0.5.6
+PORTVERSION=	0.5.7
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	yasu@utahime.org
 COMMENT=	Add console capabilities to IO instances
 
-LICENSE=	BSD2CLAUSE
-LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+LICENSE=	BSD2CLAUSE RUBY
+LICENSE_COMB=	dual
+LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
 
 USES=		gem
 USE_RUBY=	yes

Modified: head/devel/rubygem-io-console/distinfo
==============================================================================
--- head/devel/rubygem-io-console/distinfo	Wed Feb  3 20:12:31 2021	(r563960)
+++ head/devel/rubygem-io-console/distinfo	Wed Feb  3 20:26:40 2021	(r563961)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1582081581
-SHA256 (rubygem/io-console-0.5.6.gem) = 57d3deae8fb6ec56e20f0011dca54da855f1d760f03d60b5acec866cb725766d
-SIZE (rubygem/io-console-0.5.6.gem) = 23040
+TIMESTAMP = 1612382836
+SHA256 (rubygem/io-console-0.5.7.gem) = 94004da6759eb7e5d2b1725691e17c183150f5cfa72791a0e601f5f044efe1be
+SIZE (rubygem/io-console-0.5.7.gem) = 23552



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