<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/editors/joe, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/'/>
<entry>
<title>editors/joe: Flavorize</title>
<updated>2026-05-16T18:42:10+00:00</updated>
<author>
<name>Kousuke Kannagi</name>
<email>mce@FreeBSD.org</email>
</author>
<published>2026-05-16T12:52:22+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=264b611f65fb70953e54e866cc2e6537b40d8027'/>
<id>264b611f65fb70953e54e866cc2e6537b40d8027</id>
<content type='text'>
flavore for those who don't need the desktop file.

PR:		295330
Approved by:	fluffy (mentor)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
flavore for those who don't need the desktop file.

PR:		295330
Approved by:	fluffy (mentor)
</pre>
</div>
</content>
</entry>
<entry>
<title>editors/joe: Update to 4.8</title>
<updated>2026-05-10T00:27:47+00:00</updated>
<author>
<name>Kousuke Kannagi</name>
<email>mce@FreeBSD.org</email>
</author>
<published>2026-05-08T11:15:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=6e9e9d18007c6a0ba0c069c96ba9d0b00021902e'/>
<id>6e9e9d18007c6a0ba0c069c96ba9d0b00021902e</id>
<content type='text'>
Take maintainership.
Remove USES=localbase and unnecessary LIBS+=.

https://raw.githubusercontent.com/joe-editor/joe/refs/tags/releases/joe-4.8/NEWS.md

PR:		294689
Approved by:	Juergen Gotteswinter &lt;juergen.gotteswinter@googlemail.com&gt;
        	(former maintainer, multiple consecutive timeouts)
Approved by:	fluffy (mentor)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Take maintainership.
Remove USES=localbase and unnecessary LIBS+=.

https://raw.githubusercontent.com/joe-editor/joe/refs/tags/releases/joe-4.8/NEWS.md

PR:		294689
Approved by:	Juergen Gotteswinter &lt;juergen.gotteswinter@googlemail.com&gt;
        	(former maintainer, multiple consecutive timeouts)
