pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-ronn ruby-ronn: Remove man entries from ALT...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3bdbc60980d9
branches:  trunk
changeset: 382014:3bdbc60980d9
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Jul 18 12:44:47 2022 +0000

description:
ruby-ronn: Remove man entries from ALTERNATIVES.

pkg_alternatives does not support manual pages (it creates its own wrappers
based on the binary names), and including them breaks upgrade rebuilds.

Bump PKGREVISION.

diffstat:

 devel/ruby-ronn/ALTERNATIVES |  2 --
 devel/ruby-ronn/Makefile     |  4 ++--
 2 files changed, 2 insertions(+), 4 deletions(-)

diffs (21 lines):

diff -r f8845caa6834 -r 3bdbc60980d9 devel/ruby-ronn/ALTERNATIVES
--- a/devel/ruby-ronn/ALTERNATIVES      Mon Jul 18 10:16:46 2022 +0000
+++ b/devel/ruby-ronn/ALTERNATIVES      Mon Jul 18 12:44:47 2022 +0000
@@ -1,3 +1,1 @@
 bin/ronn @PREFIX@/bin/ronn@RUBY_SUFFIX@
-@PKGMANDIR@/man1/ronn.1 @PREFIX@/@PKGMANDIR@/man1/ronn@RUBY_SUFFIX@.1
-@PKGMANDIR@/man7/ronn-format.7 @PREFIX@/@PKGMANDIR@/man7/ronn-format@RUBY_SUFFIX@.7
diff -r f8845caa6834 -r 3bdbc60980d9 devel/ruby-ronn/Makefile
--- a/devel/ruby-ronn/Makefile  Mon Jul 18 10:16:46 2022 +0000
+++ b/devel/ruby-ronn/Makefile  Mon Jul 18 12:44:47 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2021/03/28 10:06:29 nia Exp $
+# $NetBSD: Makefile,v 1.4 2022/07/18 12:44:47 jperkin Exp $
 
 DISTNAME=              ronn-0.7.3
 PKGNAME=               ${RUBY_PKGPREFIX}-${DISTNAME}
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            devel textproc
 
 MAINTAINER=            nils%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index