diff options
author | taca <taca@pkgsrc.org> | 2015-10-04 12:17:04 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-10-04 12:17:04 +0000 |
commit | a0a753bb4aec905250c59b448b7cb671a5ffb257 (patch) | |
tree | 10ce05c7ea46d0f1e70a3a92bff17b77a88da0f1 /devel | |
parent | 4829c5a0cbe40a6c67b83c6e80fc9ac92b0a4ee3 (diff) | |
download | pkgsrc-a0a753bb4aec905250c59b448b7cb671a5ffb257.tar.gz |
Update ruby-kgio to 2.10.0.
=== kgio 2.10.0 - slimming down... / 2015-09-06 08:12 UTC
The largely-unused autopush functionality is now a no-op.
Existing applications will probably not notice, and are
better off using MSG_MORE anyways if they're on Linux.
Our poll(2) wrapper now uses rb_hash_clear if available,
reducing global method cache dependence.
shortlog of changes since 2.9.3:
README: remove reference to Rainbows!
writev: update comment on preserving errno
poll: avoid rb_funcall for rb_hash_clear
minor doc updates
remove autopush support and make it a no-op
HACKING: update URL for Message-ID lookup
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-kgio/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-kgio/PLIST | 3 | ||||
-rw-r--r-- | devel/ruby-kgio/distinfo | 8 |
3 files changed, 7 insertions, 8 deletions
diff --git a/devel/ruby-kgio/Makefile b/devel/ruby-kgio/Makefile index ee76df75a10..fea027c5acf 100644 --- a/devel/ruby-kgio/Makefile +++ b/devel/ruby-kgio/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2015/02/01 14:33:59 taca Exp $ +# $NetBSD: Makefile,v 1.9 2015/10/04 12:17:04 taca Exp $ -DISTNAME= kgio-2.9.3 +DISTNAME= kgio-2.10.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= devel net diff --git a/devel/ruby-kgio/PLIST b/devel/ruby-kgio/PLIST index bbbc17f8c51..b0d23d0c7d2 100644 --- a/devel/ruby-kgio/PLIST +++ b/devel/ruby-kgio/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2015/03/08 15:17:19 taca Exp $ +@comment $NetBSD: PLIST,v 1.6 2015/10/04 12:17:04 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_EXTSDIR}/gem.build_complete ${GEM_EXTSDIR}/kgio_ext.${RUBY_DLEXT} @@ -21,7 +21,6 @@ ${GEM_LIBDIR}/archive/.gitignore ${GEM_LIBDIR}/archive/slrnpull.conf ${GEM_LIBDIR}/ext/kgio/accept.c ${GEM_LIBDIR}/ext/kgio/ancient_ruby.h -${GEM_LIBDIR}/ext/kgio/autopush.c ${GEM_LIBDIR}/ext/kgio/blocking_io_region.h ${GEM_LIBDIR}/ext/kgio/broken_system_compat.h ${GEM_LIBDIR}/ext/kgio/connect.c diff --git a/devel/ruby-kgio/distinfo b/devel/ruby-kgio/distinfo index c3dded35ce4..e97138424ef 100644 --- a/devel/ruby-kgio/distinfo +++ b/devel/ruby-kgio/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2015/02/01 14:33:59 taca Exp $ +$NetBSD: distinfo,v 1.8 2015/10/04 12:17:04 taca Exp $ -SHA1 (kgio-2.9.3.gem) = a9b35f7509b2d798f56a9dd3d6c5e50748c22e14 -RMD160 (kgio-2.9.3.gem) = 52be510d40b78524d7b6672b2a4bef894ea662d2 -Size (kgio-2.9.3.gem) = 58880 bytes +SHA1 (kgio-2.10.0.gem) = 10711f7697d97306af73a952ad489e859866cd44 +RMD160 (kgio-2.10.0.gem) = 3e579bf542194245cd4f444edf5652c060773a64 +Size (kgio-2.10.0.gem) = 56320 bytes |