Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
24 Apr 2022 12:10:13 6.2
|
Daniel Engberg (diizzy)  Author: takefu |
editors/nano: Update to 6.2
Changelog: https://www.nano-editor.org/news.php
PR: 262087
Approved by: danilo (maintainer timeout, 2+ months) |
18 Jan 2022 20:43:00 6.0
|
Danilo Egea Gondolfo (danilo)  |
editors/nano: Update to 6.0
PR: 260588 |
21 Oct 2021 17:40:26 5.9
|
Danilo Egea Gondolfo (danilo)  |
editors/nano: Update to 5.9
PR: 259124 |
28 Jun 2021 22:38:53 5.8
|
Danilo Egea Gondolfo (danilo)  |
editors/nano: Update to 5.8 |
19 May 2021 19:56:28 5.7
|
Danilo Egea Gondolfo (danilo)  |
editors/nano: Update to 5.7 |
07 Apr 2021 22:08:30 5.6.1
|
Matthias Andree (mandree)  Author: Daniel Engberg |
editors/nano: Update to 5.6.1
While here, drop obsolete nano-devel* CONFLICTS.
PR: 254127
Approved by: danilo@ (maintainer timeout, 31 days) |
06 Apr 2021 14:31:07 5.5
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
18 Jan 2021 20:52:39
5.5
|
danilo  |
editors/nano: Update to 5.5
PR: 252749 |
03 Dec 2020 20:34:05
5.4
|
danilo  |
editors/nano: Update to 5.4 |
29 Oct 2020 22:00:40
5.3
|
danilo  |
editors/nano: Update to 5.3 |
31 Aug 2020 11:59:09
5.2
|
danilo  |
- Update to 5.2
- Replace CONFIGURE_ENV by USES=pkgconfig. pkg-config will set the ncurses path
properly if the user has it installed via ports
PR: 248636 |
03 Aug 2020 11:38:33
5.0
|
danilo  |
- Update to 5.0 |
15 Jul 2020 19:55:45
4.9.3
|
danilo  |
- Update to 4.9.3 |
23 Apr 2020 20:52:17
4.9.2
|
danilo  |
- Update to 4.9.2
- Fix variable expansion in MASTER_SITES |
08 Feb 2020 19:42:00
4.8
|
danilo  |
- Update to 4.8 |
28 Jan 2020 16:25:50
4.7
|
danilo  |
- Update to 4.7 |
02 Jan 2020 09:48:55
4.6
|
bapt  |
Use ${NCURSES_IMPL} instead of hardcoding ncursesw |
02 Dec 2019 15:30:16
4.6
|
danilo  |
- Update to 4.6 |
13 Nov 2019 14:32:07
4.5
|
jbeich  |
Drop workaround for qemu-user-static hang after r517350
GSlice as used by qemu-user still aborts due to low RLIMIT_VMEM in an
emulated application but no longer hangs. While the behavior differs
from real hardware it matches the one from before r456518 that was
hardcoded as gl_cv_func_printf_enomem=no workaround.
PR: 224740 |
07 Oct 2019 19:23:15
4.5
|
danilo  |
- Update to 4.5 |
09 Sep 2019 12:13:37
4.4
|
danilo  |
- Update to 4.4 |
28 Jul 2019 19:36:23
4.3
|
danilo  |
- Use "localbase" instead of CPPFLAGS
Reported by: pkubaj |
28 Jul 2019 19:11:14
4.3
|
danilo  |
- Update to 4.3
- Re-introduce CPPFLAGS. Without it the configure test for libintl fails and
nano crashes when the user selects one of the NLS supported languages
PR: 239189 |
24 Jun 2019 03:24:45
4.2
|
koobs  |
editors/nano: Make several port improvements
* Switch to https:// MASTER_SITES
* Use provided .xz for distribution file, saving: 50.5% / 1415kB
* Add LICENSE_FILE
* Remove CPPFLAGS/LDFLAGS variables, added 19 years ago when the port
was first created. [1] They are incorrectly (globally) scoped, no
longer necessary and incorrect for the ncurses:base case. Instead use
Uses/ncurses.mk variables and provide these to configure to ensure
includes/lib searches and linking are never mixed between base and
ports.
[1] ports r29979
Approved by: danilo (maintainer)
MFH: 2019Q2 (blanket: bugfix)
Differential_Revision: D20660 |
25 Apr 2019 21:35:00
4.2
|
danilo  |
- Update to 4.2 |
22 Apr 2019 19:21:17
4.1
|
danilo  |
- Update to 4.1
This release has fixes for many issues found in 4.0 including a possible crash
Eg:
- https://savannah.gnu.org/bugs/?56023
- https://savannah.gnu.org/bugs/?56117
- https://savannah.gnu.org/bugs/?56119
- https://savannah.gnu.org/bugs/?55997
- https://savannah.gnu.org/bugs/?56076
Reported by: Benno Schulenberg
MFH: 2019Q2 |
01 Apr 2019 19:50:23
4.0
|
danilo  |
- Update to 4.0 |
18 Dec 2018 11:19:54
3.2
|
koobs  |
editors/nano: Fix build (configure) on ARM
The arm package builder when building this port, fails with the following
error during configure:
checking whether printf survives out-of-memory conditions...
=>> Killing runaway build after 21600 seconds with no output
The root cause is described in bug 224740, which has not been resolved yet:
low RLIMIT_VMEM hangs qemu due to GSlice allocation failure
In the meantime, this change applies a known workaround which has already
been applied in several ports, which disables the specific (hanging) configure
check, if the build is run with qemu emulation.
PR: 231346, 224740
Reported by: many
Approved by: portmgr (blanket: build fix, jfi)
MFH: 2018Q4 |
15 Dec 2018 11:55:13
3.2
|
danilo  |
- Remove groff dependency. The tarball already has the HTML files
- Remove unecessary REINPLACE_CMD
- Use post-install-{EXAMPLES,DOCS}-on to install the extra files
while here:
- Disable groff execution by the configure script
PR: 234000
Submitted by: Daniel Eisele <daniel_eisele AT gmx.de> |
11 Nov 2018 18:33:26
3.2
|
danilo  |
- Update to 3.2 |
10 Nov 2018 18:12:58
3.1_1
|
bapt  |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
27 Sep 2018 20:42:30
3.1
|
danilo  |
- Update to 3.1 |
14 Sep 2018 11:20:46
3.0_1
|
danilo  |
- Fix a misbinding of <Bsp>
When curses gives no code for Ctrl+Shift+Delete, do not fall back
to KEY_BACKSPACE, because then ^H and/or <Backspace> get bound to
'cutwordleft'.
This fixes https://savannah.gnu.org/bugs/?54642.
Bug was introduced with version 3.0, commit e6429e78.
Reported by: eadler |
11 Sep 2018 23:52:50
3.0
|
danilo  |
- Update to 3.0 |
03 Jun 2018 17:58:01
2.9.8
|
danilo  |
- Update to 2.9.8 |
19 May 2018 18:52:16
2.9.7
|
danilo  |
- Update to 2.9.7 |
03 May 2018 01:42:12
2.9.6
|
danilo  |
- Update to 2.9.6 |
30 Mar 2018 14:13:20
2.9.5
|
danilo  |
- Update to 2.9.5 |
10 Mar 2018 17:29:30
2.9.4
|
danilo  |
- Update to 2.9.4 |
12 Feb 2018 00:57:48
2.9.3
|
danilo  |
- Update to 2.9.3 |
04 Jan 2018 21:21:42
2.9.2
|
danilo  |
- Update to 2.9.2 |
30 Nov 2017 01:28:26
2.9.1
|
danilo  |
- Update to 2.9.1 |
04 Sep 2017 13:52:49
2.8.7
|
danilo  |
- Update to 2.8.7 |
30 Jul 2017 19:34:10
2.8.6
|
danilo  |
- Update to 2.8.6 |
05 Jul 2017 03:50:38
2.8.5
|
danilo  |
- Update to 2.8.5 |
25 May 2017 14:25:12
2.8.4
|
bapt  |
Register groff dependency which is used to generate the html documents
when DOCS is on |
21 May 2017 16:36:29
2.8.4
|
danilo  |
- Update to 2.8.4 |
07 May 2017 18:43:43
2.8.2
|
danilo  |
- Update to 2.8.2 |
13 Apr 2017 14:09:30
2.8.1
|
danilo  |
- Update to 2.8.1
PR: 218518 |
31 Mar 2017 14:41:05
2.8.0
|
danilo  |
- Update to 2.8.0 |
28 Feb 2017 00:42:48
2.7.5
|
danilo  |
- Update to 2.7.5 |
12 Jan 2017 01:57:54
2.7.4
|
danilo  |
- Update to 2.7.4 |
30 Dec 2016 10:41:43
2.7.3
|
danilo  |
- Update to 2.7.3 |
16 Dec 2016 17:12:40
2.7.2
|
danilo  |
- Update to 2.7.2 |
13 Nov 2016 23:03:20
2.7.1
|
danilo  |
- Update to 2.7.1 |
02 Sep 2016 00:42:45
2.7.0
|
danilo  |
- Update to 2.7.0 |
31 Jan 2016 13:25:29
2.4.3
|
marino  |
editors/nano: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket |
18 Nov 2015 11:00:23
2.4.3
|
danilo  |
- Update to 2.4.3 |
12 Jul 2015 18:36:03
2.4.2
|
danilo  |
- Update to 2.4.2 |
15 Apr 2015 15:07:11
2.4.1
|
danilo  |
- Update to 2.4.1 |
02 Apr 2015 15:52:49
2.4.0
|
danilo  |
- Simplify MASTER_SITES
Suggested by: danfe |
01 Apr 2015 19:34:08
2.4.0
|
danilo  |
- Update to 2.4.0 [1]
- Add EXAMPLES option
Submitted by: Leonardo Brondani Schenkel <leonardo@schenkel.net> [1] |
24 Nov 2014 02:01:42
2.2.6
|
danilo  |
- Use options helpers
- Simplify Makefile
- Take maintainership |
27 Oct 2014 12:19:13
2.2.6
|
bapt  |
Cleanup plist |
24 Sep 2014 06:00:10
2.2.6
|
eadler  |
Hand back my ports to the pool.
Ports require time and TLC which I no longer have. |
21 Feb 2014 13:36:35
2.2.6
|
ehaupt  |
Remove trailing whitespaces from category editors |
10 Feb 2014 13:54:28
2.2.6
|
ehaupt  |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
21 Jan 2014 23:40:23
2.2.6
|
bapt  |
Fix properties on pkg-plist |
29 Sep 2013 00:03:15
2.2.6
|
eadler  |
- Convert to staging |
20 Sep 2013 16:36:24
2.2.6
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors) |
16 Jul 2013 22:04:52
2.2.6
|
eadler  |
- Remove the conflicts with itself
- Move sections to pet portlint |
16 Jul 2013 21:59:48
2.2.6
|
eadler  |
Remove now excess verbiage.
Reviewed by: bapt |
24 Apr 2013 17:47:51
2.2.6
|
eadler  |
Convert to USES=gettext
Reviewed by: kwm |
28 Mar 2013 02:50:15
2.2.6
|
eadler  |
- Fix pkg-plist for nano and nano-devel.
- Incorporate patches from nano into nano-devel
- Other misc. fixes |
24 Mar 2013 15:50:37
2.2.6
|
eadler  |
Fix pkg-plist |
01 Mar 2013 19:12:56
2.2.6
|
eadler  |
- Pet portlint
- Move LICENSE to appropriate place
- Teach portscout that only even versions count |
20 Oct 2012 15:19:15
2.2.6
|
eadler  |
oops, committed from the wrong directory.
Pointyhat to: eadler
Feature safe: yes |
20 Oct 2012 15:16:20

