listing ports@FreeBSD.org as maintainer

Oliver Eikemeier eikemeier at fillmore-labs.com
Thu Jun 24 15:58:24 PDT 2004


Ben Crowell wrote:
> Here's a context diff for the patch I would propose.
>
> $ diff --context bsd.port.mk.original bsd.port.mk
> *** bsd.port.mk.original        Thu Jun 24 14:41:44 2004
> --- bsd.port.mk Thu Jun 24 14:52:50 2004
> ***************
> *** 4461,4466 ****
> --- 4461,4468 ----
>                                         $${__softMAKEFLAGS} 
> pretty-print-run-depends-list)"'|' \
>                         -e 's|%%TOP%%|'"$$(${ECHO_CMD} ${CATEGORIES} | \
>                                                            ${SED} -e 
> 's| .*||' -e 's|[^/]*|..|g')"'/..|' \
> +                       -e 's|"mailto:gnome at FreeBSD.org">maintainer</a> 
> of this port|"mailto:gnome at FreeBSD.org">gnome at FreeBSD.org mailing 
> list</a>|' \
> +                       -e 's|"mailto:ports at FreeBSD.org">maintainer</a> 
> of this port|"mailto:ports at FreeBSD.org">ports at FreeBSD.org mailing 
> list</a>|' \
>                 ${TEMPLATES}/README.port >> $@
>
>   # The following two targets require an up-to-date INDEX in ${PORTSDIR}
>

Please send-pr the patch, so that it doesn't get lost:
   <http://www.freebsd.org/doc/en_US.ISO8859-1/articles/problem-
reports/pr-writing.html#AEN189>

Also include a rationale or a link to this thread.

Btw, you could use sed -E -e s,...(a|b|c)@...,..\1 at ..\1..,g to simplify 
your expression. Also, there are ports maintained by perl, x11 etc.

-Oliver



More information about the freebsd-ports mailing list