svn commit: r510124 - head/devel/rubygem-nio4r

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Aug 28 23:53:18 UTC 2019


Author: sunpoet
Date: Wed Aug 28 23:53:17 2019
New Revision: 510124
URL: https://svnweb.freebsd.org/changeset/ports/510124

Log:
  Update to 2.5.0
  
  Changes:	https://github.com/socketry/nio4r/blob/master/CHANGES.md

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

Modified: head/devel/rubygem-nio4r/Makefile
==============================================================================
--- head/devel/rubygem-nio4r/Makefile	Wed Aug 28 23:53:12 2019	(r510123)
+++ head/devel/rubygem-nio4r/Makefile	Wed Aug 28 23:53:17 2019	(r510124)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nio4r
-PORTVERSION=	2.4.0
+PORTVERSION=	2.5.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -10,9 +10,8 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Cross-platform asynchronous I/O primitives
 
 LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-nio4r/distinfo
==============================================================================
--- head/devel/rubygem-nio4r/distinfo	Wed Aug 28 23:53:12 2019	(r510123)
+++ head/devel/rubygem-nio4r/distinfo	Wed Aug 28 23:53:17 2019	(r510124)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1562608086
-SHA256 (rubygem/nio4r-2.4.0.gem) = 808c702cc49e4c67c233ffd14e9cad5fca37cd38f43b1792d2be36c32bbe4c6c
-SIZE (rubygem/nio4r-2.4.0.gem) = 101888
+TIMESTAMP = 1567016167
+SHA256 (rubygem/nio4r-2.5.0.gem) = a920afa8de961501458d7440d72017fcae9f654f11fc694ae5884db53564d9cc
+SIZE (rubygem/nio4r-2.5.0.gem) = 110080


More information about the svn-ports-all mailing list