diff options
author | taca <taca@pkgsrc.org> | 2013-09-15 18:08:04 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-09-15 18:08:04 +0000 |
commit | 5948f6a5befcaaac36ac4adadb99a9b6f40fcf69 (patch) | |
tree | 8e3348f4e487d58dbf09567cad2845accf651227 /www | |
parent | 2769980ff429bdfb55819f623c01ff2c87f30813 (diff) | |
download | pkgsrc-5948f6a5befcaaac36ac4adadb99a9b6f40fcf69.tar.gz |
Update ruby-raindrops to 0.12.0.
=== raindrops 0.12.0 - compatibility fixes / 2013-09-02 10:33 UTC
This release fixes builds on systems where compilers target i386
(and not later x86 systems). There are also minor improvements for
Ruby 2.1.0dev and Rubinius.
Eric Wong (5):
doc: add email address to generated doc/site
README: update regarding Ruby support status
extconf: try harder for gcc atomics in i386-configured systems
linux_inet_diag: improve compatibility with newer GCs
test_watcher: fix for Ruby trunk r40195 and later
=== raindrops 0.11.0 - minor fixes improvements / 2013-04-20 23:10 UTC
Eric Wong (7):
raindrops: favor configured processor count over online count
watcher: set Content-Type via assignment
Linux::TCP_Info: implement #get! instance method
linux_inet_diag: avoid unnecessary sockaddr initialization
.gitignore: add .rbx
switch back to gemspec development dependencies
linux_inet_diag: better align listener_stats struct
Lawrence Pit (1):
Watcher: Use relative paths in HTML links
Diffstat (limited to 'www')
-rw-r--r-- | www/ruby-raindrops/Makefile | 4 | ||||
-rw-r--r-- | www/ruby-raindrops/PLIST | 3 | ||||
-rw-r--r-- | www/ruby-raindrops/distinfo | 8 |
3 files changed, 7 insertions, 8 deletions
diff --git a/www/ruby-raindrops/Makefile b/www/ruby-raindrops/Makefile index ad6a77c561a..e35bd5540df 100644 --- a/www/ruby-raindrops/Makefile +++ b/www/ruby-raindrops/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2012/09/16 13:38:46 taca Exp $ +# $NetBSD: Makefile,v 1.5 2013/09/15 18:08:04 taca Exp $ -DISTNAME= raindrops-0.10.0 +DISTNAME= raindrops-0.12.0 CATEGORIES= www MAINTAINER= pkgsrc@NetBSD.org diff --git a/www/ruby-raindrops/PLIST b/www/ruby-raindrops/PLIST index 064dc2cb02b..34e08209df1 100644 --- a/www/ruby-raindrops/PLIST +++ b/www/ruby-raindrops/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2012/02/06 12:39:41 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.2 2013/09/15 18:08:04 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.document ${GEM_LIBDIR}/.gitignore @@ -9,7 +9,6 @@ ${GEM_LIBDIR}/ChangeLog ${GEM_LIBDIR}/GIT-VERSION-FILE ${GEM_LIBDIR}/GIT-VERSION-GEN ${GEM_LIBDIR}/GNUmakefile -${GEM_LIBDIR}/Gemfile ${GEM_LIBDIR}/LATEST ${GEM_LIBDIR}/LICENSE ${GEM_LIBDIR}/NEWS diff --git a/www/ruby-raindrops/distinfo b/www/ruby-raindrops/distinfo index 7ab7aafe600..b669b1d3c77 100644 --- a/www/ruby-raindrops/distinfo +++ b/www/ruby-raindrops/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2012/09/16 13:38:46 taca Exp $ +$NetBSD: distinfo,v 1.5 2013/09/15 18:08:04 taca Exp $ -SHA1 (raindrops-0.10.0.gem) = 59a4e4f65509b7c3e6d2acbb027ec54557fb8ea3 -RMD160 (raindrops-0.10.0.gem) = 24acd26fc3d6092c8db86ed7f8d95c8c4a03afe1 -Size (raindrops-0.10.0.gem) = 74240 bytes +SHA1 (raindrops-0.12.0.gem) = 0e37a1f560f0f88675a62d9bc611b8bc75604d56 +RMD160 (raindrops-0.12.0.gem) = a4a37884cd4d262a805c315cdb3940f819f3f08a +Size (raindrops-0.12.0.gem) = 76800 bytes |