pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files As pointed out in PR 37113, it ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1e3b9e0b2bbd
branches:  trunk
changeset: 534153:1e3b9e0b2bbd
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Oct 12 20:16:01 2007 +0000

description:
As pointed out in PR 37113, it is dangerous to set MAINTAINER
unconditionally in Makefile.common, so warn about it.

diffstat:

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

diffs (18 lines):

diff -r e0ef1fc48881 -r 1e3b9e0b2bbd pkgtools/pkglint/files/makevars.map
--- a/pkgtools/pkglint/files/makevars.map       Fri Oct 12 20:13:29 2007 +0000
+++ b/pkgtools/pkglint/files/makevars.map       Fri Oct 12 20:16:01 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: makevars.map,v 1.169 2007/10/12 07:04:15 rillig Exp $
+# $NetBSD: makevars.map,v 1.170 2007/10/12 20:16:01 rillig Exp $
 #
 
 # This file contains the guessed type of some variables, according to
@@ -398,7 +398,7 @@
 LTCONFIG_OVERRIDE      List of Pathmask [m:as,c:a]
 MACHINE_ARCH           Identifier [$system]
 MACHINE_GNU_PLATFORM   PlatformTriple [$system]
-MAINTAINER             Mail_Address [m:s,c:ds]
+MAINTAINER             Mail_Address [m:s,c:d]
 MAKE                   ShellCommand [$system]
 MAKEFLAGS              List of ShellWord [$package_list]
 MAKEVARS               List of Varname [builtin.mk:a,b:a,h:a]



Home | Main Index | Thread Index | Old Index