pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files Added DEPENDS_TARGET, FETCH_DEP...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df9c2efad072
branches:  trunk
changeset: 502160:df9c2efad072
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Nov 02 23:18:38 2005 +0000

description:
Added DEPENDS_TARGET, FETCH_DEPENDS, LIB_DEPENDS and RUN_DEPENDS to the
list of deprecated variables.

diffstat:

 pkgtools/pkglint/files/deprecated.map |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 9c63e7d24e8a -r df9c2efad072 pkgtools/pkglint/files/deprecated.map
--- a/pkgtools/pkglint/files/deprecated.map     Wed Nov 02 23:11:54 2005 +0000
+++ b/pkgtools/pkglint/files/deprecated.map     Wed Nov 02 23:18:38 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: deprecated.map,v 1.12 2005/10/24 19:52:26 rillig Exp $
+# $NetBSD: deprecated.map,v 1.13 2005/11/02 23:18:38 rillig Exp $
 #
 
 # This file contains names of Makefile variables and a short explanation
@@ -19,3 +19,7 @@
 NO_TOOLS               You can just remove it.
 NO_WRAPPER             You can just remove it.
 CONFLICT               Use CONFLICTS instead.
+DEPENDS_TARGET         Use DEPENDS instead.
+FETCH_DEPENDS          Use DEPENDS instead.
+LIB_DEPENDS            Use DEPENDS instead.
+RUN_DEPENDS            Use DEPENDS instead.



Home | Main Index | Thread Index | Old Index