On Tue, 2007-10-23 at 01:22 -0700, source_changes@macosforge.org wrote:
Revision 30271 Author afb@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@macports.org*" $maintainers] || + [string match "*openmaintainer@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@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-changes -- Markus Weissmann http://www.mweissmann.de/ http://www.macports.org/
Markus Weissmann wrote:
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"?
Nope, that can be up to the individidual port maintainer... ? (whether they want their full email, or the obfuscated version) --anders
On Oct 23, 2007, at 11:23 AM, Anders F Björklund wrote:
Markus Weissmann wrote:
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"?
Nope, that can be up to the individidual port maintainer... ?
(whether they want their full email, or the obfuscated version)
--anders
Yes, individual maintainers should be allowed to decide whether to use full or obfuscated format. It's their spam, it's their predi... rogative ;-) -jmpp
participants (3)
-
Anders F Björklund
-
Juan Manuel Palacios
-
Markus Weissmann