diff options
author | taca <taca@pkgsrc.org> | 2012-06-02 01:17:21 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-06-02 01:17:21 +0000 |
commit | 6f187bb2b0244ba86e4032a331098054635edc4a (patch) | |
tree | cfb76ffa145795047b2de47c8f7bb2d35c8d8c4f /www | |
parent | 70a5fac7dfa8e41be6de20ae432a9ef857c945cd (diff) | |
download | pkgsrc-6f187bb2b0244ba86e4032a331098054635edc4a.tar.gz |
Update of ruby-csspool to 3.0.1.
== 3.0.1
* New Features
* 'Minified' CSS output: passing :minify => true to a to_css call will omit
line breaks
* Added Gemfile
* Bugfixes
* Parse properties without semi-colons at the end of a declaration.
[stereobooster]
* Handle whitespaces after properties [stereobooster]
Diffstat (limited to 'www')
-rw-r--r-- | www/ruby-csspool/Makefile | 4 | ||||
-rw-r--r-- | www/ruby-csspool/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/ruby-csspool/Makefile b/www/ruby-csspool/Makefile index c0e3bdf798a..fdd8150fa3a 100644 --- a/www/ruby-csspool/Makefile +++ b/www/ruby-csspool/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2012/03/18 05:06:08 taca Exp $ +# $NetBSD: Makefile,v 1.3 2012/06/02 01:17:21 taca Exp $ -DISTNAME= csspool-3.0.0 +DISTNAME= csspool-3.0.1 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/www/ruby-csspool/distinfo b/www/ruby-csspool/distinfo index 72defa8084e..7ff3d0e8abe 100644 --- a/www/ruby-csspool/distinfo +++ b/www/ruby-csspool/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2012/03/18 05:06:09 taca Exp $ +$NetBSD: distinfo,v 1.3 2012/06/02 01:17:21 taca Exp $ -SHA1 (csspool-3.0.0.gem) = d8cc7dddd2e6f3c9079964ba0bb88b0234f86db7 -RMD160 (csspool-3.0.0.gem) = 4722d48d67d7a14d95d144c3daf5569ef9787a2e -Size (csspool-3.0.0.gem) = 29184 bytes +SHA1 (csspool-3.0.1.gem) = 0226038639f994108f032b23a6f178de46f83bd6 +RMD160 (csspool-3.0.1.gem) = 118330c390e8d597dff8cf17f17d082edc48b5d9 +Size (csspool-3.0.1.gem) = 30208 bytes |