How to write FreeBSD in the maintainer field

Oliver Lehmann lehmann at ans-netz.de
Fri May 16 07:40:10 PDT 2003


Hi,

i'm just wondering how to write FreeBSD in the MAINTAINER field. I
remember that there was a commit "some" time ago where all emails got
lowercased "sorry, smtp is case insensitive".

How to write it "correctly"? ;)

Nothing about that in
http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/policies.html#POLICIES-MAINTAINER

olivleh1 at nudel ports> find . -name Makefile -exec grep -E \
'^MAINTAINER=[^@]*@freebsd' {} \; | wc -l
     306
olivleh1 at nudel ports> find . -name Makefile -exec grep -E \
'^MAINTAINER=[^@]*@FreeBSD' {} \; | wc -l
    5284

   Greetings
-- 
 Oliver Lehmann
        @home: lehmann at ans-netz.de
      @office: oliver.lehmann at mgi.de
         @www: http://www.pofo.de/  |  http://wishlist.ans-netz.de/


More information about the freebsd-ports mailing list