Update ruby-raindrops to 0.15.0.
=== raindrops 0.15.0 - non-glibc compat fix on Linux / 2015-07-22 00:30 UTC Thanks to Doug Forster for sending us the report. No other fixes * check for the existence of linux/tcp.h === raindrops 0.14.0 - misc doc updates / 2015-06-25 21:50 UTC Eric Wong (7): linux_inet_diag: annotate memory freeing on diag errors README: trim intro and update license modernize packaging and documentation move mailing list to raindrops-public@bogomips.org linux_inet_diag: clarify *fprintf usage without GVL TODO: add item for unix_diag and udp_diag linux_inet_diag: fix Wshorten-64-to-32 warnings Hleb Valoshka (1): Add setup and teardown for ipv6 tests
This commit is contained in:
parent
c564259f0c
commit
8bb22ded9c
3 changed files with 10 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.7 2014/03/14 19:28:19 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2015/09/13 15:40:36 taca Exp $
|
||||
|
||||
DISTNAME= raindrops-0.13.0
|
||||
DISTNAME= raindrops-0.15.0
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= pkgsrc@NetBSD.org
|
||||
|
|
|
@ -1,13 +1,12 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2015/03/08 15:17:21 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2015/09/13 15:40:36 taca Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_EXTSDIR}/gem.build_complete
|
||||
${GEM_EXTSDIR}/raindrops_ext.${RUBY_DLEXT}
|
||||
${GEM_LIBDIR}/.document
|
||||
${GEM_LIBDIR}/.gitignore
|
||||
${GEM_LIBDIR}/.manifest
|
||||
${GEM_LIBDIR}/.wrongdoc.yml
|
||||
${GEM_LIBDIR}/.olddoc.yml
|
||||
${GEM_LIBDIR}/COPYING
|
||||
${GEM_LIBDIR}/ChangeLog
|
||||
${GEM_LIBDIR}/GIT-VERSION-FILE
|
||||
${GEM_LIBDIR}/GIT-VERSION-GEN
|
||||
${GEM_LIBDIR}/GNUmakefile
|
||||
|
@ -15,8 +14,9 @@ ${GEM_LIBDIR}/LATEST
|
|||
${GEM_LIBDIR}/LICENSE
|
||||
${GEM_LIBDIR}/NEWS
|
||||
${GEM_LIBDIR}/README
|
||||
${GEM_LIBDIR}/Rakefile
|
||||
${GEM_LIBDIR}/TODO
|
||||
${GEM_LIBDIR}/archive/.gitignore
|
||||
${GEM_LIBDIR}/archive/slrnpull.conf
|
||||
${GEM_LIBDIR}/examples/linux-listener-stats.rb
|
||||
${GEM_LIBDIR}/examples/middleware.ru
|
||||
${GEM_LIBDIR}/examples/watcher.ru
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.6 2014/03/14 19:28:19 taca Exp $
|
||||
$NetBSD: distinfo,v 1.7 2015/09/13 15:40:36 taca Exp $
|
||||
|
||||
SHA1 (raindrops-0.13.0.gem) = a8748fc67e4b08b6a7bf26e4857fb25331af8d75
|
||||
RMD160 (raindrops-0.13.0.gem) = 23aa79c0ff43abfcbe5045fc76a4752b88a10c43
|
||||
Size (raindrops-0.13.0.gem) = 77824 bytes
|
||||
SHA1 (raindrops-0.15.0.gem) = 1ff7b9610be4fc5dd243c9989da5e3ea0dceaf07
|
||||
RMD160 (raindrops-0.15.0.gem) = 5247e7fc49d75d9479968b2224b7f0a560ffa68a
|
||||
Size (raindrops-0.15.0.gem) = 57856 bytes
|
||||
|
|
Loading…
Reference in a new issue