<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/shells/bash-completion, branch 12.4-eol</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=12.4-eol</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=12.4-eol'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2022-11-19T08:11:31Z</updated>
<entry>
<title>shells/bash-completion: Remove completion for makepkg</title>
<updated>2022-11-19T08:11:31Z</updated>
<author>
<name>Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2022-11-19T08:11:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8fa6a1896df671cf57883468527f423d9ca374fc'/>
<id>urn:sha1:8fa6a1896df671cf57883468527f423d9ca374fc</id>
<content type='text'>
- Bump PORTREVISION for package change

Reported by:	vishwin
Differential Revision:	https://reviews.freebsd.org/D33679
</content>
</entry>
<entry>
<title>Remove WWW entries moved into port Makefiles</title>
<updated>2022-09-07T21:58:51Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:30:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4'/>
<id>urn:sha1:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4</id>
<content type='text'>
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
</content>
</entry>
<entry>
<title>Add WWW entries to port Makefiles</title>
<updated>2022-09-07T21:10:59Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:06:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b7f05445c00f2625aa19b4154ebcbce5ed2daa52'/>
<id>urn:sha1:b7f05445c00f2625aa19b4154ebcbce5ed2daa52</id>
<content type='text'>
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
</content>
</entry>
<entry>
<title>shells: remove 'Created by' lines</title>
<updated>2022-07-20T14:22:59Z</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2022-07-20T14:22:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c3cc2da090370ea7d1a9ee06fd5a8fdc5ffc4dd8'/>
<id>urn:sha1:c3cc2da090370ea7d1a9ee06fd5a8fdc5ffc4dd8</id>
<content type='text'>
A big Thank You to the original contributors of these ports:

  *  Adam Weinberger &lt;adamw@FreeBSD.org&gt;
  *  Andreas Kohn &lt;andreas@syndrom23.de&gt;
  *  Carlos Jacobo Puga Medina &lt;cpm@FreeBSD.org&gt;
  *  Cyrille.Lefevre@laposte.net
  *  Danijel Tasov &lt;danielt@pilgerer.org&gt;
  *  David O'Brien &lt;obrien@NUXI.com&gt;
  *  Emanuel Haupt &lt;ehaupt@FreeBSD.org&gt;
  *  Hajimu UMEMOTO &lt;ume@FreeBSD.org&gt;
  *  Igor Pokrovsky &lt;ip@unixway.org&gt;
  *  Jean-Yves Lefort &lt;jylefort@brutele.be&gt;
  *  Kai Wang &lt;kaiw27@gmail.com&gt;
  *  Martin Wilke &lt;miwi@FreeBSD.org&gt;
  *  Nobuhiro Yasutomi &lt;nobu@psrc.isac.co.jp&gt;
  *  Oliver Eikemeier
  *  Patrick Gardella &lt;patrick@FreeBSD.org&gt;
  *  Pawel Pekala &lt;pawel@FreeBSD.org&gt;
  *  Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  Richard Rose &lt;freebsd-security@rikrose.net&gt;
  *  Sean Chittenden &lt;seanc@FreeBSD.org&gt;
  *  Sergey Matveychuk &lt;sem@FreeBSD.org&gt;
  *  Serhii (Sergey) Kozlov &lt;skozlov@FreeBSD.org&gt;
  *  Shinsuke Matsui &lt;smatsui@karashi.org&gt;
  *  Sunpoet Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  Sylvio Cesar &lt;sylvio@FreeBSD.org&gt;
  *  Thomas Gellekum &lt;tg@FreeBSD.org&gt;
  *  UMENO Takashi &lt;umeno@rr.iij4u.or.jp&gt;
  *  Vaida Bogdan
  *  Will Andrews &lt;andrews@technologist.com&gt;
  *  Ying-Chieh Liao &lt;ijliao@FreeBSD.org&gt;
  *  conrads@cox.net
  *  erich@rrnet.com
  *  gebhart@secnetix.de
  *  kirk@strauser.com
  *  mcglk@artlogix.com
  *  torstenb

With hat:	portmgr
</content>
</entry>
<entry>
<title>shells/bash-completion: Update FreeBSD Bash Completion to 1.2.0</title>
<updated>2021-11-10T15:29:33Z</updated>
<author>
<name>Mateusz Piotrowski</name>
<email>0mp@FreeBSD.org</email>
</author>
<published>2021-11-08T16:26:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2268d1be045857fd1d4cac810133a632db6d3783'/>
<id>urn:sha1:2268d1be045857fd1d4cac810133a632db6d3783</id>
<content type='text'>
Approved by:	maintainer
</content>
</entry>
<entry>
<title>Remove # $FreeBSD$ from Makefiles.</title>
<updated>2021-04-06T14:31:07Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-06T11:55:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=305f148f482daf30dcf728039d03d019f88344eb'/>
<id>urn:sha1:305f148f482daf30dcf728039d03d019f88344eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert REINPLACE_CMD to patch file</title>
<updated>2021-03-03T18:07:34Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2021-03-03T18:07:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5ad993381729d1f966dc3abb6981e2d2b23cf1c9'/>
<id>urn:sha1:5ad993381729d1f966dc3abb6981e2d2b23cf1c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix cross-build with qemu-user-static</title>
<updated>2020-08-30T20:23:02Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2020-08-30T20:23:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0261513768a934dec0317a3fb8e6fd76827b61f9'/>
<id>urn:sha1:0261513768a934dec0317a3fb8e6fd76827b61f9</id>
<content type='text'>
PR:		248829
Submitted by:	Christian Ullrich &lt;chris@chrullrich.net&gt;
</content>
</entry>
<entry>
<title>Remove FREEBSD option</title>
<updated>2020-08-30T07:14:17Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2020-08-30T07:14:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a33607662fdb6d83b0df22877130af60d86c183c'/>
<id>urn:sha1:a33607662fdb6d83b0df22877130af60d86c183c</id>
<content type='text'>
As a FreeBSD port, I see no need not to install the FreeBSD-specific bash completions.
</content>
</entry>
<entry>
<title>Update to 2.11</title>
<updated>2020-07-30T09:50:13Z</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2020-07-30T09:50:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c21accc56c6bef5e3cb9e17821d15e0023a32ab6'/>
<id>urn:sha1:c21accc56c6bef5e3cb9e17821d15e0023a32ab6</id>
<content type='text'>
Changes:	https://github.com/scop/bash-completion/releases
</content>
</entry>
</feed>
