pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-asciidoctor



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Dec 18 14:55:22 UTC 2022

Modified Files:
        pkgsrc/textproc/ruby-asciidoctor: Makefile PLIST

Log Message:
textproc/ruby-asciidoctor: add support to RUBYGEM_MANPAGES

Bump PKGREVISION since dependency might change.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/ruby-asciidoctor/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/ruby-asciidoctor/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/ruby-asciidoctor/Makefile
diff -u pkgsrc/textproc/ruby-asciidoctor/Makefile:1.8 pkgsrc/textproc/ruby-asciidoctor/Makefile:1.9
--- pkgsrc/textproc/ruby-asciidoctor/Makefile:1.8       Sun Dec  4 15:52:24 2022
+++ pkgsrc/textproc/ruby-asciidoctor/Makefile   Sun Dec 18 14:55:22 2022
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2022/12/04 15:52:24 taca Exp $
+# $NetBSD: Makefile,v 1.9 2022/12/18 14:55:22 taca Exp $
 
 DISTNAME=      asciidoctor-2.0.18
+PKGREVISION=   1
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -12,5 +13,9 @@ USE_LANGUAGES=        # none
 
 RUBYGEM_OPTIONS+=      --format-executable
 
+.include "../../mk/bsd.prefs.mk"
+
+RUBYGEM_MANPAGES?=     yes
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/ruby-asciidoctor/PLIST
diff -u pkgsrc/textproc/ruby-asciidoctor/PLIST:1.4 pkgsrc/textproc/ruby-asciidoctor/PLIST:1.5
--- pkgsrc/textproc/ruby-asciidoctor/PLIST:1.4  Mon Aug  9 14:58:02 2021
+++ pkgsrc/textproc/ruby-asciidoctor/PLIST      Sun Dec 18 14:55:22 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2021/08/09 14:58:02 rhialto Exp $
+@comment $NetBSD: PLIST,v 1.5 2022/12/18 14:55:22 taca Exp $
 bin/asciidoctor${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.yardopts
@@ -100,3 +100,4 @@ ${GEM_LIBDIR}/lib/asciidoctor/writer.rb
 ${GEM_LIBDIR}/man/asciidoctor.1
 ${GEM_LIBDIR}/man/asciidoctor.adoc
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec
+${PLIST.rubygem_man}man/man1/asciidoctor.1



Home | Main Index | Thread Index | Old Index