pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-ronn



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Jul 18 12:44:47 UTC 2022

Modified Files:
        pkgsrc/devel/ruby-ronn: ALTERNATIVES Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-ronn/ALTERNATIVES
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-ronn/Makefile

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

Modified files:

Index: pkgsrc/devel/ruby-ronn/ALTERNATIVES
diff -u pkgsrc/devel/ruby-ronn/ALTERNATIVES:1.1 pkgsrc/devel/ruby-ronn/ALTERNATIVES:1.2
--- pkgsrc/devel/ruby-ronn/ALTERNATIVES:1.1     Sun Mar 28 10:05:55 2021
+++ pkgsrc/devel/ruby-ronn/ALTERNATIVES Mon Jul 18 12:44:47 2022
@@ -1,3 +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

Index: pkgsrc/devel/ruby-ronn/Makefile
diff -u pkgsrc/devel/ruby-ronn/Makefile:1.3 pkgsrc/devel/ruby-ronn/Makefile:1.4
--- pkgsrc/devel/ruby-ronn/Makefile:1.3 Sun Mar 28 10:06:29 2021
+++ pkgsrc/devel/ruby-ronn/Makefile     Mon Jul 18 12:44:47 2022
@@ -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