pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/ruby30-base ruby30-base: Remove man entries from ...



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

description:
ruby30-base: 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:

 lang/ruby30-base/ALTERNATIVES |  3 ---
 lang/ruby30-base/Makefile     |  4 ++--
 2 files changed, 2 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r 37ae9a1c38e1 -r 3f8436af1eac lang/ruby30-base/ALTERNATIVES
--- a/lang/ruby30-base/ALTERNATIVES     Mon Jul 18 12:45:05 2022 +0000
+++ b/lang/ruby30-base/ALTERNATIVES     Mon Jul 18 12:47:52 2022 +0000
@@ -10,6 +10,3 @@
 bin/ri @PREFIX@/bin/ri@RUBY_SUFFIX@
 bin/ruby @PREFIX@/bin/@RUBY_NAME@
 bin/typeprof @PREFIX@/bin/typeprof@RUBY_SUFFIX@
-@PKGMANDIR@/man1/erb.1 @PREFIX@/@PKGMANDIR@/man1/erb@RUBY_SUFFIX@.1
-@PKGMANDIR@/man1/irb.1 @PREFIX@/@PKGMANDIR@/man1/irb@RUBY_SUFFIX@.1
-@PKGMANDIR@/man1/ruby.1 @PREFIX@/@PKGMANDIR@/man1/ruby@RUBY_SUFFIX@.1
diff -r 37ae9a1c38e1 -r 3f8436af1eac lang/ruby30-base/Makefile
--- a/lang/ruby30-base/Makefile Mon Jul 18 12:45:05 2022 +0000
+++ b/lang/ruby30-base/Makefile Mon Jul 18 12:47:52 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2022/05/04 15:49:16 jperkin Exp $
+# $NetBSD: Makefile,v 1.8 2022/07/18 12:47:52 jperkin Exp $
 
 DISTNAME=      ${RUBY_DISTNAME}
 PKGNAME=       ${RUBY_PKGPREFIX}-base-${RUBY_VERSION}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    lang ruby
 MASTER_SITES=  ${MASTER_SITE_RUBY}
 



Home | Main Index | Thread Index | Old Index