Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.3.22 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
0.3.22 07 May 2023 20:38:57 |
Dima Panov (fluffy) |
textproc/libmwaw03: update to 0.3.22 release (+)
CHANGES:
- correct many cppcheck and coverity warnings...
- add a parser for SpringBoard Publisher 2 files
- run autoupdate
- add a parser for Design Studio 2 files
- add a parser for Ready Set Go 6 files (and maybe some 7 files) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
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) |
0.3.21 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
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.
(Only the first 15 lines of the commit message are shown above ) |
0.3.21 16 Feb 2022 23:02:00 |
Dima Panov (fluffy) |
textproc/libmwaw03: update to 0.3.21 release |
0.3.20 30 Sep 2021 15:14:12 |
Bernhard Froehlich (decke) |
textproc/libmwaw03: Add CPE information
Approved by: portmgr (blanket) |
0.3.20 16 Sep 2021 18:06:55 |
Dima Panov (fluffy) |
textproc/libmwaw03: update to 0.3.20 release |
0.3.15 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.3.15 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.3.15 26 Dec 2019 13:23:11 |
bapt |
Update to 0.3.15 |
0.3.14_4 26 Jul 2019 20:46:57 |
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 |
0.3.14_3 12 Dec 2018 01:35:36 |
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 |
0.3.14_2 25 Sep 2018 07:48:16 |
linimon |
This port now builds on powerpc64.
PR: 231589
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
0.3.14_2 23 Sep 2018 06:39:35 |
linimon |
Fix error message on powerpc64.
Approved by: portmgr (tier-2 blanket) |
0.3.14_2 09 Aug 2018 06:58:31 |
jbeich |
devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165 |
0.3.14_1 29 Jul 2018 22:18:46 |
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 |
0.3.14 18 Jun 2018 14:40:31 |
linimon |
Mark ports broken on powerpc64, categories o-z.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket) |
0.3.14 24 Apr 2018 21:38:33 |
jkim |
Update to 0.3.14.
https://sourceforge.net/p/libmwaw/libmwaw/ci/v0.3.14/tree/CHANGES |
0.3.13_2 18 Apr 2018 13:57:43 |
jbeich |
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030 |
0.3.13_1 18 Jan 2018 04:11:03 |
jbeich |
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279 |
0.3.13 10 Jan 2018 21:12:42 |
jkim |
Update to 0.3.13. |
0.3.12_2 25 Sep 2017 00:08:17 |
jbeich |
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
0.3.12_1 25 Sep 2017 00:05:06 |
jbeich |
devel/boost-*: enable C++11 features
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
0.3.12 02 Aug 2017 18:14:20 |
jkim |
Update LGPL version. LGPL v2.1 or later is allowed. |
0.3.12 02 Aug 2017 18:02:12 |
jkim |
Specify MPL version. |
0.3.12 02 Aug 2017 18:00:57 |
jkim |
Fix build with Clang 3.4.
PR: 221173 |
0.3.12 01 Aug 2017 17:43:43 |
jkim |
Update to 0.3.12. |
0.3.11 15 Jun 2017 20:21:15 |
jkim |
Update to 0.3.11. |
0.3.10_1 02 May 2017 06:48:11 |
jbeich |
devel/boost-*: update to 1.64.0
Changes: http://www.boost.org/users/history/version_1_64_0.html
PR: 218835
Approved by: office (bapt)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D10472 |
0.3.10 02 Feb 2017 23:52:49 |
jkim |
Update to 0.3.10. |
0.3.9_1 06 Jan 2017 08:45:04 |
jbeich |
devel/boost-*: update to 1.63.0
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1 |
0.3.9 25 Nov 2016 12:43:09 |
bapt |
Update to 0.3.9 |
0.3.8_1 23 Nov 2016 12:45:47 |
jbeich |
devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office) |
0.3.8 07 Jul 2016 11:30:08 |
bapt |
Update to 0.3.8 |
0.3.7 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.3.7 24 Dec 2015 11:41:32 |
ak |
- Fix various distinfo issues
Approved by: portmgr blanket |
0.3.7 12 Dec 2015 18:16:02 |
bapt |
Update to 0.3.7 |
0.3.6 27 Aug 2015 22:23:55 |
jkim |
Update to 0.3.6. |
0.3.5 31 May 2015 19:05:47 |
bapt |
Update to 0.3.5 |
0.3.4 28 Jan 2015 21:42:03 |
jkim |
Update to 0.3.4. |
0.3.3 31 Oct 2014 13:11:59 |
bapt |
Update to 0.3.3
Remove ancient unused version |
0.3.2 07 Oct 2014 10:03:15 |
bapt |
Import libmwaw03
Ensure it does not conflicts with libmwaw |