svn commit: r563961 - head/devel/rubygem-io-console

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Feb 3 20:26:41 UTC 2021


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 at 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 at 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


More information about the svn-ports-all mailing list