<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/dns/dnsjava, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/'/>
<entry>
<title>*/*: bump portrevision after java_default=25 update</title>
<updated>2026-04-02T21:06:57+00:00</updated>
<author>
<name>Ronald Klop</name>
<email>ronald@FreeBSD.org</email>
</author>
<published>2026-04-02T21:04:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=86813e9ccf597695e26c8104e678f913689f1e93'/>
<id>86813e9ccf597695e26c8104e678f913689f1e93</id>
<content type='text'>
Included all ports that have USES=java.

PR:	293559
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Included all ports that have USES=java.

PR:	293559
</pre>
</div>
</content>
</entry>
<entry>
<title>*/*: bump portrevision after java_default=21 update</title>
<updated>2026-02-26T08:10:21+00:00</updated>
<author>
<name>Ronald Klop</name>
<email>ronald@FreeBSD.org</email>
</author>
<published>2026-02-25T21:12:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=2baaf16375792e66c71bc985f99e147f90be47fc'/>
<id>2baaf16375792e66c71bc985f99e147f90be47fc</id>
<content type='text'>
PR:	272855
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:	272855
</pre>
</div>
</content>
</entry>
<entry>
<title>dns/dnsjava: Build with Java 8 only</title>
<updated>2025-05-30T01:58:01+00:00</updated>
<author>
<name>Vladimir Druzenko</name>
<email>vvd@FreeBSD.org</email>
</author>
<published>2025-05-30T01:22:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=bd40f3987e8699e4bed3e9bf7f5f6cc521fd5e16'/>
<id>bd40f3987e8699e4bed3e9bf7f5f6cc521fd5e16</id>
<content type='text'>
Even with Java 11:
    [javac] error: Source option 1.4 is no longer supported. Use 6 or later.
    [javac] error: Target option 1.4 is no longer supported. Use 1.6 or later.

While here:
- replace PORTVERSION with DISTVERSION,
- update WWW,
- split long line.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Even with Java 11:
    [javac] error: Source option 1.4 is no longer supported. Use 6 or later.
    [javac] error: Target option 1.4 is no longer supported. Use 1.6 or later.

