diff options
author | taca <taca@pkgsrc.org> | 2015-09-13 15:18:07 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-09-13 15:18:07 +0000 |
commit | efef9662dd50cc40941697d89cde4748ab5e0c16 (patch) | |
tree | 7f15fd139e5e30b7e48ba9f7037548eef0a67356 /textproc | |
parent | 13bf9b4001b3cecc20f1c6d56925b0c92f14daa3 (diff) | |
download | pkgsrc-efef9662dd50cc40941697d89cde4748ab5e0c16.tar.gz |
Update ruby-haml to 4.0.7.
Add pkg_alternative support.
# Haml Changelog
## 4.0.7
Released on August 10, 2015
([diff](https://github.com/haml/haml/compare/4.0.6...4.0.7)).
* Significantly improve performance of regexp used to fix whitespace handling in textareas (thanks [Stan Hu](https://github.com/stanhu)).
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-haml/ALTERNATIVES | 1 | ||||
-rw-r--r-- | textproc/ruby-haml/Makefile | 6 | ||||
-rw-r--r-- | textproc/ruby-haml/PLIST | 10 | ||||
-rw-r--r-- | textproc/ruby-haml/distinfo | 8 |
4 files changed, 16 insertions, 9 deletions
diff --git a/textproc/ruby-haml/ALTERNATIVES b/textproc/ruby-haml/ALTERNATIVES new file mode 100644 index 00000000000..cbb967b43a3 --- /dev/null +++ b/textproc/ruby-haml/ALTERNATIVES @@ -0,0 +1 @@ +bin/haml @PREFIX@/bin/haml@RUBY_SUFFIX@ diff --git a/textproc/ruby-haml/Makefile b/textproc/ruby-haml/Makefile index 084944233c8..c0983e1dc8f 100644 --- a/textproc/ruby-haml/Makefile +++ b/textproc/ruby-haml/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2015/02/05 15:04:31 taca Exp $ +# $NetBSD: Makefile,v 1.17 2015/09/13 15:18:07 taca Exp $ -DISTNAME= haml-4.0.6 +DISTNAME= haml-4.0.7 CATEGORIES= textproc MAINTAINER= pkgsrc-users@NetBSD.org @@ -10,7 +10,7 @@ LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-tilt>=0:../../textproc/ruby-tilt -CONFLICTS+= ruby[1-9][0-9][0-9]-haml-[0-9]* +RUBYGEM_OPTIONS+= --format-executable .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/ruby-haml/PLIST b/textproc/ruby-haml/PLIST index 4d494047dc1..4e0177216ec 100644 --- a/textproc/ruby-haml/PLIST +++ b/textproc/ruby-haml/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.14 2015/02/05 15:04:31 taca Exp $ -bin/haml +@comment $NetBSD: PLIST,v 1.15 2015/09/13 15:18:07 taca Exp $ +bin/haml${RUBY_SUFFIX} ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.yardopts ${GEM_LIBDIR}/CHANGELOG.md @@ -41,6 +41,12 @@ ${GEM_LIBDIR}/test/gemfiles/Gemfile.rails-3.0.x ${GEM_LIBDIR}/test/gemfiles/Gemfile.rails-3.1.x ${GEM_LIBDIR}/test/gemfiles/Gemfile.rails-3.2.x ${GEM_LIBDIR}/test/gemfiles/Gemfile.rails-4.0.x +${GEM_LIBDIR}/test/haml-spec/LICENSE +${GEM_LIBDIR}/test/haml-spec/README.md +${GEM_LIBDIR}/test/haml-spec/lua_haml_spec.lua +${GEM_LIBDIR}/test/haml-spec/perl_haml_test.pl +${GEM_LIBDIR}/test/haml-spec/ruby_haml_test.rb +${GEM_LIBDIR}/test/haml-spec/tests.json ${GEM_LIBDIR}/test/helper_test.rb ${GEM_LIBDIR}/test/markaby/standard.mab ${GEM_LIBDIR}/test/mocks/article.rb diff --git a/textproc/ruby-haml/distinfo b/textproc/ruby-haml/distinfo index 297f3dfb55d..64f265dd497 100644 --- a/textproc/ruby-haml/distinfo +++ b/textproc/ruby-haml/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2015/02/05 15:04:31 taca Exp $ +$NetBSD: distinfo,v 1.16 2015/09/13 15:18:07 taca Exp $ -SHA1 (haml-4.0.6.gem) = bb04f72b93b4bde846c549b36647d54cd01fc002 -RMD160 (haml-4.0.6.gem) = 3317975819834c51508c2f62e2efeaa550293579 -Size (haml-4.0.6.gem) = 115712 bytes +SHA1 (haml-4.0.7.gem) = 8cd4dd26aabcbb769ddc53993ad87b212962c007 +RMD160 (haml-4.0.7.gem) = 04590498901b2942dc86661314a23d433d61d690 +Size (haml-4.0.7.gem) = 121856 bytes |