Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jun 2004 00:57:27 +0200
From:      Oliver Eikemeier <eikemeier@fillmore-labs.com>
To:        Ben Crowell <crowell04@lightandmatter.com>
Cc:        ports@FreeBSD.org
Subject:   Re: listing ports@FreeBSD.org as maintainer
Message-ID:  <DD2B0E7C-C631-11D8-9250-00039312D914@fillmore-labs.com>
In-Reply-To: <20040624171031.A16253@lightandmatter.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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@FreeBSD.org">maintainer</a> 
> of this port|"mailto:gnome@FreeBSD.org">gnome@FreeBSD.org mailing 
> list</a>|' \
> +                       -e 's|"mailto:ports@FreeBSD.org">maintainer</a> 
> of this port|"mailto:ports@FreeBSD.org">ports@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@..\1..,g to simplify 
your expression. Also, there are ports maintained by perl, x11 etc.

-Oliver



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?DD2B0E7C-C631-11D8-9250-00039312D914>