diff options
author | taca <taca@pkgsrc.org> | 2015-06-11 16:47:00 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-06-11 16:47:00 +0000 |
commit | b13535c1432075c1c57ea2f91f73731c6ae80eb6 (patch) | |
tree | 4246ecd738e973f3e89983dd79810fd7bb9ef9a8 /www | |
parent | 642b94781cadac897a6687536340fb830de0cddb (diff) | |
download | pkgsrc-b13535c1432075c1c57ea2f91f73731c6ae80eb6.tar.gz |
Update ruby-csspool to 4.0.5.
4.0.5
New Features
* Support the ratio data type
4.0.4
(Broken release, do not use)
Diffstat (limited to 'www')
-rw-r--r-- | www/ruby-csspool/Makefile | 4 | ||||
-rw-r--r-- | www/ruby-csspool/PLIST | 7 | ||||
-rw-r--r-- | www/ruby-csspool/distinfo | 8 |
3 files changed, 9 insertions, 10 deletions
diff --git a/www/ruby-csspool/Makefile b/www/ruby-csspool/Makefile index 8ef303f90b0..c6d50341630 100644 --- a/www/ruby-csspool/Makefile +++ b/www/ruby-csspool/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2015/02/05 15:32:25 taca Exp $ +# $NetBSD: Makefile,v 1.6 2015/06/11 16:47:00 taca Exp $ -DISTNAME= csspool-4.0.3 +DISTNAME= csspool-4.0.5 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/www/ruby-csspool/PLIST b/www/ruby-csspool/PLIST index fd1940c2bd1..089b20e1518 100644 --- a/www/ruby-csspool/PLIST +++ b/www/ruby-csspool/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2015/02/05 15:32:25 taca Exp $ +@comment $NetBSD: PLIST,v 1.5 2015/06/11 16:47:00 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.autotest ${GEM_LIBDIR}/.gemtest @@ -6,7 +6,7 @@ ${GEM_LIBDIR}/CHANGELOG.rdoc ${GEM_LIBDIR}/Gemfile ${GEM_LIBDIR}/Gemfile.lock ${GEM_LIBDIR}/Manifest.txt -${GEM_LIBDIR}/README.rdoc +${GEM_LIBDIR}/README.md ${GEM_LIBDIR}/Rakefile ${GEM_LIBDIR}/lib/csspool.rb ${GEM_LIBDIR}/lib/csspool/collection.rb @@ -53,6 +53,7 @@ ${GEM_LIBDIR}/lib/csspool/terms/hash.rb ${GEM_LIBDIR}/lib/csspool/terms/ident.rb ${GEM_LIBDIR}/lib/csspool/terms/math.rb ${GEM_LIBDIR}/lib/csspool/terms/number.rb +${GEM_LIBDIR}/lib/csspool/terms/ratio.rb ${GEM_LIBDIR}/lib/csspool/terms/resolution.rb ${GEM_LIBDIR}/lib/csspool/terms/rgb.rb ${GEM_LIBDIR}/lib/csspool/terms/string.rb @@ -70,11 +71,9 @@ ${GEM_LIBDIR}/test/css/test_import_rule.rb ${GEM_LIBDIR}/test/css/test_keyframes_rule.rb ${GEM_LIBDIR}/test/css/test_media_rule.rb ${GEM_LIBDIR}/test/css/test_namespace_rule.rb -${GEM_LIBDIR}/test/css/test_node_position.rb ${GEM_LIBDIR}/test/css/test_parser.rb ${GEM_LIBDIR}/test/css/test_supports_rule.rb ${GEM_LIBDIR}/test/css/test_tokenizer.rb -${GEM_LIBDIR}/test/css/test_variables.rb ${GEM_LIBDIR}/test/files/test.css ${GEM_LIBDIR}/test/helper.rb ${GEM_LIBDIR}/test/sac/test_parser.rb diff --git a/www/ruby-csspool/distinfo b/www/ruby-csspool/distinfo index 0bb3aaaca71..0d4b921872b 100644 --- a/www/ruby-csspool/distinfo +++ b/www/ruby-csspool/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2015/02/05 15:32:25 taca Exp $ +$NetBSD: distinfo,v 1.6 2015/06/11 16:47:00 taca Exp $ -SHA1 (csspool-4.0.3.gem) = a37bc17334db112855bd396bcf64837a9e4c6ff2 -RMD160 (csspool-4.0.3.gem) = b5b8126ead456befb20af3fef283de2aa5c7d613 -Size (csspool-4.0.3.gem) = 47616 bytes +SHA1 (csspool-4.0.5.gem) = af39b91fd3452b7295ac77cdb433ea78e04b4785 +RMD160 (csspool-4.0.5.gem) = 3de48299518c516302cc920f5bc5c332e94f4653 +Size (csspool-4.0.5.gem) = 47616 bytes |