diff options
author | obache <obache@pkgsrc.org> | 2010-10-26 13:30:05 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-10-26 13:30:05 +0000 |
commit | 50ca873f213f66be61b712d1ec534a70daef986e (patch) | |
tree | 0589212a6a3c07495f643e7681e8ddf280270d85 /graphics | |
parent | 0934473383543f1194edeb02cd5a7cfba5a70fda (diff) | |
download | pkgsrc-50ca873f213f66be61b712d1ec534a70daef986e.tar.gz |
Update rabbit to 0.9.1.
== Changes 0.9.1 from 0.9.0: 2010-10-25
Changed license: Ruby's -> GPLv2 or later
=== Improvements
* Removed rabbit.bat from gem. [U.Nakamura]
* Added documentation for Homebrew. [kdmsnr]
* Changed license to GPLv2 or later from Ruby's.
(It assumed that Kouhei Sutou can change contributed
codes and so on. If contributes can't accept the rule,
those codes and so on aren't included in Rabbit.)
=== Thanks
* U.Nakamura
* kdmsnr
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/rabbit/Makefile | 6 | ||||
-rw-r--r-- | graphics/rabbit/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/graphics/rabbit/Makefile b/graphics/rabbit/Makefile index 85eb28a41e0..791ef56dd29 100644 --- a/graphics/rabbit/Makefile +++ b/graphics/rabbit/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.24 2010/09/26 07:09:59 obache Exp $ +# $NetBSD: Makefile,v 1.25 2010/10/26 13:30:05 obache Exp $ # -DISTNAME= rabbit-0.9.0 +DISTNAME= rabbit-0.9.1 CATEGORIES= graphics ruby MASTER_SITES= http://www.cozmixng.org/~kou/download/ MAINTAINER= obache@NetBSD.org HOMEPAGE= http://www.cozmixng.org/~rwiki/?cmd=view;name=Rabbit COMMENT= Application to do presentation with RD document -LICENSE= ruby-license +LICENSE= gnu-gpl-v2 # or later PKG_DESTDIR_SUPPORT= user-destdir diff --git a/graphics/rabbit/distinfo b/graphics/rabbit/distinfo index b977936717d..6cb8fee918a 100644 --- a/graphics/rabbit/distinfo +++ b/graphics/rabbit/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2010/09/26 07:09:59 obache Exp $ +$NetBSD: distinfo,v 1.20 2010/10/26 13:30:05 obache Exp $ -SHA1 (rabbit-0.9.0.tar.gz) = da4734ac42c1c0b68ef623eb2740dcf66cd22b30 -RMD160 (rabbit-0.9.0.tar.gz) = 845c825e2d1db3a94533616d9657aa7dcadcaea1 -Size (rabbit-0.9.0.tar.gz) = 5897510 bytes +SHA1 (rabbit-0.9.1.tar.gz) = 2b78e76e85fc24b7cd650263b745a38f417bda24 +RMD160 (rabbit-0.9.1.tar.gz) = 82eab96532a3339d7bb0c9f219aec570db197c37 +Size (rabbit-0.9.1.tar.gz) = 5896753 bytes |