[30271] trunk/base/src/port1.0/portlint.tcl

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 23 01:22:54 PDT 2007


Revision: 30271
          http://trac.macosforge.org/projects/macports/changeset/30271
Author:   afb at macports.org
Date:     2007-10-23 01:22:54 -0700 (Tue, 23 Oct 2007)

Log Message:
-----------
warn if using full email adress for no/open maintainer (to make jmpp happy)

Modified Paths:
--------------
    trunk/base/src/port1.0/portlint.tcl

Modified: trunk/base/src/port1.0/portlint.tcl
===================================================================
--- trunk/base/src/port1.0/portlint.tcl	2007-10-23 08:17:42 UTC (rev 30270)
+++ trunk/base/src/port1.0/portlint.tcl	2007-10-23 08:22:54 UTC (rev 30271)
@@ -380,6 +380,12 @@
         incr warnings
     }
 
+    if {[string match "*nomaintainer at macports.org*" $maintainers] ||
+        [string match "*openmaintainer at macports.org*" $maintainers]} {
+        ui_warn "Using full email adress for no/open maintainer"
+        incr warnings
+    }
+
     if {[info exists patchfiles]} {
         foreach patchfile $patchfiles {
             if {![string match "patch-*.diff" $patchfile]} {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071023/26e9d750/attachment.html


More information about the macports-changes mailing list