Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.6.2_1 20 May 2024 10:33:03
    |
Vsevolod Stakhov (vsevolod)  |
security/libsodium: update to 1.0.19, bump dependent ports
PR: 278259
Reported by: Andrey Korobkov <alster-vinterdalen.se> |
1.6.2 05 Apr 2024 23:57:45
    |
Po-Chuan Hsieh (sunpoet)  |
astro/py-metpy: Update to 1.6.2
Changes: https://github.com/Unidata/MetPy/releases |
1.6.1 31 Mar 2024 03:06:09
    |
Po-Chuan Hsieh (sunpoet)  |
astro/py-metpy: Remove PY_SETUPTOOLS
py-setuptools should be used rather than PY_SETUPTOOLS |
1.6.1 29 Feb 2024 07:18:32
    |
Charlie Li (vishwin)  |
devel/py-setuptools-scm: update to 8.0.4
Directory and PORTNAME changed to match normalised name in release
tarball; consumers updated to match.
Although setuptools itself is specified as a run dependency in the
Python package metadata, it is currently left out here to prevent
environment pollution until at least PR 270510 is committed.
Additionally, this version of setuptools-scm requires setuptools>=61,
which means this version is only meant for USE_PYTHON=pep517 ports
as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58
also after PR 270510. science/py-emmet-core is switched to
devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm<8.
devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to
RUN_DEPENDS to compensate.
Further details: https://wiki.freebsd.org/Python/setuptools
Reported by: yuri
Co-authored by: matthew
Exp-run by: antoine (earlier iteration)
Approved by: yuri (science/py-emmet-core, previous iteration)
PR: 272134
Differential Revision: https://reviews.freebsd.org/D39288 |
1.6.1 21 Feb 2024 15:07:06
    |
Po-Chuan Hsieh (sunpoet)  |
astro/py-metpy: Update to 1.6.1
Changes: https://github.com/Unidata/MetPy/releases |
1.5.1 18 Jul 2023 00:53:09
    |
Charlie Li (vishwin)  |
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.
With hat: python
PR: 270510, 270358 |
1.5.1 09 Jul 2023 21:34:27
    |
Po-Chuan Hsieh (sunpoet)  |
astro/py-metpy: Update to 1.5.1
Changes: https://github.com/Unidata/MetPy/releases |
1.5.0_2 09 Jul 2023 10:18:40
    |
Po-Chuan Hsieh (sunpoet)  |
astro/py-metpy: Add missing file
- Bump PORTREVISION for package change |
1.5.0_1 30 Jun 2023 07:02:58
    |
Po-Chuan Hsieh (sunpoet)  |
astro/py-metpy: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
1.5.0 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.5.0 27 May 2023 23:43:50
    |
Po-Chuan Hsieh (sunpoet)  |
astro/py-metpy: Update to 1.5.0
Changes: https://github.com/Unidata/MetPy/releases |
1.4.1_1 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
1.4.1 05 Apr 2023 17:30:09
    |
Po-Chuan Hsieh (sunpoet)  |
astro/py-metpy: Update to 1.4.1
Changes: https://github.com/Unidata/MetPy/releases |
1.4.0 30 Jan 2023 12:59:34
    |
Po-Chuan Hsieh (sunpoet)  |
astro/py-metpy: Update to 1.4.0
Changes: https://github.com/Unidata/MetPy/releases |
1.3.1_1 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
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) |
1.3.1_1 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 ) |
1.3.1_1 13 Aug 2022 18:51:14
    |
Matthias Andree (mandree)  |
*: bump PORTREVISION of all devel/xxhash users...
...except archivers/py-borgbackup, which requires a more complete fix. |
1.3.1 20 Jul 2022 14:20:50
    |
Tobias C. Berner (tcberner)  |
astro: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* ABURAYER Rewsirow <rewsirow@ff.iij4u.or.jp>
* Alexander Leidinger
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org>
* Anton Karpov <toxa@toxahost.ru>
* Brion Moss <brion@queeg.com>
* Bruce M Simpson <bms@FreeBSD.org>
* Chris Piazza <cpiazza@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.3.1 07 Jul 2022 21:42:49
    |
Po-Chuan Hsieh (sunpoet)  |
astro/py-metpy: Update to 1.3.1
Changes: https://github.com/Unidata/MetPy/releases |
1.3.0 17 Apr 2022 23:58:14
    |
Po-Chuan Hsieh (sunpoet)  |
astro/py-metpy: Update to 1.3.0
Changes: https://github.com/Unidata/MetPy/releases |
1.2.0 28 Feb 2022 12:46:09
    |
Po-Chuan Hsieh (sunpoet)  |
astro/py-metpy: Update USEES=python
- Clean up PYTHON_REL check
devel/py-xarray 0.21.0 requires Python 3.8+ |
1.2.0 25 Jan 2022 19:50:11
    |
Po-Chuan Hsieh (sunpoet)  |
astro/py-metpy: Update to 1.2.0
Changes: https://github.com/Unidata/MetPy/releases |
1.1.0 21 Sep 2021 03:44:16
    |