While here:
- replace PORTVERSION with DISTVERSION,
- update WWW,
- split long line.
</pre>
</div>
</content>
</entry>
<entry>
<title>Mk/**java.mk: Convert bsd.java.mk to USES</title>
<updated>2024-12-31T08:57:55+00:00</updated>
<author>
<name>Muhammad Moinur Rahman</name>
<email>bofh@FreeBSD.org</email>
</author>
<published>2024-12-27T19:10:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=0835676e361bca74b28b09fe0425ed5ee958f26b'/>
<id>0835676e361bca74b28b09fe0425ed5ee958f26b</id>
<content type='text'>
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
  USES=java:build,run if NO_BUILD is undefined. Else it defaults to
  USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
  USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
  extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
  build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
  build
- Instead of USE_JAVA=&lt;version&gt; use USES=java and JAVA_VERSION=&lt;version&gt;

Approved by: mat (portmgr), glewis
Differential Revision:  https://reviews.freebsd.org/D48201
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
  USES=java:build,run if NO_BUILD is undefined. Else it defaults to
  USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
  USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
  extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
  build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
  build
- Instead of USE_JAVA=&lt;version&gt; use USES=java and JAVA_VERSION=&lt;version&gt;

Approved by: mat (portmgr), glewis
Differential Revision:  https://reviews.freebsd.org/D48201
</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>dns: remove 'Created by' lines</title>
<updated>2022-07-20T14:21:47+00:00</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2022-07-20T14:21:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=66ee090ccad0160bf913ee776daa9c3bfdab1868'/>
<id>66ee090ccad0160bf913ee776daa9c3bfdab1868</id>
<content type='text'>
A big Thank You to the original contributors of these ports:

  *  Aaron Dalton &lt;aaron@FreeBSD.org&gt;
  *  Akinori MUSHA aka knu &lt;knu@idaemons.org&gt;
  *  Alex Samorukov &lt;samm@freebsd.org&gt;
  *  Alexey Dokuchaev &lt;danfe@FreeBSD.org&gt;
  *  Allan Jude &lt;allanjude@freebsd.org&gt;
  *  Amar Takhar &lt;verm@drunkmonk.net&gt;
  *  Anders Nordby &lt;anders@fix.no&gt;
  *  Andrew Greenwood &lt;greenwood.andy@gmail.com&gt;
  *  Anton Berezin &lt;tobez@FreeBSD.org&gt;
  *  Ashish SHUKLA &lt;ashish@FreeBSD.org&gt;
  *  Attila Nagy &lt;bra@fsn.hu&gt;
  *  Bas Kruit &lt;baskruit@bsltwr.dhis.org&gt;
  *  Bruce M. Simpson &lt;bms@FreeBSD.org&gt;
  *  Carlos J Puga Medina &lt;cpm@fbsd.es&gt;
  *  Chris St Denis (&lt;chris@ctgameinfo.com&gt;)
  *  Clement Laforet &lt;clement@FreeBSD.org&gt;
  *  Clement Laforet &lt;sheepkiller@cultdeadsheep.org&gt;
  *  Dan Langille &lt;dvl@FreeBSD.org&gt;
  *  Dan Pelleg &lt;daniel+mdnsd@pelleg.org&gt;
  *  Dan Smith &lt;dan@algenta.com&gt;
  *  David O'Brien (obrien@NUXI.com)
  *  Dean Hollister &lt;dean@odyssey.apana.org.au&gt;
  *  Dirk Froemberg &lt;dirk@FreeBSD.org&gt;
  *  Dmitry Pryadko &lt;d.pryadko@rambler-co.ru&gt;
  *  Dmitry Sivachenko &lt;mitya@yandex-team.ru&gt;
  *  Dominik Brettnacher &lt;domi@saargate.de&gt;
  *  Douglas Thrift &lt;douglas@douglasthrift.net&gt;
  *  Edwin Groothuis (edwin@mavetju.org)
  *  Edwin Groothuis &lt;edwin@mavetju.org&gt;
  *  Emanuel Haupt &lt;ehaupt@FreeBSD.org&gt;
  *  Emanuel Haupt &lt;ehaupt@critical.ch&gt;
  *  Eyal Soha &lt;esoha@attbi.com&gt;
  *  Filip Parag &lt;filip@parag.rs&gt;
  *  Filippo Natali &lt;filippo.natali@gmail.com&gt;
  *  Frank Behrens
  *  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;
  *  Goran Mekić &lt;meka@tilda.center&gt;
  *  Hajimu UMEMOTO &lt;ume@FreeBSD.org&gt;
  *  Herve Quiroz &lt;hq@FreeBSD.org&gt;
  *  Hirohisa Yamaguchi &lt;umq@ueo.co.jp&gt;
  *  Hye-Shik Chang &lt;perky@fallin.lv&gt;
  *  Jaap Akkerhuis &lt;jaap@NLnetLabs.nl&gt;
  *  James FitzGibbon &lt;jfitz@FreeBSD.org&gt;
  *  Jase Thew &lt;freebsd@beardz.net&gt;
  *  Jimmy Bergman jimmy@sigint.se
  *  Jin-Shan Tseng &lt;tjs@cdpa.nsysu.edu.tw&gt;
  *  Joe Barbish
  *  Jov &lt;amutu@amutu.com&gt;
  *  Jui-Nan Lin &lt;jnlin@freebsd.cs.nctu.edu.tw&gt;
  *  Karl Dietz (Karl.Dietz@frankfurt.netsurf.de)
  *  Kirill Ponomarew &lt;ponomarew@oberon.net&gt;
  *  Koen Martens &lt;gmc@sonologic.nl&gt;
  *  Konstantin Saurbier &lt;saurbier@math.uni-bielefeld.de&gt;
  *  Kostya Lukin &lt;lukin@okbmei.msk.su&gt;
  *  Kris Kennaway &lt;kris@FreeBSD.org&gt;
  *  Kubilay Kocak &lt;koobs@FreeBSD.org&gt;
  *  Kurt Jaeger &lt;fbsd-ports@opsec.eu&gt;
  *  Leo Vandewoestijne &lt;freebsd@dns-lab.com&gt;
  *  Leo Vandewoestijne &lt;freebsd@dns.company&gt;
  *  MIHIRA Yoshiro &lt;sanpei@jp.FreeBSD.org&gt;
  *  Marcin Gondek &lt;drixter@e-utp.net&gt;
  *  Mario Sergio Fujikawa Ferreira &lt;lioux@FreeBSD.org&gt;
  *  Mark Felder &lt;feld@FreeBSD.org&gt;
  *  Mark Linimon &lt;linimon@lonesome.com&gt;
  *  Mark Pulford &lt;mark@kyne.com.au&gt;
  *  Martin Matuska &lt;mm@FreeBSD.org&gt;
  *  Martin Wilke &lt;miwi@FreeBSD.org&gt;
  *  Matthew Hunt &lt;mph@pobox.com&gt;
  *  Matthew Seaman
  *  Michael Cardell Widerkrantz &lt;mc@hack.org&gt;
  *  Moritz Warning &lt;moritzwarning@web.de&gt;
  *  Natacha Porte &lt;natbsd@instinctive.eu&gt;
  *  Neil Blakey-Milner
  *  Olivier Duchateau
  *  Paul Chvostek &lt;paul@it.ca&gt;
  *  Paul Dlug &lt;paul@aps.org&gt;
  *  Philippe Pepiot &lt;phil@philpep.org&gt;
  *  Piotr Kubaj &lt;pkubaj@FreeBSD.org&gt;
  *  Piotr Kubaj &lt;pkubaj@anongoth.pl&gt;
  *  Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  Rafal Lesniak &lt;fbsd@grid.einherjar.de&gt;
  *  Roman Shterenzon &lt;roman@xpert.com&gt;
  *  Rong-En Fan &lt;rafan@FreeBSD.org&gt;
  *  Roy Marples &lt;roy@marples.name&gt;
  *  Ryan Steinmetz &lt;rpsfa@rit.edu&gt;
  *  Ryan Steinmetz &lt;zi@FreeBSD.org&gt;
  *  Sahil Tandon &lt;sahil@tandon.net&gt;
  *  Seamus Venasse &lt;svenasse@polaris.ca&gt;
  *  Sergei Kolobov &lt;sergei@FreeBSD.org&gt;
  *  Sergei Kolobov &lt;sergei@kolobov.com&gt;
  *  Sergey Matveychuk &lt;sem@FreeBSD.org&gt;
  *  Sergey Skvortsov &lt;skv@protey.ru&gt;
  *  Simon Dick &lt;simond@irrelevant.org&gt;
  *  Stefan Esser &lt;se@FreeBSD.org&gt;
  *  Steve Wills &lt;swills@FreeBSD.org&gt;
  *  Steve Wills &lt;swills@freebsd.org&gt;
  *  Steven Honson
  *  Sunpoet Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  Sunpoet Po-Chuan Hsieh &lt;sunpoet@sunpoet.net&gt;
  *  Timothy Beyer &lt;beyert@cs.ucr.edu&gt;
  *  Waitman Gobble &lt;waitman@waitman.net&gt;
  *  Wen Heping &lt;wen@FreeBSD.org&gt;
  *  Wen Heping &lt;wenheping@gmail.com&gt;
  *  Zane C, Bowers &lt;vvelox@vvelox.net&gt;
  *  adamw
  *  alexis
  *  andrew@ugh.net.au
  *  bkhl
  *  clsung
  *  clsung@dragon2.net
  *  dglo@ssec.wisc.edu
  *  dnscheckengine-port@academ.com (Stan Barber)
  *  fenner
  *  geniusj@ods.org
  *  ijliao
  *  ismail.yenigul@endersys.com.tr
  *  krion
  *  mark@foster.cc
  *  n@nectar.com
  *  roam@FreeBSD.org
  *  rodrigc@FreeBSD.org
  *  rpsfa@rit.edu
  *  sten@blinkenlights.nl

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;
  *  Akinori MUSHA aka knu &lt;knu@idaemons.org&gt;
  *  Alex Samorukov &lt;samm@freebsd.org&gt;
  *  Alexey Dokuchaev &lt;danfe@FreeBSD.org&gt;
  *  Allan Jude &lt;allanjude@freebsd.org&gt;
  *  Amar Takhar &lt;verm@drunkmonk.net&gt;
  *  Anders Nordby &lt;anders@fix.no&gt;
  *  Andrew Greenwood &lt;greenwood.andy@gmail.com&gt;
  *  Anton Berezin &lt;tobez@FreeBSD.org&gt;
  *  Ashish SHUKLA &lt;ashish@FreeBSD.org&gt;
  *  Attila Nagy &lt;bra@fsn.hu&gt;
  *  Bas Kruit &lt;baskruit@bsltwr.dhis.org&gt;
  *  Bruce M. Simpson &lt;bms@FreeBSD.org&gt;
  *  Carlos J Puga Medina &lt;cpm@fbsd.es&gt;
  *  Chris St Denis (&lt;chris@ctgameinfo.com&gt;)
  *  Clement Laforet &lt;clement@FreeBSD.org&gt;
  *  Clement Laforet &lt;sheepkiller@cultdeadsheep.org&gt;
  *  Dan Langille &lt;dvl@FreeBSD.org&gt;
  *  Dan Pelleg &lt;daniel+mdnsd@pelleg.org&gt;
  *  Dan Smith &lt;dan@algenta.com&gt;
  *  David O'Brien (obrien@NUXI.com)
  *  Dean Hollister &lt;dean@odyssey.apana.org.au&gt;
  *  Dirk Froemberg &lt;dirk@FreeBSD.org&gt;
  *  Dmitry Pryadko &lt;d.pryadko@rambler-co.ru&gt;
  *  Dmitry Sivachenko &lt;mitya@yandex-team.ru&gt;
  *  Dominik Brettnacher &lt;domi@saargate.de&gt;
  *  Douglas Thrift &lt;douglas@douglasthrift.net&gt;
  *  Edwin Groothuis (edwin@mavetju.org)
  *  Edwin Groothuis &lt;edwin@mavetju.org&gt;
  *  Emanuel Haupt &lt;ehaupt@FreeBSD.org&gt;
  *  Emanuel Haupt &lt;ehaupt@critical.ch&gt;
  *  Eyal Soha &lt;esoha@attbi.com&gt;
  *  Filip Parag &lt;filip@parag.rs&gt;
  *  Filippo Natali &lt;filippo.natali@gmail.com&gt;
  *  Frank Behrens
  *  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;
  *  Goran Mekić &lt;meka@tilda.center&gt;
  *  Hajimu UMEMOTO &lt;ume@FreeBSD.org&gt;
  *  Herve Quiroz &lt;hq@FreeBSD.org&gt;
  *  Hirohisa Yamaguchi &lt;umq@ueo.co.jp&gt;
  *  Hye-Shik Chang &lt;perky@fallin.lv&gt;
  *  Jaap Akkerhuis &lt;jaap@NLnetLabs.nl&gt;
  *  James FitzGibbon &lt;jfitz@FreeBSD.org&gt;
  *  Jase Thew &lt;freebsd@beardz.net&gt;
  *  Jimmy Bergman jimmy@sigint.se
  *  Jin-Shan Tseng &lt;tjs@cdpa.nsysu.edu.tw&gt;
  *  Joe Barbish
  *  Jov &lt;amutu@amutu.com&gt;
  *  Jui-Nan Lin &lt;jnlin@freebsd.cs.nctu.edu.tw&gt;
  *  Karl Dietz (Karl.Dietz@frankfurt.netsurf.de)
  *  Kirill Ponomarew &lt;ponomarew@oberon.net&gt;
  *  Koen Martens &lt;gmc@sonologic.nl&gt;
  *  Konstantin Saurbier &lt;saurbier@math.uni-bielefeld.de&gt;
  *  Kostya Lukin &lt;lukin@okbmei.msk.su&gt;
  *  Kris Kennaway &lt;kris@FreeBSD.org&gt;
  *  Kubilay Kocak &lt;koobs@FreeBSD.org&gt;
  *  Kurt Jaeger &lt;fbsd-ports@opsec.eu&gt;
  *  Leo Vandewoestijne &lt;freebsd@dns-lab.com&gt;
  *  Leo Vandewoestijne &lt;freebsd@dns.company&gt;
  *  MIHIRA Yoshiro &lt;sanpei@jp.FreeBSD.org&gt;
  *  Marcin Gondek &lt;drixter@e-utp.net&gt;
  *  Mario Sergio Fujikawa Ferreira &lt;lioux@FreeBSD.org&gt;
  *  Mark Felder &lt;feld@FreeBSD.org&gt;
  *  Mark Linimon &lt;linimon@lonesome.com&gt;
  *  Mark Pulford &lt;mark@kyne.com.au&gt;
  *  Martin Matuska &lt;mm@FreeBSD.org&gt;
  *  Martin Wilke &lt;miwi@FreeBSD.org&gt;
  *  Matthew Hunt &lt;mph@pobox.com&gt;
  *  Matthew Seaman
  *  Michael Cardell Widerkrantz &lt;mc@hack.org&gt;
  *  Moritz Warning &lt;moritzwarning@web.de&gt;
  *  Natacha Porte &lt;natbsd@instinctive.eu&gt;
  *  Neil Blakey-Milner
  *  Olivier Duchateau
  *  Paul Chvostek &lt;paul@it.ca&gt;
  *  Paul Dlug &lt;paul@aps.org&gt;
  *  Philippe Pepiot &lt;phil@philpep.org&gt;
  *  Piotr Kubaj &lt;pkubaj@FreeBSD.org&gt;
  *  Piotr Kubaj &lt;pkubaj@anongoth.pl&gt;
  *  Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  Rafal Lesniak &lt;fbsd@grid.einherjar.de&gt;
  *  Roman Shterenzon &lt;roman@xpert.com&gt;
  *  Rong-En Fan &lt;rafan@FreeBSD.org&gt;
  *  Roy Marples &lt;roy@marples.name&gt;
  *  Ryan Steinmetz &lt;rpsfa@rit.edu&gt;
  *  Ryan Steinmetz &lt;zi@FreeBSD.org&gt;
  *  Sahil Tandon &lt;sahil@tandon.net&gt;
  *  Seamus Venasse &lt;svenasse@polaris.ca&gt;
  *  Sergei Kolobov &lt;sergei@FreeBSD.org&gt;
  *  Sergei Kolobov &lt;sergei@kolobov.com&gt;
  *  Sergey Matveychuk &lt;sem@FreeBSD.org&gt;
  *  Sergey Skvortsov &lt;skv@protey.ru&gt;
  *  Simon Dick &lt;simond@irrelevant.org&gt;
  *  Stefan Esser &lt;se@FreeBSD.org&gt;
  *  Steve Wills &lt;swills@FreeBSD.org&gt;
  *  Steve Wills &lt;swills@freebsd.org&gt;
  *  Steven Honson
  *  Sunpoet Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  Sunpoet Po-Chuan Hsieh &lt;sunpoet@sunpoet.net&gt;
  *  Timothy Beyer &lt;beyert@cs.ucr.edu&gt;
  *  Waitman Gobble &lt;waitman@waitman.net&gt;
  *  Wen Heping &lt;wen@FreeBSD.org&gt;
  *  Wen Heping &lt;wenheping@gmail.com&gt;
  *  Zane C, Bowers &lt;vvelox@vvelox.net&gt;
  *  adamw
  *  alexis
  *  andrew@ugh.net.au
  *  bkhl
  *  clsung
  *  clsung@dragon2.net
  *  dglo@ssec.wisc.edu
  *  dnscheckengine-port@academ.com (Stan Barber)
  *  fenner
  *  geniusj@ods.org
  *  ijliao
  *  ismail.yenigul@endersys.com.tr
  *  krion
  *  mark@foster.cc
  *  n@nectar.com
  *  roam@FreeBSD.org
  *  rodrigc@FreeBSD.org
  *  rpsfa@rit.edu
  *  sten@blinkenlights.nl

With hat:	portmgr
</pre>
</div>
</content>
</entry>
<entry>
<title>dns/dnsjava: Drop maintainership</title>
<updated>2021-05-12T21:18:13+00:00</updated>
<author>
<name>Danilo Egea Gondolfo</name>
<email>danilo@FreeBSD.org</email>
</author>
<published>2021-05-12T21:18:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=71c83834af1da9864ff5ddf114ad5173e743078d'/>
<id>71c83834af1da9864ff5ddf114ad5173e743078d</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>Clean up after java/openjdk6 and java/openjdk6-jre removal</title>
<updated>2019-11-26T21:46:12+00:00</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2019-11-26T21:46:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=5a52a082347653e46a7330eb60d51230c01183ef'/>
<id>5a52a082347653e46a7330eb60d51230c01183ef</id>
<content type='text'>
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663).  Now this patch completely removes remaining stuff from the
ports tree.

PR:			241953 (exp-run)
Reviewed by:		glewis
Approved by:		portmgr (antoine)
Differential Revision:	https://reviews.freebsd.org/D22342
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663).  Now this patch completely removes remaining stuff from the
ports tree.

PR:			241953 (exp-run)
Reviewed by:		glewis
Approved by:		portmgr (antoine)
Differential Revision:	https://reviews.freebsd.org/D22342
</pre>
</div>
</content>
</entry>
</feed>
