pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkg_alternatives



Module Name:    pkgsrc
Committed By:   leot
Date:           Fri Jan 10 12:20:50 UTC 2020

Modified Files:
        pkgsrc/pkgtools/pkg_alternatives: Makefile
        pkgsrc/pkgtools/pkg_alternatives/files: pkg_alternatives.8

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


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/pkgtools/pkg_alternatives/Makefile
cvs rdiff -u -r1.6 -r1.7 \
    pkgsrc/pkgtools/pkg_alternatives/files/pkg_alternatives.8

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

Modified files:

Index: pkgsrc/pkgtools/pkg_alternatives/Makefile
diff -u pkgsrc/pkgtools/pkg_alternatives/Makefile:1.23 pkgsrc/pkgtools/pkg_alternatives/Makefile:1.24
--- pkgsrc/pkgtools/pkg_alternatives/Makefile:1.23      Thu May 23 19:23:12 2019
+++ pkgsrc/pkgtools/pkg_alternatives/Makefile   Fri Jan 10 12:20:50 2020
@@ -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

Index: pkgsrc/pkgtools/pkg_alternatives/files/pkg_alternatives.8
diff -u pkgsrc/pkgtools/pkg_alternatives/files/pkg_alternatives.8:1.6 pkgsrc/pkgtools/pkg_alternatives/files/pkg_alternatives.8:1.7
--- pkgsrc/pkgtools/pkg_alternatives/files/pkg_alternatives.8:1.6       Sat Jul 20 21:50:53 2013
+++ pkgsrc/pkgtools/pkg_alternatives/files/pkg_alternatives.8   Fri Jan 10 12:20:50 2020
@@ -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 @@ wrapper (replace the
 .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