Po-Chuan Hsieh (sunpoet)  |
astro/py-metpy: Update to 1.1.0
Changes: https://github.com/Unidata/MetPy/releases |
1.0.1 25 May 2021 13:55:43
    |
Dmitry Marakasov (amdmi3)  |
Mk: switch PYTHON_REL to 5 digits to support python 3.10.x
PR: 255013
Differential Revision: https://reviews.freebsd.org/D29418
Exp-run by: antoine
Approved by: wen@, no objection from python@ or portmgr@ |
1.0.1 11 May 2021 21:47:04
    |
Po-Chuan Hsieh (sunpoet)  |
astro/py-metpy: Update to 1.0.1
Changes: https://github.com/Unidata/MetPy/releases |
1.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.0 03 Mar 2021 18:08:21
  |
sunpoet  |
Remove PYNUMPY |
1.0 30 Jan 2021 13:29:58
  |
sunpoet  |
Update USES=python: math/py-pandas 1.2.0 requires Python 3.7+
PR: 250103 |
1.0 30 Jan 2021 12:22:50
  |
sunpoet  |
Update to 1.0
Changes: https://github.com/Unidata/MetPy/releases |
0.12.2 05 Sep 2020 21:30:12
  |
sunpoet  |
Update version requirement of RUN_DEPENDS |
0.12.2 15 Aug 2020 16:30:47
  |
sunpoet  |
Update to 0.12.2
Changes: https://github.com/Unidata/MetPy/releases |
0.12.1_1 11 Jul 2020 18:08:50
  |
sunpoet  |
Move devel/py-Pint to devel/py-pint
- Bump PORTREVISION of dependent ports for dependency change |
0.12.1 19 Jun 2020 16:05:02
  |
sunpoet  |
Update to 0.12.1
Changes: https://github.com/Unidata/MetPy/releases |
0.12.0_1 28 Feb 2020 19:22:56
  |
sunpoet  |
Remove PyPI link from WWW |
0.12.0_1 08 Jan 2020 18:36:45
  |
sunpoet  |
Change RUN_DEPENDS from py-xarray011 to py-xarray
- Bump PORTREVISION for dependency change |
0.12.0 08 Jan 2020 14:48:50
  |
sunpoet  |
Update to 0.12.0
Changes: https://github.com/Unidata/MetPy/releases |
0.11.1 10 Dec 2019 17:11:00
  |
sunpoet  |
Remove no-op PY_ENUM34 |
0.11.1 08 Dec 2019 17:00:50
  |
sunpoet  |
Restrict USES=python to 3.5+ for py-pooch 0.7.0 update |
0.11.1 20 Oct 2019 17:10:12
  |
sunpoet  |
Update to 0.11.1
Changes: https://github.com/Unidata/MetPy/releases |
0.11.0 01 Oct 2019 19:15:37
  |
sunpoet  |
Update to 0.11.0
Changes: https://github.com/Unidata/MetPy/releases |
0.10.2_1 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.10.2 08 Jul 2019 18:48:09
  |
sunpoet  |
Update to 0.10.2
- Update version requirement of RUN_DEPENDS
Changes: https://github.com/Unidata/MetPy/releases |
0.10.1 07 Jul 2019 19:13:15
  |
sunpoet  |
Update to 0.10.1
- Update version requirement of RUN_DEPENDS
Changes: https://github.com/Unidata/MetPy/releases |
0.10.0_2 31 Mar 2019 08:01:23
  |
yuri  |
Remove duplicate port converters/py-pint.
devel/py-Pint has been added earlier, and has a proper directory name.
Update the dependency line in astro/py-metpy. |
0.10.0_1 17 Mar 2019 18:58:18
  |
sunpoet  |
Change RUN_DEPENDS from py-xarray to py-xarray011
- Bump PORTREVISION for dependency change |
0.10.0 09 Jan 2019 14:51:45
  |
sunpoet  |
Update to 0.10.0
- Fix typo
Changes: https://github.com/Unidata/MetPy/releases |
0.9.2_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 |
0.9.2 01 Dec 2018 13:06:13
  |
sunpoet  |
Use PYNUMPY |
0.9.2 06 Oct 2018 09:34:24
  |
sunpoet  |
Update to 0.9.2
Changes: https://github.com/Unidata/MetPy/releases |
0.9.1 31 Aug 2018 14:41:45
  |
sunpoet  |
Update to 0.9.1
Changes: https://github.com/Unidata/MetPy/releases |
0.9.0 29 Aug 2018 19:08:54
  |
sunpoet  |
Update to 0.9.0
Changes: https://github.com/Unidata/MetPy/releases |
0.8.0 20 Jun 2018 17:05:44
  |
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.8.0 19 May 2018 11:06:41
  |
sunpoet  |
Update to 0.8.0
Changes: https://github.com/Unidata/MetPy/releases |
0.7.0 29 Apr 2018 00:03:12
  |
sunpoet  |
Add py-metpy 0.7.0
MetPy is a collection of tools in Python for reading, visualizing and performing
calculations with weather data.
WWW: https://pypi.org/project/metpy/
WWW: https://github.com/Unidata/MetPy |