|
eadler  |
Convert to OptionsNG
Feature safe: yes |
06 Oct 2012 14:35:46
2.2.6
|
eadler  |
Trim the headers in the ports I maintain. |
10 Jun 2012 15:32:53
2.2.6
|
eadler  |
Don't support pre 7.1 anymore. |
07 Nov 2011 06:38:17
2.2.6
|
miwi  |
- Another index fix |
07 Nov 2011 04:24:55
2.2.6 
|
miwi  |
- Get rid FreeBSD 6 support |
23 Sep 2011 22:26:39
2.2.6
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
21 Aug 2011 20:51:40
2.2.6
|
eadler  |
- change the email address I use to maintain ports
Approved by: bapt (mentor) |
21 Aug 2011 16:12:46
2.2.6
|
eadler  |
- change the email address I use to maintain ports
Approved by: bapt (mentor) |
02 Dec 2010 14:28:52
2.2.6
|
pav  |
- Update to 2.2.6
PR: ports/152481
Submitted by: Eitan Adler <lists@eitanadler.com> (maintainer) |
10 Aug 2010 03:00:02
2.2.5
|
sahil  |
- Update to 2.2.5
PR: ports/149483
Submitted by: Eitan Adler <lists@eitanadler.com> (maintainer) |
11 Jul 2010 18:41:15
2.2.4_1
|
sahil  |
- Update maintainer's email address
PR: ports/148497
Submitted by: Eitan Adler <eitanadlerlist@gmail.com> (maintainer) |
05 Jun 2010 19:59:12
2.2.4_1
|
miwi  |
- Add licence
PR: 147235
Submitted by: Eitan Adler <eitanadlerlist@gmail.com> (maintainer) |
31 May 2010 02:01:56
2.2.4_1
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
26 Apr 2010 17:45:24
2.2.4
|
tabthorpe  |
- Update to 2.2.4
PR: ports/146018
Submitted by: Eitan Adler <EitanAdlerList gmail.com> (maintainer)
Security: CVE-2010-1160
Security: CVE-2010-1161 |
12 Feb 2010 14:19:58
2.2.3
|
miwi  |
- Update to 2.2.3
PR: 143789
Submitted by: Eitan Adler <EitanAdlerList@gmail.com>(Maintainer) |
20 Jan 2010 12:52:16
2.2.2
|
wen  |
- Update to 2.2.2
PR: ports/143009
Submitted by: Eitan Adler <EitanAdlerList@gmail.com> (maintainer) |
13 Dec 2009 14:39:52
2.2.1
|
miwi  |
- Update to 2.2.1
PR: 141419
Submitted by: Eitan Adler <EitanAdlerList@gmail.com> (maintainer) |
01 Dec 2009 16:47:20
2.2.0
|
naddy  |
Update to 2.2.0 and pass maintainership to Eitan Adler.
PR: 141049
Submitted by: Eitan Adler <eitanadlerlist@gmail.com> |
30 Aug 2009 15:26:48
2.0.9_1
|
naddy  |
Fix segfault on 8.0.
PR: 138320
Submitted by: Andrew Brampton <brampton@gmail.com> |
25 Mar 2009 16:24:14
2.0.9
|
naddy  |
Mark MAKE_JOBS_SAFE for parallel building. |
13 Oct 2008 15:03:09
2.0.9
|
naddy  |
Update to 2.0.9: translation updates.
PR: 128038 |
25 Aug 2008 17:59:02
2.0.8
|
naddy  |
Update to 2.0.8, which incorporates some small bug fixes. |
21 Aug 2008 06:18:49
2.0.7_2
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |