pkgsrc/devel/ruby-kgio/Makefile
taca 9104ea7ade devel/ruby-kgio: update to 2.11.3
Update ruby-kgio to 2.11.3.

* Update HOMEPAGE.

=== kgio 2.11.3 / 2020-01-08 09:25 UTC

  Some doc and warning fixes for newer Rubies.

  We're no longer on bogomips.org since it's due
  for expiry and I can't pay extortionists for a .org, so
  s/bogomips.org/yhbt.net/ for now, and be prepared to move again
  when extortionists move onto the .net TLD.

        pkg.mk: use --local to "gem install"
        pkg.mk: use dark216 theme for Earth Day 2019
        test: fix warnings with RUBYOPT=-w
        tests: fix unused variable warnings from newer Rubies
        test_connect_fd_leak: do not close socket if non-existent
        test_syssend: avoid warning on cleanup
        build: remove olddoc from the gemspec
        doc: remove private email and outdated gmane archives
        doc: move from bogomips.org/kgio to yhbt.net/kgio
2020-01-16 15:33:28 +00:00

15 lines
375 B
Makefile

# $NetBSD: Makefile,v 1.13 2020/01/16 15:33:29 taca Exp $
DISTNAME= kgio-2.11.3
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= devel net
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://yhbt.net/kgio/
COMMENT= Provides non-blocking I/O methods for Ruby
LICENSE= gnu-lgpl-v2.1
USE_GCC_RUNTIME= yes
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"