Approved by:	fluffy (mentor)
</pre>
</div>
</content>
</entry>
<entry>
<title>editors/joe: Moved man to share/man</title>
<updated>2024-02-23T16:54:18+00:00</updated>
<author>
<name>Muhammad Moinur Rahman</name>
<email>bofh@FreeBSD.org</email>
</author>
<published>2024-02-23T16:06:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=5590c36435975bf7e2d49249337eede96d00b115'/>
<id>5590c36435975bf7e2d49249337eede96d00b115</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>editors: remove 'Created by' lines</title>
<updated>2022-07-20T14:21:49+00:00</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2022-07-20T14:21:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=7cd7a8d850aa40bd9f93927a98e3664a54cf15e1'/>
<id>7cd7a8d850aa40bd9f93927a98e3664a54cf15e1</id>
<content type='text'>
A big Thank You to the original contributors of these ports:

  *  Adam Saponara &lt;as@php.net&gt;
  *  Adam Weinberger &lt;adamw@FreeBSD.org&gt;
  *  Akinori MUSHA aka knu &lt;knu@idaemons.org&gt;
  *  Alexey Dokuchaev &lt;danfe@FreeBSD.org&gt;
  *  Andreas Kohout &lt;shanee@augusta.de&gt;
  *  Andrej Zverev &lt;az@inec.ru&gt;
  *  Andrey Zakhvatov
  *  Anton Tornqvist &lt;antont@inbox.lv&gt;
  *  Bill Fumerola &lt;billf@chc-chimes.com&gt;
  *  Bob Eager &lt;bob@eager.cx&gt;
  *  Chris D. Faulhaber &lt;jedgar@fxp.org&gt;
  *  Chris Petrik &lt;chris@officialunix.com&gt;
  *  Christian Brueffer &lt;chris@unixpages.org&gt;
  *  Craig Leres &lt;leres@FreeBSD.org&gt;
  *  Daniel Eischen &lt;deischen@FreeBSD.org&gt;
  *  David O'Brien &lt;obrien@cs.ucdavis.edu&gt;
  *  David Thiel &lt;lx@redundancy.redundancy.org&gt;
  *  Diego Depaoli &lt;trebestie@gmail.com&gt;
  *  Dima Dorfman &lt;dima@unixfreak.org&gt;
  *  Dmitri Goutnik &lt;dg@syrec.org&gt;
  *  Dominic Mitchell
  *  Emanuel Haupt &lt;ehaupt@FreeBSD.org&gt;
  *  Frederic Cambus
  *  Gea-Suan Lin &lt;gslin@gslin.org&gt;
  *  Geoffrey Mainland &lt;mainland@apeiron.net&gt;
  *  Grzegorz Blach &lt;gblach@FreeBSD.org&gt;
  *  Hakisho Nukama &lt;nukama@gmail.com&gt;
  *  James Bailie &lt;jimmy@mammothcheese.ca&gt;
  *  Janos Mohacsi &lt;janos.mohacsi@bsd.hu&gt;
  *  Jason Evans &lt;jasone@FreeBSD.org&gt;
  *  Jean-Yves Lefort &lt;jylefort@brutele.be&gt;
  *  Jille Timmermans (jille@quis.cx)
  *  Joe Marcus Clarke &lt;marcus@FreeBSD.org&gt;
  *  Johannes Meixner &lt;johannes@perceivon.net&gt;
  *  John Merryweather Cooper et al
  *  Jun-ichiro itojun Itoh &lt;itojun@itojun.org&gt;
  *  KIMURA Yasuhiro &lt;yasu@utahime.org&gt;
  *  Kelly Yancey &lt;kbyanc@posi.net&gt;
  *  Kenneth Vestergaard Schmidt &lt;kvs@pil.dk&gt;
  *  Kris Kennaway &lt;kris@FreeBSD.org&gt;
  *  Leif Pedersen &lt;bilbo@devpit.org&gt;
  *  MANTANI Nobutaka &lt;nobutaka@nobutaka.com&gt;
  *  Mark Pulford &lt;mark@kyne.com.au&gt;
  *  Martin Blapp
  *  Matías Pizarro &lt;matias@pizarro.net&gt;
  *  Maxim Sobolev &lt;sobomax@FreeBSD.org&gt;
  *  Michael Johnson &lt;ahze@FreeBSD.org&gt;
  *  Michael Johnson &lt;ahze@ahze.net&gt;
  *  Michael L. Hostbaek (mich@freebsdcluster.org)
  *  Michael Vasilenko &lt;acid@stu.cn.ua&gt;
  *  Miguel Clara &lt;miguelmclara@gmail.com&gt;
  *  Mohammad S. Babaei &lt;info@babaei.net&gt;
  *  Nicola Vitale &lt;nivit@email.it&gt;
  *  Olga Smirnova &lt;mistresssilvara@hotmail.com&gt;
  *  Oliver Lehmann &lt;oliver@FreeBSD.org&gt;
  *  Olivier Cochard-Labbe &lt;olivier@FreeBSD.org&gt;
  *  Olivier Duchateau
  *  Patrick Li &lt;pat@databits.net&gt;
  *  Peter Wemm &lt;peter@FreeBSD.org&gt;
  *  Philippe Lefebvre &lt;nemesis@balistik.net&gt;
  *  Rimvydas Jasinskas &lt;zrj@ef.irc&gt;
  *  Roman Shterenzon &lt;roman@xpert.com&gt;
  *  Satoshi Asami (asami)
  *  Shaun Amott &lt;shaun@FreeBSD.org&gt;
  *  Shigeyuki FUKUSHIMA &lt;shige@FreeBSD.org&gt;
  *  Shigeyuki Fukushima &lt;shige@FreeBSD.org&gt;
  *  Stanislav Sedov &lt;stas@core.310.ru&gt;
  *  Thomas Gellekum &lt;tg@FreeBSD.org&gt;
  *  Vitaly Magerya &lt;vmagerya@gmail.com&gt;
  *  Xin LI &lt;delphij@FreeBSD.org&gt;
  *  Ying-Chieh Liao
  *  Ying-Chieh Liao &lt;ijliao@FreeBSD.org&gt;
  *  Yoichi NAKAYAMA &lt;yoichi@eken.phys.nagoya-u.ac.jp&gt;
  *  alepulver
  *  brett@peloton.physics.montana.edu
  *  buganini@gmail.com
  *  eric
  *  erich@rrnet.com
  *  gahr
  *  gelf
  *  giffunip@asme.org
  *  ijliao
  *  jkh
  *  joerg
  *  joseph@randomnetworks.com
  *  krion
  *  lightside &lt;lightside@gmx.com&gt;
  *  pgf
  *  rch@richard.eu.org
  *  tetsushi NAKAI &lt;nakai@tsl.pe.u-tokyo.ac.jp&gt;
  *  tg
  *  thierry@pompo.net
  *  torstenb@FreeBSD.org
  *  verm

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:

  *  Adam Saponara &lt;as@php.net&gt;
  *  Adam Weinberger &lt;adamw@FreeBSD.org&gt;
  *  Akinori MUSHA aka knu &lt;knu@idaemons.org&gt;
  *  Alexey Dokuchaev &lt;danfe@FreeBSD.org&gt;
  *  Andreas Kohout &lt;shanee@augusta.de&gt;
  *  Andrej Zverev &lt;az@inec.ru&gt;
  *  Andrey Zakhvatov
  *  Anton Tornqvist &lt;antont@inbox.lv&gt;
  *  Bill Fumerola &lt;billf@chc-chimes.com&gt;
  *  Bob Eager &lt;bob@eager.cx&gt;
  *  Chris D. Faulhaber &lt;jedgar@fxp.org&gt;
  *  Chris Petrik &lt;chris@officialunix.com&gt;
  *  Christian Brueffer &lt;chris@unixpages.org&gt;
  *  Craig Leres &lt;leres@FreeBSD.org&gt;
  *  Daniel Eischen &lt;deischen@FreeBSD.org&gt;
  *  David O'Brien &lt;obrien@cs.ucdavis.edu&gt;
  *  David Thiel &lt;lx@redundancy.redundancy.org&gt;
  *  Diego Depaoli &lt;trebestie@gmail.com&gt;
  *  Dima Dorfman &lt;dima@unixfreak.org&gt;
  *  Dmitri Goutnik &lt;dg@syrec.org&gt;
  *  Dominic Mitchell
  *  Emanuel Haupt &lt;ehaupt@FreeBSD.org&gt;
  *  Frederic Cambus
  *  Gea-Suan Lin &lt;gslin@gslin.org&gt;
  *  Geoffrey Mainland &lt;mainland@apeiron.net&gt;
  *  Grzegorz Blach &lt;gblach@FreeBSD.org&gt;
  *  Hakisho Nukama &lt;nukama@gmail.com&gt;
  *  James Bailie &lt;jimmy@mammothcheese.ca&gt;
  *  Janos Mohacsi &lt;janos.mohacsi@bsd.hu&gt;
  *  Jason Evans &lt;jasone@FreeBSD.org&gt;
  *  Jean-Yves Lefort &lt;jylefort@brutele.be&gt;
  *  Jille Timmermans (jille@quis.cx)
  *  Joe Marcus Clarke &lt;marcus@FreeBSD.org&gt;
  *  Johannes Meixner &lt;johannes@perceivon.net&gt;
  *  John Merryweather Cooper et al
  *  Jun-ichiro itojun Itoh &lt;itojun@itojun.org&gt;
  *  KIMURA Yasuhiro &lt;yasu@utahime.org&gt;
  *  Kelly Yancey &lt;kbyanc@posi.net&gt;
  *  Kenneth Vestergaard Schmidt &lt;kvs@pil.dk&gt;
  *  Kris Kennaway &lt;kris@FreeBSD.org&gt;
  *  Leif Pedersen &lt;bilbo@devpit.org&gt;
  *  MANTANI Nobutaka &lt;nobutaka@nobutaka.com&gt;
  *  Mark Pulford &lt;mark@kyne.com.au&gt;
  *  Martin Blapp
  *  Matías Pizarro &lt;matias@pizarro.net&gt;
  *  Maxim Sobolev &lt;sobomax@FreeBSD.org&gt;
  *  Michael Johnson &lt;ahze@FreeBSD.org&gt;
  *  Michael Johnson &lt;ahze@ahze.net&gt;
  *  Michael L. Hostbaek (mich@freebsdcluster.org)
  *  Michael Vasilenko &lt;acid@stu.cn.ua&gt;
  *  Miguel Clara &lt;miguelmclara@gmail.com&gt;
  *  Mohammad S. Babaei &lt;info@babaei.net&gt;
  *  Nicola Vitale &lt;nivit@email.it&gt;
  *  Olga Smirnova &lt;mistresssilvara@hotmail.com&gt;
  *  Oliver Lehmann &lt;oliver@FreeBSD.org&gt;
  *  Olivier Cochard-Labbe &lt;olivier@FreeBSD.org&gt;
  *  Olivier Duchateau
  *  Patrick Li &lt;pat@databits.net&gt;
  *  Peter Wemm &lt;peter@FreeBSD.org&gt;
  *  Philippe Lefebvre &lt;nemesis@balistik.net&gt;
  *  Rimvydas Jasinskas &lt;zrj@ef.irc&gt;
  *  Roman Shterenzon &lt;roman@xpert.com&gt;
  *  Satoshi Asami (asami)
  *  Shaun Amott &lt;shaun@FreeBSD.org&gt;
  *  Shigeyuki FUKUSHIMA &lt;shige@FreeBSD.org&gt;
  *  Shigeyuki Fukushima &lt;shige@FreeBSD.org&gt;
  *  Stanislav Sedov &lt;stas@core.310.ru&gt;
  *  Thomas Gellekum &lt;tg@FreeBSD.org&gt;
  *  Vitaly Magerya &lt;vmagerya@gmail.com&gt;
  *  Xin LI &lt;delphij@FreeBSD.org&gt;
  *  Ying-Chieh Liao
  *  Ying-Chieh Liao &lt;ijliao@FreeBSD.org&gt;
  *  Yoichi NAKAYAMA &lt;yoichi@eken.phys.nagoya-u.ac.jp&gt;
  *  alepulver
  *  brett@peloton.physics.montana.edu
  *  buganini@gmail.com
  *  eric
  *  erich@rrnet.com
  *  gahr
  *  gelf
  *  giffunip@asme.org
  *  ijliao
  *  jkh
  *  joerg
  *  joseph@randomnetworks.com
  *  krion
  *  lightside &lt;lightside@gmx.com&gt;
  *  pgf
  *  rch@richard.eu.org
  *  tetsushi NAKAI &lt;nakai@tsl.pe.u-tokyo.ac.jp&gt;
  *  tg
  *  thierry@pompo.net
  *  torstenb@FreeBSD.org
  *  verm

