<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/net-mgmt/pandorafms_server, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/'/>
<entry>
<title>databases/p5-DBD-mysql: Fix for MariaDB users</title>
<updated>2024-04-07T09:36:13+00:00</updated>
<author>
<name>Florian Smeets</name>
<email>flo@FreeBSD.org</email>
</author>
<published>2024-04-06T23:32:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=92a030dffd4fd7c3f5abdd7a85b16086da294fe1'/>
<id>92a030dffd4fd7c3f5abdd7a85b16086da294fe1</id>
<content type='text'>
Add a new variable DBD_MYSQL, use that in *_DEPENDS and add mysql to USES
where required. DBD_MYSQL will automatically set the correct DBD dependency.

In cd16748194e2 databases/p5-DBD-mysql was updated to 5.x, in 5.x the
support for MariaDB was removed and only MySQL &gt;= 8.0 is supported.

In the 4.x releases MariaDB is still supported, according to upstream 4.x
will still be supported for a while [1], so use that for now when we detect
that MYSQL_FLAVOUR is set to mariadb. databases/p5-DBD-mysql4 was added in
d95f49cb3b54.

DBD:MariaDB would be another alternative, but migrating to it might need
more analysis than just staying with the 4.x releases of p5-DBD-mysql. This
thread on the amavis-users mailing list has a very good summary [2] from
the author of DBD:MariaDB.

This includes ideas and suggestions from vvd and mat. Thanks!

