pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files {DE,}INSTALL_TEMPLATE are depre...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c28d8a3ec53
branches:  trunk
changeset: 514800:5c28d8a3ec53
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jun 18 08:18:18 2006 +0000

description:
{DE,}INSTALL_TEMPLATE are deprecated in favor of {DE,}INSTALL_TEMPLATES.

diffstat:

 pkgtools/pkglint/files/deprecated.map |  4 +++-
 pkgtools/pkglint/files/makevars.map   |  6 +++---
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (42 lines):

diff -r 789f6bdaaa7d -r 5c28d8a3ec53 pkgtools/pkglint/files/deprecated.map
--- a/pkgtools/pkglint/files/deprecated.map     Sun Jun 18 07:55:42 2006 +0000
+++ b/pkgtools/pkglint/files/deprecated.map     Sun Jun 18 08:18:18 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: deprecated.map,v 1.37 2006/06/17 19:24:49 rillig Exp $
+# $NetBSD: deprecated.map,v 1.38 2006/06/18 08:19:39 rillig Exp $
 #
 
 # This file contains names of Makefile variables and a short explanation
@@ -90,3 +90,5 @@
 # June 2006
 DEINSTALL_SRC          Use the pkginstall framework instead.
 INSTALL_SRC            Use the pkginstall framework instead.
+DEINSTALL_TEMPLATE     Use DEINSTALL_TEMPLATES instead.
+INSTALL_TEMPLATE       Use INSTALL_TEMPLATE instead.
diff -r 789f6bdaaa7d -r 5c28d8a3ec53 pkgtools/pkglint/files/makevars.map
--- a/pkgtools/pkglint/files/makevars.map       Sun Jun 18 07:55:42 2006 +0000
+++ b/pkgtools/pkglint/files/makevars.map       Sun Jun 18 08:18:18 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: makevars.map,v 1.119 2006/06/18 00:45:45 rillig Exp $
+# $NetBSD: makevars.map,v 1.120 2006/06/18 08:18:18 rillig Exp $
 #
 
 # This file contains the guessed type of some variables, according to
@@ -216,7 +216,7 @@
 CXXFLAGS*              List of CFlag [m:a,c:a,o:a,h:a]
 DEINSTALL_FILE         Pathname [m:s]
 DEINSTALL_SRC          List of Pathname [m:s,c:ds]
-DEINSTALL_TEMPLATE     List of Pathname [m:as,c:ads]
+DEINSTALL_TEMPLATES    List of Pathname [m:as,c:ads]
 DELAYED_ERROR_MSG      ShellCommand [*:u]
 DELAYED_WARNING_MSG    ShellCommand [*:u]
 DEPENDS                        InternalList of DependencyWithPath [$list]
@@ -327,7 +327,7 @@
 INSTALL_SCRIPT_DIR     ShellCommand [*:u]
 INSTALL_SRC            List of Pathname [m:s,c:ds]
 INSTALL_TARGET         List of Identifier [ruby*.mk:d, $simple]
-INSTALL_TEMPLATE       List of Pathname [m:as,c:ads]
+INSTALL_TEMPLATES      List of Pathname [m:as,c:ads]
 INSTALL_UNSTRIPPED     YesNo [m:s,c:s]
 INTERACTIVE_STAGE      List of { fetch extract configure build install } [m:s]
 IS_BUILTIN.*           YesNo_Indirectly [builtin.mk:s]



Home | Main Index | Thread Index | Old Index