Fri Dec 23 13:28:04 2022 UTC ()
devel/ruby-mustache: switch to use RUBYGEM_MANPAGES

Switch to use RUBYGEM_MANPAGES.

Bump PKGREVISION.


(taca)
diff -r1.3 -r1.4 pkgsrc/devel/ruby-mustache/Makefile
diff -r1.1 -r1.2 pkgsrc/devel/ruby-mustache/PLIST

cvs diff -r1.3 -r1.4 pkgsrc/devel/ruby-mustache/Makefile (switch to unified diff)

--- pkgsrc/devel/ruby-mustache/Makefile 2020/04/27 06:03:16 1.3
+++ pkgsrc/devel/ruby-mustache/Makefile 2022/12/23 13:28:04 1.4
@@ -1,21 +1,19 @@ @@ -1,21 +1,19 @@
1# $NetBSD: Makefile,v 1.3 2020/04/27 06:03:16 taca Exp $ 1# $NetBSD: Makefile,v 1.4 2022/12/23 13:28:04 taca Exp $
2 2
3DISTNAME= mustache-1.1.1 3DISTNAME= mustache-1.1.1
4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} 4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
 5PKGREVISION= 1
5CATEGORIES= devel 6CATEGORIES= devel
6 7
7MAINTAINER= nils@NetBSD.org 8MAINTAINER= nils@NetBSD.org
8HOMEPAGE= https://mustache.github.io/ 9HOMEPAGE= https://mustache.github.io/
9COMMENT= Logic-less Ruby templates 10COMMENT= Logic-less Ruby templates
10LICENSE= mit 11LICENSE= mit
11 12
12RUBYGEM_OPTIONS+= --format-executable 13RUBYGEM_OPTIONS+= --format-executable
 14RUBYGEM_MANPAGES= yes
13 15
14INSTALLATION_DIRS+= ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 16INSTALLATION_DIRS+= ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
15 17
16post-install: 
17 ${LN} -sf ${PREFIX}/${GEM_LIBDIR}/man/mustache.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/${RUBY_PKGPREFIX}-mustache.1 
18 ${LN} -sf ${PREFIX}/${GEM_LIBDIR}/man/mustache.5 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5/${RUBY_PKGPREFIX}-mustache.5 
19 
20.include "../../lang/ruby/gem.mk" 18.include "../../lang/ruby/gem.mk"
21.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/devel/ruby-mustache/PLIST (switch to unified diff)

