Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.10.0_2 30 Mar 2022 22:01:39 |
Po-Chuan Hsieh (sunpoet) |
devel/ipython5: Remove obsoleted port
Use devel/ipython instead |
5.10.0_2 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
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 (Only the first 15 lines of the commit message are shown above ) |
5.10.0_2 02 Sep 2021 15:18:57 |
Bernhard Froehlich (decke) |
devel/ipython5: Add CPE information
Approved by: portmgr (blanket) |
5.10.0_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.10.0_2 26 Jan 2021 17:55:29 |
sunpoet |
Remove PY_PYGMENTS |
5.10.0_2 11 Dec 2020 11:03:53 |
sunpoet |
Move devel/py-prompt_toolkit1 to devel/py-prompt-toolkit1
- Bump PORTREVISION for dependency change |
5.10.0_1 06 Oct 2020 22:32:06 |
dbaio |
devel/ipython5: Use newest version of pygments
The pinned dependency 'pygments<2.6' is only necessary to solve an issue with
Python 2.7, and devel/ipython5 is now python3.5+ only. [1] [2]
This fixes a conflict introduced on ports r549076 and r549418 between
textproc/py-pygments and textproc/py-pygments-25 when building at least
textproc/py-sphinx and math/sage.
1 - https://github.com/ipython/ipython/pull/12174
2 - https://github.com/ipython/ipython/issues/12173
PR: 249131, 250074, 250144
Reported by: thierry, swills
Approved by: python (with hat)
MFH: 2020Q4 (build fix, conflicts) |
5.10.0 21 Sep 2020 04:22:54 |
yuri |
devel/ipython5: Fix build after the recent update of textproc/py-pygments by
adding textproc/py-pygments-25 because ipython5 requires this version
Reported by: linimon |
5.10.0 07 Sep 2020 17:13:10 |
antoine |
Fix bulk -a |
5.10.0 03 May 2020 16:51:10 |
dbaio |
devel/ipython5: Update to 5.10.0
Changelog: https://github.com/ipython/ipython/blob/5.x/docs/source/whatsnew/version5.rst#ipython-5100 |
5.9.0 22 Feb 2020 16:00:05 |
sunpoet |
Update to 5.9.0
- Update manpage location (r523104)
- Add PORTSCOUT
Changes: https://github.com/ipython/ipython/blob/5.x/docs/source/whatsnew/version5.rst |
5.8.0_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 |
5.8.0_3 16 Apr 2019 23:50:27 |
sunpoet |
Change RUN_DEPENDS from py-prompt_toolkit to py-prompt_toolkit1
- Bump PORTREVISION for dependency change |
5.8.0_2 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
5.8.0_1 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 |
5.8.0 08 Oct 2018 21:41:25 |
sunpoet |
Update WWW |
5.8.0 05 Aug 2018 17:03:51 |
rm |
Add devel/ipython5 port
Copy ipython 5.x to it's own port, because it's the last branch that support
both python branches. Current mainline version (6.x) is only support py 3.x.
devel/ipython port would be updated to 6.x per discussion in D16508
With hat: python
Differential Revision: https://reviews.freebsd.org/D16508 |