Received: by mail.netbsd.org (Postfix, from userid 605) id 7428F84ED2; Mon, 18 Jul 2022 12:47:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9EA6B84D6F for ; Mon, 18 Jul 2022 12:47:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id j3bgO7oKzqp0 for ; Mon, 18 Jul 2022 12:47:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D173984D13 for ; Mon, 18 Jul 2022 12:47:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CB29CFB1A; Mon, 18 Jul 2022 12:47:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1658148472272130" MIME-Version: 1.0 Date: Mon, 18 Jul 2022 12:47:52 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/lang/ruby30-base To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20220718124752.CB29CFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1658148472272130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Mon Jul 18 12:47:52 UTC 2022 Modified Files: pkgsrc/lang/ruby30-base: ALTERNATIVES Makefile Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/ruby30-base/ALTERNATIVES cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/ruby30-base/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1658148472272130 Content-Disposition: inline Content-Length: 1236 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/ruby30-base/ALTERNATIVES diff -u pkgsrc/lang/ruby30-base/ALTERNATIVES:1.3 pkgsrc/lang/ruby30-base/ALTERNATIVES:1.4 --- pkgsrc/lang/ruby30-base/ALTERNATIVES:1.3 Wed Nov 3 11:03:22 2021 +++ pkgsrc/lang/ruby30-base/ALTERNATIVES Mon Jul 18 12:47:52 2022 @@ -10,6 +10,3 @@ bin/rdoc @PREFIX@/bin/rdoc@RUBY_SUFFIX@ 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 Index: pkgsrc/lang/ruby30-base/Makefile diff -u pkgsrc/lang/ruby30-base/Makefile:1.7 pkgsrc/lang/ruby30-base/Makefile:1.8 --- pkgsrc/lang/ruby30-base/Makefile:1.7 Wed May 4 15:49:16 2022 +++ pkgsrc/lang/ruby30-base/Makefile Mon Jul 18 12:47:52 2022 @@ -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} --_----------=_1658148472272130--