--- pkgsrc/devel/ruby-mustache/PLIST 2017/08/21 11:49:31 1.1
+++ pkgsrc/devel/ruby-mustache/PLIST 2022/12/23 13:28:04 1.2
@@ -1,78 +1,78 @@ @@ -1,78 +1,78 @@
1@comment $NetBSD: PLIST,v 1.1 2017/08/21 11:49:31 nils Exp $ 1@comment $NetBSD: PLIST,v 1.2 2022/12/23 13:28:04 taca Exp $
2bin/mustache${RUBY_SUFFIX} 2bin/mustache${RUBY_SUFFIX}
3${GEM_HOME}/cache/${GEM_NAME}.gem 3${GEM_HOME}/cache/${GEM_NAME}.gem
4${GEM_LIBDIR}/LICENSE 4${GEM_LIBDIR}/LICENSE
5${GEM_LIBDIR}/README.md 5${GEM_LIBDIR}/README.md
6${GEM_LIBDIR}/Rakefile 6${GEM_LIBDIR}/Rakefile
7${GEM_LIBDIR}/bin/mustache 7${GEM_LIBDIR}/bin/mustache
8${GEM_LIBDIR}/lib/mustache.rb 8${GEM_LIBDIR}/lib/mustache.rb
9${GEM_LIBDIR}/lib/mustache/context.rb 9${GEM_LIBDIR}/lib/mustache/context.rb
10${GEM_LIBDIR}/lib/mustache/context_miss.rb 10${GEM_LIBDIR}/lib/mustache/context_miss.rb
11${GEM_LIBDIR}/lib/mustache/enumerable.rb 11${GEM_LIBDIR}/lib/mustache/enumerable.rb
12${GEM_LIBDIR}/lib/mustache/generator.rb 12${GEM_LIBDIR}/lib/mustache/generator.rb
13${GEM_LIBDIR}/lib/mustache/parser.rb 13${GEM_LIBDIR}/lib/mustache/parser.rb
14${GEM_LIBDIR}/lib/mustache/settings.rb 14${GEM_LIBDIR}/lib/mustache/settings.rb
15${GEM_LIBDIR}/lib/mustache/template.rb 15${GEM_LIBDIR}/lib/mustache/template.rb
16${GEM_LIBDIR}/lib/mustache/utils.rb 16${GEM_LIBDIR}/lib/mustache/utils.rb
17${GEM_LIBDIR}/lib/mustache/version.rb 17${GEM_LIBDIR}/lib/mustache/version.rb
18${GEM_LIBDIR}/man/mustache.1 18${GEM_LIBDIR}/man/mustache.1
19${GEM_LIBDIR}/man/mustache.1.html 19${GEM_LIBDIR}/man/mustache.1.html
20${GEM_LIBDIR}/man/mustache.1.ron 20${GEM_LIBDIR}/man/mustache.1.ron
21${GEM_LIBDIR}/man/mustache.5 21${GEM_LIBDIR}/man/mustache.5
22${GEM_LIBDIR}/man/mustache.5.html 22${GEM_LIBDIR}/man/mustache.5.html
23${GEM_LIBDIR}/man/mustache.5.ron 23${GEM_LIBDIR}/man/mustache.5.ron
24${GEM_LIBDIR}/test/autoloading_test.rb 24${GEM_LIBDIR}/test/autoloading_test.rb
25${GEM_LIBDIR}/test/fixtures/comments.mustache 25${GEM_LIBDIR}/test/fixtures/comments.mustache
26${GEM_LIBDIR}/test/fixtures/comments.rb 26${GEM_LIBDIR}/test/fixtures/comments.rb
27${GEM_LIBDIR}/test/fixtures/complex_view.mustache 27${GEM_LIBDIR}/test/fixtures/complex_view.mustache
28${GEM_LIBDIR}/test/fixtures/complex_view.rb 28${GEM_LIBDIR}/test/fixtures/complex_view.rb
29${GEM_LIBDIR}/test/fixtures/crazy_recursive.mustache 29${GEM_LIBDIR}/test/fixtures/crazy_recursive.mustache
30${GEM_LIBDIR}/test/fixtures/crazy_recursive.rb 30${GEM_LIBDIR}/test/fixtures/crazy_recursive.rb
31${GEM_LIBDIR}/test/fixtures/delimiters.mustache 31${GEM_LIBDIR}/test/fixtures/delimiters.mustache
32${GEM_LIBDIR}/test/fixtures/delimiters.rb 32${GEM_LIBDIR}/test/fixtures/delimiters.rb
33${GEM_LIBDIR}/test/fixtures/dot_notation.mustache 33${GEM_LIBDIR}/test/fixtures/dot_notation.mustache
34${GEM_LIBDIR}/test/fixtures/dot_notation.rb 34${GEM_LIBDIR}/test/fixtures/dot_notation.rb
35${GEM_LIBDIR}/test/fixtures/double_section.mustache 35${GEM_LIBDIR}/test/fixtures/double_section.mustache
36${GEM_LIBDIR}/test/fixtures/double_section.rb 36${GEM_LIBDIR}/test/fixtures/double_section.rb
37${GEM_LIBDIR}/test/fixtures/escaped.mustache 37${GEM_LIBDIR}/test/fixtures/escaped.mustache
38${GEM_LIBDIR}/test/fixtures/escaped.rb 38${GEM_LIBDIR}/test/fixtures/escaped.rb
39${GEM_LIBDIR}/test/fixtures/inner_partial.mustache 39${GEM_LIBDIR}/test/fixtures/inner_partial.mustache
40${GEM_LIBDIR}/test/fixtures/inner_partial.txt 40${GEM_LIBDIR}/test/fixtures/inner_partial.txt
41${GEM_LIBDIR}/test/fixtures/inverted_section.mustache 41${GEM_LIBDIR}/test/fixtures/inverted_section.mustache
42${GEM_LIBDIR}/test/fixtures/inverted_section.rb 42${GEM_LIBDIR}/test/fixtures/inverted_section.rb
43${GEM_LIBDIR}/test/fixtures/lambda.mustache 43${GEM_LIBDIR}/test/fixtures/lambda.mustache
44${GEM_LIBDIR}/test/fixtures/lambda.rb 44${GEM_LIBDIR}/test/fixtures/lambda.rb
45${GEM_LIBDIR}/test/fixtures/liberal.mustache 45${GEM_LIBDIR}/test/fixtures/liberal.mustache
46${GEM_LIBDIR}/test/fixtures/liberal.rb 46${GEM_LIBDIR}/test/fixtures/liberal.rb
47${GEM_LIBDIR}/test/fixtures/method_missing.rb 47${GEM_LIBDIR}/test/fixtures/method_missing.rb
48${GEM_LIBDIR}/test/fixtures/namespaced.mustache 48${GEM_LIBDIR}/test/fixtures/namespaced.mustache
49${GEM_LIBDIR}/test/fixtures/namespaced.rb 49${GEM_LIBDIR}/test/fixtures/namespaced.rb
50${GEM_LIBDIR}/test/fixtures/nested_objects.mustache 50${GEM_LIBDIR}/test/fixtures/nested_objects.mustache
51${GEM_LIBDIR}/test/fixtures/nested_objects.rb 51${GEM_LIBDIR}/test/fixtures/nested_objects.rb
52${GEM_LIBDIR}/test/fixtures/node.mustache 52${GEM_LIBDIR}/test/fixtures/node.mustache
53${GEM_LIBDIR}/test/fixtures/partial_with_module.mustache 53${GEM_LIBDIR}/test/fixtures/partial_with_module.mustache
54${GEM_LIBDIR}/test/fixtures/partial_with_module.rb 54${GEM_LIBDIR}/test/fixtures/partial_with_module.rb
55${GEM_LIBDIR}/test/fixtures/passenger.conf 55${GEM_LIBDIR}/test/fixtures/passenger.conf
56${GEM_LIBDIR}/test/fixtures/passenger.rb 56${GEM_LIBDIR}/test/fixtures/passenger.rb
57${GEM_LIBDIR}/test/fixtures/recursive.mustache 57${GEM_LIBDIR}/test/fixtures/recursive.mustache
58${GEM_LIBDIR}/test/fixtures/recursive.rb 58${GEM_LIBDIR}/test/fixtures/recursive.rb
59${GEM_LIBDIR}/test/fixtures/simple.mustache 59${GEM_LIBDIR}/test/fixtures/simple.mustache
60${GEM_LIBDIR}/test/fixtures/simple.rb 60${GEM_LIBDIR}/test/fixtures/simple.rb
61${GEM_LIBDIR}/test/fixtures/simply_complicated.mustache 61${GEM_LIBDIR}/test/fixtures/simply_complicated.mustache
62${GEM_LIBDIR}/test/fixtures/template_partial.mustache 62${GEM_LIBDIR}/test/fixtures/template_partial.mustache
63${GEM_LIBDIR}/test/fixtures/template_partial.rb 63${GEM_LIBDIR}/test/fixtures/template_partial.rb
64${GEM_LIBDIR}/test/fixtures/template_partial.txt 64${GEM_LIBDIR}/test/fixtures/template_partial.txt
65${GEM_LIBDIR}/test/fixtures/unescaped.mustache 65${GEM_LIBDIR}/test/fixtures/unescaped.mustache
66${GEM_LIBDIR}/test/fixtures/unescaped.rb 66${GEM_LIBDIR}/test/fixtures/unescaped.rb
67${GEM_LIBDIR}/test/fixtures/utf8.mustache 67${GEM_LIBDIR}/test/fixtures/utf8.mustache
68${GEM_LIBDIR}/test/fixtures/utf8_partial.mustache 68${GEM_LIBDIR}/test/fixtures/utf8_partial.mustache
69${GEM_LIBDIR}/test/helper.rb 69${GEM_LIBDIR}/test/helper.rb
70${GEM_LIBDIR}/test/mustache_test.rb 70${GEM_LIBDIR}/test/mustache_test.rb
71${GEM_LIBDIR}/test/parser_test.rb 71${GEM_LIBDIR}/test/parser_test.rb
72${GEM_LIBDIR}/test/partial_test.rb 72${GEM_LIBDIR}/test/partial_test.rb
73${GEM_LIBDIR}/test/spec_test.rb 73${GEM_LIBDIR}/test/spec_test.rb
74${GEM_LIBDIR}/test/template_test.rb 74${GEM_LIBDIR}/test/template_test.rb
75${GEM_HOME}/specifications/${GEM_NAME}.gemspec 75${GEM_HOME}/specifications/${GEM_NAME}.gemspec
76man/man1/${RUBY_PKGPREFIX}-mustache.1 76${PLIST.rubygem_man}man/man1/mustache.1
77man/man5/${RUBY_PKGPREFIX}-mustache.5 77${PLIST.rubygem_man}man/man5/mustache.5
78@pkgdir lib/ruby/gems/2.0.0/build_info 78@pkgdir lib/ruby/gems/2.0.0/build_info