On Tue, 2007-10-23 at 01:22 -0700, [EMAIL PROTECTED] wrote:
> Revision
>         30271
> Author
>         [EMAIL PROTECTED]
> 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)

shouldn't that just be _any_ address with "@macports.org"?


-Markus

> Modified Paths
>       * trunk/base/src/port1.0/portlint.tcl
> Diff
> Modified: trunk/base/src/port1.0/portlint.tcl (30270 => 30271)
> 
> --- 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 "[EMAIL PROTECTED]" $maintainers] ||
> +        [string match "[EMAIL PROTECTED]" $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]} {
> _______________________________________________
> macports-changes mailing list
> [EMAIL PROTECTED]
> http://lists.macosforge.org/mailman/listinfo/macports-changes
-- 
Markus Weissmann
http://www.mweissmann.de/
http://www.macports.org/

_______________________________________________
macports-dev mailing list
macports-dev@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to