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

Markus Weissmann mww at macports.org
Tue Oct 23 04:59:51 PDT 2007


On Tue, 2007-10-23 at 01:22 -0700, source_changes at macosforge.org wrote:
> Revision
>         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)

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 "*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]} {
> _______________________________________________
> macports-changes mailing list
> macports-changes at lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo/macports-changes
-- 
Markus Weissmann
http://www.mweissmann.de/
http://www.macports.org/



More information about the macports-dev mailing list