Date: Thu, 29 Dec 2016 12:46:49 +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: r429902 - head/devel/rubygem-nio4r Message-ID: <201612291246.uBTCknW2095663@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Dec 29 12:46:48 2016 New Revision: 429902 URL: https://svnweb.freebsd.org/changeset/ports/429902 Log: - Update to 2.0.0 - Update COMMENT - Update WWW Changes: https://github.com/socketry/nio4r/blob/master/CHANGES.md Modified: head/devel/rubygem-nio4r/Makefile head/devel/rubygem-nio4r/distinfo head/devel/rubygem-nio4r/pkg-descr Modified: head/devel/rubygem-nio4r/Makefile ============================================================================== --- head/devel/rubygem-nio4r/Makefile Thu Dec 29 12:46:43 2016 (r429901) +++ head/devel/rubygem-nio4r/Makefile Thu Dec 29 12:46:48 2016 (r429902) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= nio4r -PORTVERSION= 1.2.1 +PORTVERSION= 2.0.0 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org -COMMENT= New IO for Ruby +COMMENT= Cross-platform asynchronous I/O primitives LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt Modified: head/devel/rubygem-nio4r/distinfo ============================================================================== --- head/devel/rubygem-nio4r/distinfo Thu Dec 29 12:46:43 2016 (r429901) +++ head/devel/rubygem-nio4r/distinfo Thu Dec 29 12:46:48 2016 (r429902) @@ -1,2 +1,3 @@ -SHA256 (rubygem/nio4r-1.2.1.gem) = 0a5a93676c7c116c51f00366800a7c039d67393dadb4b873059375d7cfa9b6a9 -SIZE (rubygem/nio4r-1.2.1.gem) = 94208 +TIMESTAMP = 1483013231 +SHA256 (rubygem/nio4r-2.0.0.gem) = 2ecc70fe1ae4c8a4638109475dbb6401249facdae5b4be12db931152864844cd +SIZE (rubygem/nio4r-2.0.0.gem) = 99840 Modified: head/devel/rubygem-nio4r/pkg-descr ============================================================================== --- head/devel/rubygem-nio4r/pkg-descr Thu Dec 29 12:46:43 2016 (r429901) +++ head/devel/rubygem-nio4r/pkg-descr Thu Dec 29 12:46:48 2016 (r429902) @@ -16,4 +16,4 @@ Its goals are: different OSes and Ruby VMs - Provide inherently thread-safe facilities for working with IO objects -WWW: https://github.com/celluloid/nio4r +WWW: https://github.com/socketry/nio4r
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612291246.uBTCknW2095663>