svn commit: r560194 - head/devel/rubygem-stringio

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 3 20:21:28 UTC 2021


Author: sunpoet
Date: Sun Jan  3 20:21:24 2021
New Revision: 560194
URL: https://svnweb.freebsd.org/changeset/ports/560194

Log:
  Update to 3.0.0
  
  - Update LICENSE
  
  Changes:	https://github.com/ruby/stringio/commits/master

Modified:
  head/devel/rubygem-stringio/Makefile
  head/devel/rubygem-stringio/distinfo

Modified: head/devel/rubygem-stringio/Makefile
==============================================================================
--- head/devel/rubygem-stringio/Makefile	Sun Jan  3 20:21:19 2021	(r560193)
+++ head/devel/rubygem-stringio/Makefile	Sun Jan  3 20:21:24 2021	(r560194)
@@ -2,14 +2,15 @@
 # $FreeBSD$
 
 PORTNAME=	stringio
-PORTVERSION=	0.1.4
+PORTVERSION=	3.0.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Pseudo IO class from/to String
 
-LICENSE=	BSD2CLAUSE
+LICENSE=	BSD2CLAUSE RUBY
+LICENSE_COMB=	dual
 
 USES=		gem
 USE_RUBY=	yes

Modified: head/devel/rubygem-stringio/distinfo
==============================================================================
--- head/devel/rubygem-stringio/distinfo	Sun Jan  3 20:21:19 2021	(r560193)
+++ head/devel/rubygem-stringio/distinfo	Sun Jan  3 20:21:24 2021	(r560194)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1598605226
-SHA256 (rubygem/stringio-0.1.4.gem) = a0312cf80e57e3051d92a53ae0bd133cb46f81cf5496f5c46e7957ac8f6b91f2
-SIZE (rubygem/stringio-0.1.4.gem) = 15872
+TIMESTAMP = 1609599019
+SHA256 (rubygem/stringio-3.0.0.gem) = 9edddea9e4a8c07a4906d75eb763b3e220fa819224797ceb4a8ddccb13742620
+SIZE (rubygem/stringio-3.0.0.gem) = 15872


More information about the svn-ports-all mailing list