pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_alternatives pkg_alternatives: Update to 1.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a9ec35a50ab
branches:  trunk
changeset: 347297:0a9ec35a50ab
user:      leot <leot%pkgsrc.org@localhost>
date:      Fri Jan 10 12:20:50 2020 +0000

description:
pkg_alternatives: Update to 1.7

Changes:
1.7
---
 - Adjust pkg_alternatives(8) to point to the real user configuration wrapper
   file and bump date

diffstat:

 pkgtools/pkg_alternatives/Makefile                 |  4 ++--
 pkgtools/pkg_alternatives/files/pkg_alternatives.8 |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (40 lines):

diff -r 2e11ff1a0495 -r 0a9ec35a50ab pkgtools/pkg_alternatives/Makefile
--- a/pkgtools/pkg_alternatives/Makefile        Fri Jan 10 12:07:22 2020 +0000
+++ b/pkgtools/pkg_alternatives/Makefile        Fri Jan 10 12:20:50 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2019/05/23 19:23:12 rillig Exp $
+# $NetBSD: Makefile,v 1.24 2020/01/10 12:20:50 leot Exp $
 #
 
-PKGNAME=       pkg_alternatives-1.6
+PKGNAME=       pkg_alternatives-1.7
 CATEGORIES=    pkgtools
 
 MAINTAINER=    jmmv%NetBSD.org@localhost
diff -r 2e11ff1a0495 -r 0a9ec35a50ab pkgtools/pkg_alternatives/files/pkg_alternatives.8
--- a/pkgtools/pkg_alternatives/files/pkg_alternatives.8        Fri Jan 10 12:07:22 2020 +0000
+++ b/pkgtools/pkg_alternatives/files/pkg_alternatives.8        Fri Jan 10 12:20:50 2020 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pkg_alternatives.8,v 1.6 2013/07/20 21:50:53 wiz Exp $
+.\" $NetBSD: pkg_alternatives.8,v 1.7 2020/01/10 12:20:50 leot Exp $
 .\"
 .\" pkg_alternatives - Generic wrappers for programs with similar interfaces
 .\" Copyright (c) 2005 Julio M. Merino Vidal <jmmv%NetBSD.org@localhost>
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd January 30, 2005
+.Dd January 10, 2020
 .Dt PKG_ALTERNATIVES 8
 .Os
 .Sh NAME
@@ -102,7 +102,7 @@
 .Dq wrapper
 word with the wrapper's absolute file name):
 .Bl -tag -width XXXX
-.It Pa ~/.alternatives/wrapper
+.It Pa ~/.pkg_alternatives/wrapper
 This is called the
 .Em user configuration file
 and is only read when not running as



Home | Main Index | Thread Index | Old Index