pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/ruby-bluecloth textproc/ruby-bluecloth: switc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/41655b1b779f
branches:  trunk
changeset: 390594:41655b1b779f
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Dec 23 13:34:52 2022 +0000

description:
textproc/ruby-bluecloth: switch to use RUBYGEM_MANPAGES

Switch to use RUBYGEM_MANPAGES.

Bump PKGREVISION.

diffstat:

 textproc/ruby-bluecloth/Makefile |  5 +++--
 textproc/ruby-bluecloth/PLIST    |  3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r dc552de57047 -r 41655b1b779f textproc/ruby-bluecloth/Makefile
--- a/textproc/ruby-bluecloth/Makefile  Fri Dec 23 13:33:53 2022 +0000
+++ b/textproc/ruby-bluecloth/Makefile  Fri Dec 23 13:34:52 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2021/06/02 15:51:21 taca Exp $
+# $NetBSD: Makefile,v 1.13 2022/12/23 13:34:52 taca Exp $
 
 DISTNAME=      bluecloth-2.2.0
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -12,6 +12,7 @@
 USE_GCC_RUNTIME=       yes
 
 RUBYGEM_OPTIONS+=      --format-executable
+RUBYGEM_MANPAGES=      yes
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r dc552de57047 -r 41655b1b779f textproc/ruby-bluecloth/PLIST
--- a/textproc/ruby-bluecloth/PLIST     Fri Dec 23 13:33:53 2022 +0000
+++ b/textproc/ruby-bluecloth/PLIST     Fri Dec 23 13:34:52 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2021/05/21 11:11:19 nia Exp $
+@comment $NetBSD: PLIST,v 1.11 2022/12/23 13:34:52 taca Exp $
 bin/bluecloth${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_EXTSDIR}/bluecloth_ext.${RUBY_DLEXT}
@@ -111,3 +111,4 @@
 ${GEM_LIBDIR}/spec/lib/matchers.rb
 ${GEM_LIBDIR}/spec/markdowntest_spec.rb
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec
+${PLIST.rubygem_man}man/man1/bluecloth.1



Home | Main Index | Thread Index | Old Index