Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
30 Apr 2022 19:16:42 5.58
|
Jason E. Hale (jhale)  |
editors/mp: Update to 5.58 |
24 Feb 2022 14:24:15 5.57
|
Jason E. Hale (jhale)  |
editors/mp: Update to 5.57
The source code for mpdm and mpsl was merged back into the main
project tree. |
01 May 2021 14:17:47 5.50
|
Jason E. Hale (jhale)  |
editors/mp: Update to 5.50 |
24 Apr 2021 22:36:13 5.49
|
Jason E. Hale (jhale)  |
editors/mp: Update to 5.49 |
12 Apr 2021 19:36:26 5.48
|
Jason E. Hale (jhale)  |
editors/mp: Update to 5.48 |
06 Apr 2021 14:31:07 5.47
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
15 Mar 2021 14:41:40
5.47
|
jhale  |
editors/mp: Update to 5.47 |
05 Feb 2021 16:21:15
5.46
|
jhale  |
editors/mp: Update to 5.46 |
16 Jan 2021 18:38:05
5.45
|
jhale  |
editors/mp: Update to 5.45
Remove LLD_UNSAFE - seems to link fine now without it |
31 Dec 2020 23:53:21
5.44
|
jhale  |
editors/mp: Update to 5.44 |
29 Jun 2020 20:09:53
5.41
|
jhale  |
Update editors/mp to 5.41 |
28 Dec 2019 21:17:15
5.36
|
jhale  |
editors/mp: Update to 5.36; unbreak |
06 Nov 2019 12:48:32
5.31_1 
|
antoine  |
Mark a few ports BROKEN, unfetchable |
13 Aug 2019 16:03:12
5.31_1
|
mat  |
Convert to UCL & cleanup pkg-message (categories e-g) |
26 Jul 2019 20:46:57
5.31_1
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
21 Mar 2019 23:53:16
5.31
|
jhale  |
editors/mp: Update to 5.31
- LICENSE was changed from GPLv2 to a Public Domain license
- UI options have been reconfigured so that if the user installs a GUI
(GTK2, GTK3, or QT5), mp-5 is also usable in the console via the
NCURSES or ANSI options
- mpsl and supporting data are no longer installed, but rather compiled into
the mp-5 binary
- Add pkg-message to explain the GUI color scheme change and how to revert
to the previous color scheme if so desired |
16 Mar 2019 15:52:16
5.2.13_3
|
tcberner  |
editors/mp: remove QT4 option (Qt4 deprecation)
Approved by: portmgr (implicit) |
12 Dec 2018 01:35:36
5.2.13_2
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
02 Dec 2018 15:41:48
5.2.13_1
|
rene  |
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741 |
29 Jul 2018 22:18:46
5.2.13_1
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
28 Jun 2018 17:39:55
5.2.13
|
tcberner  |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
14 Mar 2018 10:01:31
5.2.13
|
gahr  |
editors/mp: fix build with ncurses from base |
05 Mar 2018 16:20:31
5.2.13
|
jhale  |
Update to 5.2.13
Take maintainership
ANSI and QT5 interfaces added
Use OPTIONS_SINGLE to make it more clear that only one interface can be
selected at a time.
Port uses three configure scripts, but only the main one was receiving
CONFIGURE_ENV, so home-brew a do-configure target.
Use CONFIGURE_ENV to pass variables instead of substitutions. |
04 Mar 2018 03:12:31
5.2.11
|
jhale  |
- Fix build with aarch64, armv6, armv7
- Fix QT4 option on all platforms (needs USES=gmake, and fix for moc location)
- Remove some substitutions that didn't do anything
- Don't try to create directories already in mtree |
12 Feb 2018 05:55:07
5.2.11
|
yuri  |
editors/mp: Update to 5.2.11
Additional port changes:
* Changed to DISTVERSION
* Adjusted dependencies for GTK2/GTK3 options
Reported by: portscout
Approved by: tcberner (mentor, implicit) |
30 Nov 2017 06:13:35
5.2.10 
|
linimon  |
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run |
27 May 2017 16:48:41
5.2.10
|
linimon  |
Mark some ports failing on armv6, for errors classified as "compiler_error".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
12 Mar 2017 09:01:53
5.2.10
|
amdmi3  |
- Simplify installation
- Switch to options helpers |
14 Nov 2016 07:47:48
5.2.10
|
linimon  |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
01 Apr 2016 14:00:57
5.2.10
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
05 Feb 2016 18:56:22
5.2.10
|
marino  |
editors/mp: respect LDFLAGS |
12 Jan 2016 16:20:32
5.2.10
|
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
16 Oct 2015 16:51:12
5.2.10
|
marino  |
editors/mp: Upgrade version 5.2.9 => 5.2.10
PR: 201840
Submitted by: ports fury |
07 Sep 2015 07:00:09
5.2.9
|
danfe  |
- Stop lying about the port being broken on Tier-2 architectures
- Move OPTIONS block lower in the Makefile where it's typically found
- Augment port description text while I'm here
Tested on: flame (sparc64), eris (ia64), local Mac mini G4 (powerpc) |
24 Mar 2015 21:40:48
5.2.9
|
pawel  |
Update to version 5.2.9
PR: 198756
Submitted by: Anton Tornqvist <antont@inbox.lv> |
27 Oct 2014 12:19:13
5.2.8_1
|
bapt  |
Cleanup plist |
03 Jun 2014 06:32:38
5.2.8_1
|
miwi  |
- Restore NLS Support
Reported by: danfe |
03 Jun 2014 05:07:00
5.2.8
|
miwi  |
- Update to 5.2.8
PR: 190404 |
03 Jan 2014 23:42:11
5.2.7
|
danilo  |
- Update from 5.2.6 to 5.2.7
- Add stage support
while here
- Convert some "if's" to options helpers
PR: ports/185331
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
20 Sep 2013 16:36:24
5.2.6
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors) |
06 May 2013 15:34:18
5.2.6
|
bapt  |
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline |
27 Apr 2013 08:50:47
5.2.6
|
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
26 Apr 2013 07:03:07
5.2.6
|
miwi  |
- Update to 5.2.6
PR: 178029
Submitted by: Ports Fury |
24 Apr 2013 18:10:32
5.2.5
|
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
25 Mar 2013 06:06:56
5.2.5
|
miwi  |
- Update to version 5.2.5
PR: 177249
Submitted by: Ports Fury |
11 Dec 2012 17:53:25
5.2.4_1
|
bdrewery  |
- Convert SINGLE OPTION GUI to RADIO
Submitted by: bapt |
10 Dec 2012 19:11:12
5.2.4_1 
|
mm  |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
10 Dec 2012 17:07:22
5.2.4
|
bdrewery  |
- Update to 5.2.4 |
10 Dec 2012 02:37:21
5.2.3
|
ak  |
- Update MASTER_SITES
- Convert Makefile headers to new style
- Remove indefinite article from COMMENT
- Remove LICENSE_FILE since GPLv2 is in Templates/Licenses
PR: ports/174166
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
08 Sep 2012 05:39:03
5.2.3
|
linimon  |
Mark broken on powerpc and sparc64 (and presumably, ia64).
Hat: portmgr |
19 Jul 2012 17:26:49
5.2.3
|
sperber  |
- Update to version 5.2.3
PR: ports/169410
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by: beat (mentor) |
12 Jun 2012 10:34:46
5.2.2
|
bapt  |
Convert to new options framework |
06 Jun 2012 06:44:38
5.2.2
|
miwi  |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
21 Apr 2012 18:48:20
5.2.2
|
miwi  |
- Update to version 5.2.2
PR: 166882
Submitted by: Ports Fury |
14 Feb 2012 12:45:35
5.2.1_1
|
mm  |
Bump pcre library dependency due to 8.30 update |
25 Nov 2011 16:26:05
5.2.1
|
miwi  |
- Update to 5.2.1
PR: 162816
Submitted by: Ports Fury
Feature safe: yes |
02 Jul 2011 07:55:05
5.2.0
|
miwi  |
- Update to 5.2.0
PR: 158488
Submitted by: Ports Fury |
23 Mar 2011 17:54:43
5.1.4
|
dhn  |
- Update to 5.1.4
PR: ports/155809
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
20 Mar 2011 12:54:45
3.3.18b_2
|
miwi  |
- Get Rid MD5 support |
24 Sep 2010 09:49:56
3.3.18b_2
|
az  |
Drop maintainership |
31 May 2010 02:01:56
3.3.18b_2
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
02 Feb 2009 05:57:58
3.3.18b_1
|
az  |
Fix distfile location for fetch target
Reported by: pav-fetch-original mail |
06 Jun 2008 13:25:59
3.3.18b_1
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
03 Oct 2007 22:55:58
3.3.18b
|
edwin  |
Remove support for OSVERSION < 5 |
26 Nov 2006 17:55:35
3.3.18b
|
az  |
- Update to 3.3.18b and make it fetchable again
[1] It's PR in GNATS about this update, but i do not saw it and looks like can
not.
GNATS moving kill it :) So, author - thank you anyway
PR: ports/105719 [1] |
15 Sep 2006 18:11:55
3.3.18a
|
az  |
- Switch to version 3.3.18a |
26 Jul 2006 06:23:21
3.3.17_2
|
az  |
- Fix pkg-plist
- bump portrevision
PR: ports/100825
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> |
07 Mar 2006 08:28:06
3.3.17_1
|
ade  |
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit) |
22 Feb 2006 08:35:50
3.3.17
|
az  |
- Remove deprecated USE_REINPLACE
- Remove no longer exist core.inec.ru from MASTER_SITES list - R.I.P |
30 Jan 2006 14:45:07
3.3.17
|
az  |
- Update to version 3.3.17
See ChangeLog for more details. |
22 Jan 2006 05:52:28
3.3.16
|
edwin  |
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
17 Nov 2005 08:05:28
3.3.16
|
az  |
- Update to 3.3.16
- Grab maintainership (maintainer timeout > 1 month)
- Implement OPTIONS
PR: ports/83910
Submitted by: Andrej Zverev |
31 Mar 2004 03:12:58
3.2.9_1
|
trevor  |
SIZEify (maintainer timeout) |
04 Feb 2004 05:21:48
3.2.9_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
12 Dec 2003 11:47:26
3.2.9
|
markp  |
Update to 3.2.9. |
22 Feb 2003 16:18:35
3.2.7
|
markp  |
Update to 3.2.7.
De-pkg-comment. |
11 Feb 2003 13:12:16
3.2.5
|
markp  |
Fix build broken by version update.
Pointed out by: kris/bento |
09 Feb 2003 11:28:50
3.2.5
|
markp  |
Update to 3.2.5.
Add documentation. |
04 Nov 2002 03:17:29
3.1.8
|
edwin  |
PERL -> REINPLACE
and USE_PERL5 in some places
Noticed by: bento |
09 Mar 2002 10:25:58 
|
markp  |
Updated to 3.1.8. |
17 Feb 2002 07:08:01 
|
markp  |
Fixed MASTER_SITES. Updated to 3.1.7. |
30 Dec 2001 06:58:04 
|
markp  |
Updated to 3.1.5. |
18 Nov 2001 04:33:06 
|
markp  |
Updated to 3.1.4. |
27 Oct 2001 12:03:19 
|
markp  |
Updated to 3.1.3. |
30 Sep 2001 09:32:22 
|
markp  |
Updated to 3.1.1. |
29 Aug 2001 10:30:07 
|
markp  |
Update to 3.1.rc5. |
08 Jun 2001 06:36:46 
|
markp  |
Updated MAINTAINER to my new committer email address |
27 May 2001 10:19:27 
|
ijliao  |
upgrade to 3.0.98n |
17 Apr 2001 18:50:24 
|
will  |
Add mp 3.0.98k, a programming text editor. |