With hat:	portmgr
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix CONFLICTS entries of multiple ports</title>
<updated>2022-01-10T15:15:39+00:00</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-01-10T14:20:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=bcaf25a8c8046b094f6b5ab5bc258333bc326ee1'/>
<id>bcaf25a8c8046b094f6b5ab5bc258333bc326ee1</id>
<content type='text'>
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).

A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.

These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,

Approved by:	portmgr (implicit)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).

A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.

These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,

Approved by:	portmgr (implicit)
</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>editors/joe: Update to 4.6</title>
<updated>2018-07-07T14:35:51+00:00</updated>
<author>
<name>Tobias Kortkamp</name>
<email>tobik@FreeBSD.org</email>
</author>
<published>2018-07-07T14:35:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=bc2eb4b4da600a1a5541d74bd7ef8e261cf625fc'/>
<id>bc2eb4b4da600a1a5541d74bd7ef8e261cf625fc</id>
<content type='text'>
PR:		228761
Submitted by:	wen
Approved by:	juergen.gotteswinter@googlemail.com (maintainer timeout, 1 month)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		228761
Submitted by:	wen
Approved by:	juergen.gotteswinter@googlemail.com (maintainer timeout, 1 month)
</pre>
</div>
</content>
</entry>
<entry>
<title>editors/joe: Update to 4.5</title>
<updated>2017-10-08T10:17:59+00:00</updated>
<author>
<name>Tobias Kortkamp</name>
<email>tobik@FreeBSD.org</email>
</author>
<published>2017-10-08T10:17:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=7965fa516eafb9a4bdc4fbe3b40281488e412f75'/>
<id>7965fa516eafb9a4bdc4fbe3b40281488e412f75</id>
<content type='text'>
While here
- Add missing LICENSE_FILE
- Switch to options helpers
- USES=localbase
- Delete configure patch and set aspell directly via CONFIGURE_ENV
- Drop obsolete patch-tty.c.  setpgrp() always takes two arguments on
  supported FreeBSD releases and SETPGRP_VOID should always be undefined.

Changes:	https://sourceforge.net/p/joe-editor/mercurial/ci/default/tree/NEWS.md
PR:		222565
Approved by:	juergen.gotteswinter@googlemail.com (maintainer timeout, 2 weeks)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While here
- Add missing LICENSE_FILE
- Switch to options helpers
- USES=localbase
- Delete configure patch and set aspell directly via CONFIGURE_ENV
- Drop obsolete patch-tty.c.  setpgrp() always takes two arguments on
  supported FreeBSD releases and SETPGRP_VOID should always be undefined.

Changes:	https://sourceforge.net/p/joe-editor/mercurial/ci/default/tree/NEWS.md
PR:		222565
Approved by:	juergen.gotteswinter@googlemail.com (maintainer timeout, 2 weeks)
</pre>
</div>
</content>
</entry>
</feed>