[1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277889#c17
[2] https://lists.amavis.org/pipermail/amavis-users/2024-March/006823.html

PR:		275100, 277889
Reviewed by:	vvd, mat
Fixes:	cd16748194e2
Differential Revision: https://reviews.freebsd.org/D44662
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a new variable DBD_MYSQL, use that in *_DEPENDS and add mysql to USES
where required. DBD_MYSQL will automatically set the correct DBD dependency.

In cd16748194e2 databases/p5-DBD-mysql was updated to 5.x, in 5.x the
support for MariaDB was removed and only MySQL &gt;= 8.0 is supported.

In the 4.x releases MariaDB is still supported, according to upstream 4.x
will still be supported for a while [1], so use that for now when we detect
that MYSQL_FLAVOUR is set to mariadb. databases/p5-DBD-mysql4 was added in
d95f49cb3b54.

DBD:MariaDB would be another alternative, but migrating to it might need
more analysis than just staying with the 4.x releases of p5-DBD-mysql. This
thread on the amavis-users mailing list has a very good summary [2] from
the author of DBD:MariaDB.

This includes ideas and suggestions from vvd and mat. Thanks!

[1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277889#c17
[2] https://lists.amavis.org/pipermail/amavis-users/2024-March/006823.html

PR:		275100, 277889
Reviewed by:	vvd, mat
Fixes:	cd16748194e2
Differential Revision: https://reviews.freebsd.org/D44662
</pre>
</div>
</content>
</entry>
<entry>
<title>net-mgmt/pandorafms_server: Move man pages to share/man</title>
<updated>2024-03-18T13:51:37+00:00</updated>
<author>
<name>Christian Weisgerber</name>
<email>naddy@FreeBSD.org</email>
</author>
<published>2024-03-18T13:22:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=bd93dd42f9e946693433f50b742c16b60b90bafc'/>
<id>bd93dd42f9e946693433f50b742c16b60b90bafc</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>net-mgmt/pandorafms_server: Remove noop replace</title>
<updated>2024-01-11T14:25:29+00:00</updated>
<author>
<name>Renato Botelho</name>
<email>garga@FreeBSD.org</email>
</author>
<published>2024-01-11T14:23:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=452483e59136c874a1a26e912961d004934e9653'/>
<id>452483e59136c874a1a26e912961d004934e9653</id>
<content type='text'>
There are no %%MAN1PREFIX on target file.  No functional changes
intended here
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are no %%MAN1PREFIX on target file.  No functional changes
intended here
</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>net-mgmt: remove 'Created by' lines</title>
<updated>2022-07-20T14:22:42+00:00</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2022-07-20T14:22:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=43ac3e28ab940adda213d535ac0b1f0792d456da'/>
<id>43ac3e28ab940adda213d535ac0b1f0792d456da</id>
<content type='text'>
A big Thank You to the original contributors of these ports:

  *  @BABOLO &lt;.@babolo.ru&gt;
  *  Alex Samorukov, samm@freebsd.org
  *  Alexander Kriventsov &lt;avk@vl.ru&gt;
  *  Alexander Sulfrian &lt;alexander@sulfrian.net&gt;
  *  Alexander Y. Grigoryev &lt;alexander.4mail@gmail.com&gt;
  *  Alexandre Biancalana &lt;ale@biancalanas.net&gt;
  *  Alexandre Snarskii &lt;snar@paranoia.ru&gt;
  *  Alexandre Snarskii &lt;snar@snar.spb.ru&gt;
  *  Alexey Bobkov &lt;mr.deadlystorm@gmail.com&gt;
  *  Alexey Dokuchaev &lt;danfe@FreeBSD.org&gt;
  *  Alexey V. Degtyarev
  *  Anders Nordby &lt;anders@FreeBSD.org&gt;
  *  Anders Troback
  *  Andreas Klemm &lt;andreas@klemm.gtn.com&gt;
  *  Andrew 'derfi' Sidorov &lt;derfi@vei.ru&gt;
  *  Andrew Pantyukhin &lt;infofarmer@FreeBSD.org&gt;
  *  Andrew Thompson &lt;andy@fud.org.nz&gt;
  *  Andrew Thompson &lt;thompsa@freebsd.org&gt;
  *  Anton Berezin &lt;tobez@FreeBSD.org&gt;
  *  Anton Berezin &lt;tobez@tobez.org&gt;
  *  Athanasios Douitsis &lt;aduitsis@cpan.org&gt;
  *  Babak Farrokhi &lt;farrokhi@FreeBSD.org&gt;
  *  Bartlomiej Rutkowski &lt;r@robakdesign.com&gt;
  *  Bill Fenner &lt;fenner@FreeBSD.org&gt;
  *  Blaz Zupan &lt;blaz@si.FreeBSD.org&gt;
  *  BluePex Security Solutions &lt;freebsd-ports@bluepex.com&gt;
  *  Boris Samorodov &lt;bsam@FreeBSDD.org&gt;
  *  Brad Davis &lt;brd@FreeBSD.org&gt;
  *  Brad Hendrickse &lt;bradh@uunet.co.za&gt;
  *  Brian Somers &lt;brian@FreeBSD.org&gt;
  *  Bruce M Simpson &lt;bms@FreeBSD.org&gt;
  *  Bruce Simpson
  *  Chris S.J. Peron &lt;maneo@bsdpro.com&gt;
  *  Chris St Denis &lt;chris@smartt.com&gt;
  *  Christer Edwards &lt;christer.edwards@gmail.com&gt;
  *  Christopher N. Harrell &lt;cnh@ivmg.net&gt;
  *  Clement Laforet &lt;sheepkiller@cultdeadsheep.org&gt;
  *  Corey Smith &lt;corsmith@gmail.com&gt;
  *  Craig Boston &lt;craig@yekse.gank.org&gt;
  *  Dave Cottlehuber &lt;dch@FreeBSD.org&gt;
  *  Dave Cottlehuber &lt;dch@skunkwerks.at&gt;
  *  David O'Brien (obrien@NUXI.com)
  *  David Shane Holden &lt;dpejesh@yahoo.com&gt;
  *  David Yeske &lt;dyeske@gmail.com&gt;
  *  Denis Shaposhnikov &lt;dsh@vlink.ru&gt;
  *  Dennis Herrmann &lt;adox@mcx2.org&gt;
  *  Dikshie &lt;dikshie@sfc.wide.ad.jp&gt;
  *  Dmitry Sivachenko &lt;demon@FreeBSD.org&gt;
  *  Domas Mituzas &lt;midom@dammit.lt&gt;
  *  Douglas Fraser &lt;doug@idmf.net&gt;
  *  Douglas K. Rand &lt;rand@iteris.com&gt;
  *  Douglas K. Rand &lt;rand@meridian-enviro.com&gt;
  *  Edwin Groothuis &lt;edwin@mavetju.org&gt;
  *  El Vampiro &lt;vampiro@rootshell.ru&gt;
  *  Emanuel Haupt &lt;ehaupt@FreeBSD.org&gt;
  *  Eric F Crist &lt;ecrist@secure-computing.net&gt;
  *  Eric Turgeon &lt;ericturgeon.bsd@gmail.org&gt;
  *  Eugene Grosbein &lt;eugen@FreeBSD.org&gt;
  *  Fotis Zabaras &lt;fotis@zabaras.eu&gt;
  *  Frank Wall &lt;freebsd@moov.de&gt;
  *  Frank Wall &lt;fw@moov.de&gt;
  *  Gea-Suan Lin &lt;gslin@gslin.org&gt;
  *  Geoffroy Desvernay &lt;dgeo@centrale-marseille.fr&gt;
  *  George Reid &lt;greid@ukug.uk.freebsd.org&gt;
  *  Gerrit Beine &lt;gerrit.beine@gmx.de&gt;
  *  Henrik Brix Andersen &lt;henrik@brixandersen.dk&gt;
  *  Holger Lamm &lt;holger@eit.uni-kl.de&gt;
  *  Hsin-Han You &lt;hhyou@cs.nctu.edu.tw&gt;
  *  Hung-Yi Chen &lt;gaod@hychen.org&gt;
  *  Inacio &lt;nacho319+freebsdZilla@gmail.com&gt;
  *  J.R. Oldroyd &lt;fbsd@opal.com&gt;
  *  JJ Behrens &lt;jj@nttmcl.com&gt;
  *  Jake Smith &lt;jake@xz.cx&gt;
  *  James FitzGibbon &lt;jfitz@FreeBSD.org&gt;
  *  James Flemer &lt;jflemer@acm.jhu.edu&gt;
  *  Janos Mohacsi &lt;janos.mohacsi@bsd.hu&gt;
  *  Janos Mohacsi &lt;mohacsi@niif.hu&gt;
  *  Janos.Mohacsi@bsd.hu
  *  Janos.Mohacsi@dante.org.uk
  *  Jason Helfman &lt;jgh@FreeBSD.org&gt;
  *  Jeremy Chadwick &lt;koitsu@FreeBSD.org&gt;
  *  Jerry A! &lt;jerry@thehutt.org&gt;
  *  Jev Björsell &lt;ports@ecadlabs.com&gt;
  *  Joe Clarke &lt;marcus@marcuscom.com
  *  Joe Clarke &lt;marcus@marcuscom.com&gt;
  *  Johannes Jost Meixner &lt;johannes@FreeBSD.org&gt;
  *  Johannes Jost Meixner &lt;johannes@perceivon.net&gt;
  *  Josh Carroll &lt;josh.carroll@gmail.com&gt;
  *  KIKUCHI Koichiro &lt;koichiro@rworks.jp&gt;
  *  Kevin Hung &lt;khung@nullaxiom.com&gt;
  *  Kian Mohageri &lt;kian.mohageri@gmail.com&gt;
  *  Kimura Fuyuki &lt;fuyuki@hadaly.org&gt;
  *  Kirill Ponomarew &lt;ponomarew@oberon.net&gt;
  *  Kris Kennaway &lt;kris@FreeBSD.org&gt;
  *  Lars Engels &lt;lars.engels@0x20.net&gt;
  *  Lars Thegler &lt;lars@thegler.dk&gt;
  *  Lawrence Chen &lt;beastie@tardisi.com&gt;
  *  Lev Walkin &lt;vlm@lionet.info&gt;
  *  Luca Pizzamiglio &lt;pizzamig@FreeBSD.org&gt;
  *  Mahdi Mokhtari &lt;mokhi63@gmail.com&gt;
  *  Manuel Kreutz &lt;mk@nomtec.net&gt;
  *  Marcin Cieslak &lt;saper@system.pl&gt;
  *  Mark Felder &lt;feld@FreeBSD.org&gt;
  *  Mark Pulford &lt;mark@kyne.com.au&gt;
  *  Martin Jackson &lt;mhjacks@swbell.net&gt;
  *  Martin Matuska &lt;mm@FreeBSD.org&gt;
  *  Mathieu Simon &lt;freebsd@simweb.ch&gt;
  *  Matt Moriarity &lt;matt@mattmoriarity.com&gt;
  *  Matt Peterson &lt;matt@peterson.org&gt;
  *  Matthew Seaman &lt;matthew@FreeBSD.org&gt;
  *  Michael L. Hostbaek (mich@freebsdcluster.org)
  *  Michael Lyngbøl &lt;lyngbol@wheel.dk&gt;
  *  Michael Reifenberger &lt;mr@FreeBSD.org&gt;
  *  Michal Hanula &lt;michal@hanu.la&gt;
  *  Mike Bristow &lt;mike@urgle.com&gt;
  *  Mikhail T. &lt;mi@aldan.algebra.com&gt;
  *  Mikolaj Golub &lt;to.my.trociny@gmail.com&gt;
  *  Muhammad Moinur Rahman &lt;5u623l20@gmail.com&gt;
  *  Muhammad Moinur Rahman &lt;bofh@FreeBSD.org&gt;
  *  Nicholas Esborn &lt;nick@netdot.net&gt;
  *  Nick F &lt;ffault@gmail.com&gt;
  *  Nick Hilliard
  *  Nick Hilliard &lt;nick@foobar.org&gt;
  *  Pakhom Golynga &lt;pg@pakhom.spb.ru&gt;
  *  Paul Chvostek &lt;paul@it.ca&gt;
  *  Paul Dlug &lt;paul@nerdlabs.com&gt;
  *  Paul Dlug&lt;paul@nerdlabs.com&gt;
  *  Pavel I Volkov
  *  Peter C. Lai &lt;cowbert@gmail.com&gt;
  *  Phil Phillips
  *  Pierre David &lt;pdagog@gmail.com&gt;, Jean Benoit &lt;jean@unistra.fr&gt;
  *  Rihaz Jerrin &lt;rihaz.jerrin@gmail.com&gt;
  *  Roar Pettersen &lt;roar@uib.no&gt;
  *  Russell A. Jackson &lt;rjackson@cserv62.csub.edu&gt;
  *  Ryan Steinmetz
  *  Ryan Steinmetz &lt;rpsfa@rit.edu&gt;
  *  Ryan Steinmetz &lt;zi@FreeBSD.org&gt;
  *  Serge Maslov &lt;serge@maslov.biz&gt;
  *  Sergey Skvortsov &lt;skv@protey.ru&gt;
  *  Sevan Janiyan &lt;venture37@geeklan.co.uk&gt;
  *  Shaun Amott &lt;shaun@inerd.com&gt;
  *  Simon 'corecode' Schubert &lt;corecode@corecode.ath.cx&gt;
  *  Stefan Esser &lt;se@FreeBSD.org&gt;
  *  Stefan Lambrev &lt;cheffo@freebsd-bg.org&gt;
  *  Stephen J. Roznowski &lt;sjr@home.net&gt;
  *  Steve Wills &lt;swills@FreeBSD.org&gt;
  *  Steven Kreuzer &lt;skreuzer@FreeBSD.org&gt;
  *  Tassilo Philipp &lt;tphilipp@potion-studios.com&gt;
  *  Thomas Spreng &lt;spreng@socket.ch&gt;
  *  Tim Bishop &lt;tdb@FreeBSD.org&gt;
  *  Timur I. Bakeyev &lt;bat@cpan.org&gt;
  *  Tom Judge &lt;tj@FreeBSD.org&gt;
  *  Tor Halvard "Squat" Furulund &lt;squat@squat.no&gt;
  *  Tsung-Han Yeh &lt;snowfly@yuntech.edu.tw&gt;
  *  Tsung-Han Yeh &lt;snowfly@yunteche.du.tw&gt;
  *  Tuc &lt;freebsd-ports@t-b-o-h.net&gt;
  *  Vaida Bogdan
  *  Veniamin Gvozdikov &lt;vg@FreeBSD.org&gt;
  *  Vladimir Ermakov &lt;samflanker@gmail.com&gt;
  *  Vladimir Kotal &lt;vlada@devnull.cz&gt;
  *  Wei-chun Chao
  *  Xavier Beaudouin &lt;kiwi@oav.net&gt;
  *  Ying-Chieh Chen &lt;yinjieh@csie.nctu.edu.tw&gt;
  *  Yuan-Chung Hsiao &lt;ychsiao@ychsiao.org&gt;
  *  anarcat@anarcat.ath.cx
  *  arved
  *  babak@farrokhi.net
  *  brock@cotcomsol.com
  *  clement@FreeBSD.org
  *  cnh@ivmg.net
  *  dom@happygiraffe.net
  *  dpejesh@yahoo.com
  *  ecronin@gizmolabs.org
  *  ehaupt@FreeBSD.org
  *  gpalmer
  *  gslin &lt;gslin@gslin.org&gt;
  *  hr &lt;holgerrepp@googlemail.com&gt;
  *  ijliao
  *  itojun@itojun.org
  *  jabley
  *  jabley@clear.co.nz
  *  jamrich.majo@gmail.com
  *  janos.mohacsi@bsd.hu
  *  joris
  *  joseph@randomnetworks.com
  *  marck@rinet.ru
  *  mich@FreeBSD.org
  *  mich@freebsdcluster.org
  *  nbm
  *  rea-fbsd@codelabs.ru
  *  rflynn@acsalaska.net
  *  salexanov@gmail.com
  *  sanpei@FreeBSD.org
  *  steinex
  *  torstenb
  *  trevor
  *  vfom@narod.ru
  * # Created by Kevin Bowling &lt;kbowling@FreeBSD.org&gt;

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:

  *  @BABOLO &lt;.@babolo.ru&gt;
  *  Alex Samorukov, samm@freebsd.org
  *  Alexander Kriventsov &lt;avk@vl.ru&gt;
  *  Alexander Sulfrian &lt;alexander@sulfrian.net&gt;
  *  Alexander Y. Grigoryev &lt;alexander.4mail@gmail.com&gt;
  *  Alexandre Biancalana &lt;ale@biancalanas.net&gt;
  *  Alexandre Snarskii &lt;snar@paranoia.ru&gt;
  *  Alexandre Snarskii &lt;snar@snar.spb.ru&gt;
  *  Alexey Bobkov &lt;mr.deadlystorm@gmail.com&gt;
  *  Alexey Dokuchaev &lt;danfe@FreeBSD.org&gt;
  *  Alexey V. Degtyarev
  *  Anders Nordby &lt;anders@FreeBSD.org&gt;
  *  Anders Troback
  *  Andreas Klemm &lt;andreas@klemm.gtn.com&gt;
  *  Andrew 'derfi' Sidorov &lt;derfi@vei.ru&gt;
  *  Andrew Pantyukhin &lt;infofarmer@FreeBSD.org&gt;
  *  Andrew Thompson &lt;andy@fud.org.nz&gt;
  *  Andrew Thompson &lt;thompsa@freebsd.org&gt;
  *  Anton Berezin &lt;tobez@FreeBSD.org&gt;
  *  Anton Berezin &lt;tobez@tobez.org&gt;
  *  Athanasios Douitsis &lt;aduitsis@cpan.org&gt;
  *  Babak Farrokhi &lt;farrokhi@FreeBSD.org&gt;
  *  Bartlomiej Rutkowski &lt;r@robakdesign.com&gt;
  *  Bill Fenner &lt;fenner@FreeBSD.org&gt;
  *  Blaz Zupan &lt;blaz@si.FreeBSD.org&gt;
  *  BluePex Security Solutions &lt;freebsd-ports@bluepex.com&gt;
  *  Boris Samorodov &lt;bsam@FreeBSDD.org&gt;
  *  Brad Davis &lt;brd@FreeBSD.org&gt;
  *  Brad Hendrickse &lt;bradh@uunet.co.za&gt;
  *  Brian Somers &lt;brian@FreeBSD.org&gt;
  *  Bruce M Simpson &lt;bms@FreeBSD.org&gt;
  *  Bruce Simpson
  *  Chris S.J. Peron &lt;maneo@bsdpro.com&gt;
  *  Chris St Denis &lt;chris@smartt.com&gt;
  *  Christer Edwards &lt;christer.edwards@gmail.com&gt;
  *  Christopher N. Harrell &lt;cnh@ivmg.net&gt;
  *  Clement Laforet &lt;sheepkiller@cultdeadsheep.org&gt;
  *  Corey Smith &lt;corsmith@gmail.com&gt;
  *  Craig Boston &lt;craig@yekse.gank.org&gt;
  *  Dave Cottlehuber &lt;dch@FreeBSD.org&gt;
  *  Dave Cottlehuber &lt;dch@skunkwerks.at&gt;
  *  David O'Brien (obrien@NUXI.com)
  *  David Shane Holden &lt;dpejesh@yahoo.com&gt;
  *  David Yeske &lt;dyeske@gmail.com&gt;
  *  Denis Shaposhnikov &lt;dsh@vlink.ru&gt;
  *  Dennis Herrmann &lt;adox@mcx2.org&gt;
  *  Dikshie &lt;dikshie@sfc.wide.ad.jp&gt;
  *  Dmitry Sivachenko &lt;demon@FreeBSD.org&gt;
  *  Domas Mituzas &lt;midom@dammit.lt&gt;
  *  Douglas Fraser &lt;doug@idmf.net&gt;
  *  Douglas K. Rand &lt;rand@iteris.com&gt;
  *  Douglas K. Rand &lt;rand@meridian-enviro.com&gt;
  *  Edwin Groothuis &lt;edwin@mavetju.org&gt;
  *  El Vampiro &lt;vampiro@rootshell.ru&gt;
  *  Emanuel Haupt &lt;ehaupt@FreeBSD.org&gt;
  *  Eric F Crist &lt;ecrist@secure-computing.net&gt;
  *  Eric Turgeon &lt;ericturgeon.bsd@gmail.org&gt;
  *  Eugene Grosbein &lt;eugen@FreeBSD.org&gt;
  *  Fotis Zabaras &lt;fotis@zabaras.eu&gt;
  *  Frank Wall &lt;freebsd@moov.de&gt;
  *  Frank Wall &lt;fw@moov.de&gt;
  *  Gea-Suan Lin &lt;gslin@gslin.org&gt;
  *  Geoffroy Desvernay &lt;dgeo@centrale-marseille.fr&gt;
  *  George Reid &lt;greid@ukug.uk.freebsd.org&gt;
  *  Gerrit Beine &lt;gerrit.beine@gmx.de&gt;
  *  Henrik Brix Andersen &lt;henrik@brixandersen.dk&gt;
  *  Holger Lamm &lt;holger@eit.uni-kl.de&gt;
  *  Hsin-Han You &lt;hhyou@cs.nctu.edu.tw&gt;
  *  Hung-Yi Chen &lt;gaod@hychen.org&gt;
  *  Inacio &lt;nacho319+freebsdZilla@gmail.com&gt;
  *  J.R. Oldroyd &lt;fbsd@opal.com&gt;
  *  JJ Behrens &lt;jj@nttmcl.com&gt;
  *  Jake Smith &lt;jake@xz.cx&gt;
  *  James FitzGibbon &lt;jfitz@FreeBSD.org&gt;
  *  James Flemer &lt;jflemer@acm.jhu.edu&gt;
  *  Janos Mohacsi &lt;janos.mohacsi@bsd.hu&gt;
  *  Janos Mohacsi &lt;mohacsi@niif.hu&gt;
  *  Janos.Mohacsi@bsd.hu
  *  Janos.Mohacsi@dante.org.uk
  *  Jason Helfman &lt;jgh@FreeBSD.org&gt;
  *  Jeremy Chadwick &lt;koitsu@FreeBSD.org&gt;
  *  Jerry A! &lt;jerry@thehutt.org&gt;
  *  Jev Björsell &lt;ports@ecadlabs.com&gt;
  *  Joe Clarke &lt;marcus@marcuscom.com
  *  Joe Clarke &lt;marcus@marcuscom.com&gt;
  *  Johannes Jost Meixner &lt;johannes@FreeBSD.org&gt;
  *  Johannes Jost Meixner &lt;johannes@perceivon.net&gt;
  *  Josh Carroll &lt;josh.carroll@gmail.com&gt;
  *  KIKUCHI Koichiro &lt;koichiro@rworks.jp&gt;
  *  Kevin Hung &lt;khung@nullaxiom.com&gt;
  *  Kian Mohageri &lt;kian.mohageri@gmail.com&gt;
  *  Kimura Fuyuki &lt;fuyuki@hadaly.org&gt;
  *  Kirill Ponomarew &lt;ponomarew@oberon.net&gt;
  *  Kris Kennaway &lt;kris@FreeBSD.org&gt;
  *  Lars Engels &lt;lars.engels@0x20.net&gt;
  *  Lars Thegler &lt;lars@thegler.dk&gt;
  *  Lawrence Chen &lt;beastie@tardisi.com&gt;
  *  Lev Walkin &lt;vlm@lionet.info&gt;
  *  Luca Pizzamiglio &lt;pizzamig@FreeBSD.org&gt;
  *  Mahdi Mokhtari &lt;mokhi63@gmail.com&gt;
  *  Manuel Kreutz &lt;mk@nomtec.net&gt;
  *  Marcin Cieslak &lt;saper@system.pl&gt;
  *  Mark Felder &lt;feld@FreeBSD.org&gt;
  *  Mark Pulford &lt;mark@kyne.com.au&gt;
  *  Martin Jackson &lt;mhjacks@swbell.net&gt;
  *  Martin Matuska &lt;mm@FreeBSD.org&gt;
  *  Mathieu Simon &lt;freebsd@simweb.ch&gt;
  *  Matt Moriarity &lt;matt@mattmoriarity.com&gt;
  *  Matt Peterson &lt;matt@peterson.org&gt;
  *  Matthew Seaman &lt;matthew@FreeBSD.org&gt;
  *  Michael L. Hostbaek (mich@freebsdcluster.org)
  *  Michael Lyngbøl &lt;lyngbol@wheel.dk&gt;
  *  Michael Reifenberger &lt;mr@FreeBSD.org&gt;
  *  Michal Hanula &lt;michal@hanu.la&gt;
  *  Mike Bristow &lt;mike@urgle.com&gt;
  *  Mikhail T. &lt;mi@aldan.algebra.com&gt;
  *  Mikolaj Golub &lt;to.my.trociny@gmail.com&gt;
  *  Muhammad Moinur Rahman &lt;5u623l20@gmail.com&gt;
  *  Muhammad Moinur Rahman &lt;bofh@FreeBSD.org&gt;
  *  Nicholas Esborn &lt;nick@netdot.net&gt;
  *  Nick F &lt;ffault@gmail.com&gt;
  *  Nick Hilliard
  *  Nick Hilliard &lt;nick@foobar.org&gt;
  *  Pakhom Golynga &lt;pg@pakhom.spb.ru&gt;
  *  Paul Chvostek &lt;paul@it.ca&gt;
  *  Paul Dlug &lt;paul@nerdlabs.com&gt;
  *  Paul Dlug&lt;paul@nerdlabs.com&gt;
  *  Pavel I Volkov
  *  Peter C. Lai &lt;cowbert@gmail.com&gt;
  *  Phil Phillips
  *  Pierre David &lt;pdagog@gmail.com&gt;, Jean Benoit &lt;jean@unistra.fr&gt;
  *  Rihaz Jerrin &lt;rihaz.jerrin@gmail.com&gt;
  *  Roar Pettersen &lt;roar@uib.no&gt;
  *  Russell A. Jackson &lt;rjackson@cserv62.csub.edu&gt;
  *  Ryan Steinmetz
  *  Ryan Steinmetz &lt;rpsfa@rit.edu&gt;
  *  Ryan Steinmetz &lt;zi@FreeBSD.org&gt;
  *  Serge Maslov &lt;serge@maslov.biz&gt;
  *  Sergey Skvortsov &lt;skv@protey.ru&gt;
  *  Sevan Janiyan &lt;venture37@geeklan.co.uk&gt;
  *  Shaun Amott &lt;shaun@inerd.com&gt;
  *  Simon 'corecode' Schubert &lt;corecode@corecode.ath.cx&gt;
  *  Stefan Esser &lt;se@FreeBSD.org&gt;
  *  Stefan Lambrev &lt;cheffo@freebsd-bg.org&gt;
  *  Stephen J. Roznowski &lt;sjr@home.net&gt;
  *  Steve Wills &lt;swills@FreeBSD.org&gt;
  *  Steven Kreuzer &lt;skreuzer@FreeBSD.org&gt;
  *  Tassilo Philipp &lt;tphilipp@potion-studios.com&gt;
  *  Thomas Spreng &lt;spreng@socket.ch&gt;
  *  Tim Bishop &lt;tdb@FreeBSD.org&gt;
  *  Timur I. Bakeyev &lt;bat@cpan.org&gt;
  *  Tom Judge &lt;tj@FreeBSD.org&gt;
  *  Tor Halvard "Squat" Furulund &lt;squat@squat.no&gt;
  *  Tsung-Han Yeh &lt;snowfly@yuntech.edu.tw&gt;
  *  Tsung-Han Yeh &lt;snowfly@yunteche.du.tw&gt;
  *  Tuc &lt;freebsd-ports@t-b-o-h.net&gt;
  *  Vaida Bogdan
  *  Veniamin Gvozdikov &lt;vg@FreeBSD.org&gt;
  *  Vladimir Ermakov &lt;samflanker@gmail.com&gt;
  *  Vladimir Kotal &lt;vlada@devnull.cz&gt;
  *  Wei-chun Chao
  *  Xavier Beaudouin &lt;kiwi@oav.net&gt;
  *  Ying-Chieh Chen &lt;yinjieh@csie.nctu.edu.tw&gt;
  *  Yuan-Chung Hsiao &lt;ychsiao@ychsiao.org&gt;
  *  anarcat@anarcat.ath.cx
  *  arved
  *  babak@farrokhi.net
  *  brock@cotcomsol.com
  *  clement@FreeBSD.org
  *  cnh@ivmg.net
  *  dom@happygiraffe.net
  *  dpejesh@yahoo.com
  *  ecronin@gizmolabs.org
  *  ehaupt@FreeBSD.org
  *  gpalmer
  *  gslin &lt;gslin@gslin.org&gt;
  *  hr &lt;holgerrepp@googlemail.com&gt;
  *  ijliao
  *  itojun@itojun.org
  *  jabley
  *  jabley@clear.co.nz
  *  jamrich.majo@gmail.com
  *  janos.mohacsi@bsd.hu
  *  joris
  *  joseph@randomnetworks.com
  *  marck@rinet.ru
  *  mich@FreeBSD.org
  *  mich@freebsdcluster.org
  *  nbm
  *  rea-fbsd@codelabs.ru
  *  rflynn@acsalaska.net
  *  salexanov@gmail.com
  *  sanpei@FreeBSD.org
  *  steinex
  *  torstenb
  *  trevor
  *  vfom@narod.ru
  * # Created by Kevin Bowling &lt;kbowling@FreeBSD.org&gt;

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>Convert to UCL &amp; cleanup pkg-message (categories n)</title>
<updated>2019-08-14T08:48:50+00:00</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2019-08-14T08:48:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=2614c95748849af51db4a047984962d7f2a37685'/>
<id>2614c95748849af51db4a047984962d7f2a37685</id>
<content type='text'>
(and missed 3 missed files from previous categories.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(and missed 3 missed files from previous categories.)
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Perl core modules</title>
<updated>2017-06-29T19:14:13+00:00</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2017-06-29T19:14:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=54726fadf9e981c14d09d118cb65bc451bd939ee'/>
<id>54726fadf9e981c14d09d118cb65bc451bd939ee</id>
<content type='text'>
- While I'm here, remove redundant LOCALBASE/bin from RUN_DEPENDS
- Bump PORTREVISION for dependency change

With hat:	perl
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- While I'm here, remove redundant LOCALBASE/bin from RUN_DEPENDS
- Bump PORTREVISION for dependency change

With hat:	perl
</pre>
</div>
</content>
</entry>
</feed>
