<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/ftp/vsftpd-ext, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/'/>
<entry>
<title>*/*: De-orbit alias.mk</title>
<updated>2025-12-30T12:00:05+00:00</updated>
<author>
<name>Jason E. Hale</name>
<email>jhale@FreeBSD.org</email>
</author>
<published>2025-12-30T10:25:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=14f7c294305e39d5c31b770c9f79ad2266aef0e7'/>
<id>14f7c294305e39d5c31b770c9f79ad2266aef0e7</id>
<content type='text'>
Mk/Uses/alias.mk was an attempt for compat with DPorts, but has rotted.
This feature was never documented in the PHB, so there is no work to
be done by the docs@ team.

Nothing against DragonFly, but if DPorts still needs FreeBSD 9
support, they really should work that out with upstream projects.

Ultimately, we don't need to keep carrying this outdated feature that
doesn't affect us.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mk/Uses/alias.mk was an attempt for compat with DPorts, but has rotted.
This feature was never documented in the PHB, so there is no work to
be done by the docs@ team.

Nothing against DragonFly, but if DPorts still needs FreeBSD 9
support, they really should work that out with upstream projects.

Ultimately, we don't need to keep carrying this outdated feature that
doesn't affect us.
</pre>
</div>
</content>
</entry>
<entry>
<title>ftp/vsftpd-ext: make the rc script service jails aware</title>
<updated>2024-07-10T13:39:46+00:00</updated>
<author>
<name>Alexander Leidinger</name>
<email>netchild@FreeBSD.org</email>
</author>
<published>2024-07-10T13:37:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=73648ddbeca9d0d1d08e6c8c886ae136e94dc929'/>
<id>73648ddbeca9d0d1d08e6c8c886ae136e94dc929</id>
<content type='text'>
PR:		279642
Approved by:	maintainer timeout (1 month)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		279642
Approved by:	maintainer timeout (1 month)
</pre>
</div>
</content>
</entry>
<entry>
<title>ftp/vsftpd-ext: Moved man to share/man</title>
<updated>2024-02-23T19:01:27+00:00</updated>
<author>
<name>Muhammad Moinur Rahman</name>
<email>bofh@FreeBSD.org</email>
</author>
<published>2024-02-23T18:02:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=7b142cc14bfbee246d83c46232fcadd0d550ba28'/>
<id>7b142cc14bfbee246d83c46232fcadd0d550ba28</id>
<content type='text'>
Approved by:    portmgr (blanket)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:    portmgr (blanket)
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove WWW entries moved into port Makefiles</title>
<updated>2022-09-07T21:58:51+00:00</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:30:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add WWW entries to port Makefiles</title>
<updated>2022-09-07T21:10:59+00:00</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:06:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=b7f05445c00f2625aa19b4154ebcbce5ed2daa52'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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)
</pre>
</div>
</content>
</entry>
<entry>
<title>ftp: remove 'Created by' lines</title>
<updated>2022-07-20T14:21:53+00:00</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2022-07-20T14:21:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=30cd2420019282b4cd0c46c58292cf34fffd17bf'/>
<id>30cd2420019282b4cd0c46c58292cf34fffd17bf</id>
<content type='text'>
A big Thank You to the original contributors of these ports:

  *  Aaron Dalton &lt;aaron@FreeBSD.org&gt;
  *  Alexander Kriventsov
  *  Anders Nordby &lt;anders@fix.no&gt;
  *  Andreas Fehlner &lt;fehlner@gmx.de&gt;
  *  Andrew Pantyukhin &lt;infofarmer@FreeBSD.org&gt;
  *  Andrey Zakhvatov
  *  Antonio Carlos Venancio Junior (&lt;antonio@inf.ufsc.br&gt;)
  *  Chris Piazza &lt;cpiazza@FreeBSD.org&gt;
  *  Damjan Marion &lt;dmarion@open.hr&gt;
  *  Emanuel Haupt &lt;ehaupt@critical.ch&gt;
  *  Eric Freeman &lt;freebsdports@chillibear.com&gt;
  *  Frank DENIS
  *  Frank Laszlo &lt;laszlof@vonostingroup.com&gt;
  *  Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
  *  Gea-Suan Lin &lt;gslin@ccca.nctu.edu.tw&gt;
  *  George V. Neville-Neil &lt;gnn@FreeBSD.org&gt;
  *  Hye-Shik Chang
  *  Jordan Hubbard &lt;jkh@FreeBSD.org&gt;
  *  Jose Alonso Cardenas Marquez &lt;acardenas@bsd.org.pe&gt;
  *  Joseph Benden &lt;joe@thrallingpenguin.com&gt;
  *  Ju Pengfei &lt;jupengfei@gmail.com&gt;
  *  Jui-Nan Lin &lt;jnlin@freebsd.cs.nctu.edu.tw&gt;
  *  Mark Johnston &lt;markj@FreeBSD.org&gt;
  *  Martin Matuska (mm@FreeBSD.org)
  *  Marwan BURELLE &lt;marwan.burelle@lri.fr&gt;
  *  Maxim Ignatenko
  *  Maxim Sobolev &lt;sobomax@FreeBSD.org&gt;
  *  Neil Blakey-Milner
  *  Neil Blakey-Milner &lt;nbm@rucus.ru.ac.za&gt;
  *  Nick Leuta
  *  Nosov Artem &lt;chip-set@mail.ru&gt;
  *  Petr Holub &lt;hopet@ics.muni.cz&gt;
  *  Philippe Le Berre &lt;philippe@le-berre.com&gt;
  *  Piotr Kubaj &lt;pkubaj@anongoth.pl&gt;
  *  Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  Roman Bogorodskiy
  *  Sergey Matveychuk &lt;sem@FreeBSD.org&gt;
  *  Sergey Skvortsov &lt;skv@FreeBSD.org&gt;
  *  Stephane Legrand
  *  Sunpoet Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  TAKATSU Tomonari &lt;tota@FreeBSD.org&gt;
  *  Thomas Gellekum &lt;tg@FreeBSD.org&gt;
  *  Tom McLaughlin &lt;tmclaugh@sdf.lonestar.org&gt;
  *  Tomokazu ISHII &lt;t-ishii@tryplanet.com&gt;
  *  Ulrich Spoerlein &lt;uspoerlein@gmail.com&gt;
  *  Wen Heping &lt;wen@FreeBSD.org&gt;
  *  Xavier Beaudouin &lt;kiwi@oav.net&gt;
  *  Yasuhiro Fukuma &lt;yasuf@big.or.jp&gt;
  *  Ying-Chieh Liao &lt;ijliao@FreeBSD.org&gt;
  *  ache
  *  cy@FreeBSD.org
  *  ijliao
  *  ports
  *  torstenb
  *  will

With hat:	portmgr
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A big Thank You to the original contributors of these ports:

  *  Aaron Dalton &lt;aaron@FreeBSD.org&gt;
  *  Alexander Kriventsov
  *  Anders Nordby &lt;anders@fix.no&gt;
  *  Andreas Fehlner &lt;fehlner@gmx.de&gt;
  *  Andrew Pantyukhin &lt;infofarmer@FreeBSD.org&gt;
  *  Andrey Zakhvatov
  *  Antonio Carlos Venancio Junior (&lt;antonio@inf.ufsc.br&gt;)
  *  Chris Piazza &lt;cpiazza@FreeBSD.org&gt;
  *  Damjan Marion &lt;dmarion@open.hr&gt;
  *  Emanuel Haupt &lt;ehaupt@critical.ch&gt;
  *  Eric Freeman &lt;freebsdports@chillibear.com&gt;
  *  Frank DENIS
  *  Frank Laszlo &lt;laszlof@vonostingroup.com&gt;
  *  Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
  *  Gea-Suan Lin &lt;gslin@ccca.nctu.edu.tw&gt;
  *  George V. Neville-Neil &lt;gnn@FreeBSD.org&gt;
  *  Hye-Shik Chang
  *  Jordan Hubbard &lt;jkh@FreeBSD.org&gt;
  *  Jose Alonso Cardenas Marquez &lt;acardenas@bsd.org.pe&gt;
  *  Joseph Benden &lt;joe@thrallingpenguin.com&gt;
  *  Ju Pengfei &lt;jupengfei@gmail.com&gt;
  *  Jui-Nan Lin &lt;jnlin@freebsd.cs.nctu.edu.tw&gt;
  *  Mark Johnston &lt;markj@FreeBSD.org&gt;
  *  Martin Matuska (mm@FreeBSD.org)
  *  Marwan BURELLE &lt;marwan.burelle@lri.fr&gt;
  *  Maxim Ignatenko
  *  Maxim Sobolev &lt;sobomax@FreeBSD.org&gt;
  *  Neil Blakey-Milner
  *  Neil Blakey-Milner &lt;nbm@rucus.ru.ac.za&gt;
  *  Nick Leuta
  *  Nosov Artem &lt;chip-set@mail.ru&gt;
  *  Petr Holub &lt;hopet@ics.muni.cz&gt;
  *  Philippe Le Berre &lt;philippe@le-berre.com&gt;
  *  Piotr Kubaj &lt;pkubaj@anongoth.pl&gt;
  *  Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  Roman Bogorodskiy
  *  Sergey Matveychuk &lt;sem@FreeBSD.org&gt;
  *  Sergey Skvortsov &lt;skv@FreeBSD.org&gt;
  *  Stephane Legrand
  *  Sunpoet Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  TAKATSU Tomonari &lt;tota@FreeBSD.org&gt;
  *  Thomas Gellekum &lt;tg@FreeBSD.org&gt;
  *  Tom McLaughlin &lt;tmclaugh@sdf.lonestar.org&gt;
  *  Tomokazu ISHII &lt;t-ishii@tryplanet.com&gt;
  *  Ulrich Spoerlein &lt;uspoerlein@gmail.com&gt;
  *  Wen Heping &lt;wen@FreeBSD.org&gt;
  *  Xavier Beaudouin &lt;kiwi@oav.net&gt;
  *  Yasuhiro Fukuma &lt;yasuf@big.or.jp&gt;
  *  Ying-Chieh Liao &lt;ijliao@FreeBSD.org&gt;
  *  ache
  *  cy@FreeBSD.org
  *  ijliao
  *  ports
  *  torstenb
  *  will

With hat:	portmgr
</pre>
</div>
</content>
</entry>
<entry>
<title>all: Remove all other $FreeBSD keywords.</title>
<updated>2021-04-06T14:31:13+00:00</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-06T14:21:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=135fdeebb99c3569e42d8162b265e15d29bd937d'/>
<id>135fdeebb99c3569e42d8162b265e15d29bd937d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove # $FreeBSD$ from Makefiles.</title>
<updated>2021-04-06T14:31:07+00:00</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-06T11:55:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=305f148f482daf30dcf728039d03d019f88344eb'/>
<id>305f148f482daf30dcf728039d03d019f88344eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Add LICENSE_FILE</title>
<updated>2020-12-31T09:40:54+00:00</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2020-12-31T09:40:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=c5eaf1b6b12b8e6231e3a303fc5ed964c9488173'/>
<id>c5eaf1b6b12b8e6231e3a303fc5ed964c9488173</id>
<content type='text'>
- Update WWW

Approved by:	portmgr blanket
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Update WWW

Approved by:	portmgr blanket
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix build with -fno-common</title>
<updated>2020-10-05T10:55:53+00:00</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2020-10-05T10:55:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=96d506a3263d9672fd8aca5b65fd887a0a504281'/>
<id>96d506a3263d9672fd8aca5b65fd887a0a504281</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
