pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-kgio



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Jan 16 15:33:29 UTC 2020

Modified Files:
        pkgsrc/devel/ruby-kgio: Makefile

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ruby-kgio/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-kgio/Makefile
diff -u pkgsrc/devel/ruby-kgio/Makefile:1.12 pkgsrc/devel/ruby-kgio/Makefile:1.13
--- pkgsrc/devel/ruby-kgio/Makefile:1.12        Tue Mar 13 17:00:51 2018
+++ pkgsrc/devel/ruby-kgio/Makefile     Thu Jan 16 15:33:29 2020
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.12 2018/03/13 17:00:51 taca Exp $
+# $NetBSD: Makefile,v 1.13 2020/01/16 15:33:29 taca Exp $
 
-DISTNAME=      kgio-2.11.2
+DISTNAME=      kgio-2.11.3
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel net
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://bogomips.org/kgio/
+HOMEPAGE=      https://yhbt.net/kgio/
 COMMENT=       Provides non-blocking I/O methods for Ruby
 LICENSE=       gnu-lgpl-v2.1
 



Home | Main Index | Thread Index | Old Index