Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7.15 06 Nov 2024 15:17:35
    |
Robert Clausecker (fuz)  |
filesystems: add new category for file systems and related utilities
The filesystems category houses file systems and file system utilities.
It is added mainly to turn the sysutils/fusefs-* pseudo-category into
a proper one, but is also useful for the sundry of other file systems
related ports found in the tree.
Ports that seem like they belong there are moved to the new category.
Two ports, sysutils/fusefs-funionfs and sysutils/fusefs-fusepak are
not moved as they currently don't fetch and don't have TIMESTAMP set
in their distinfo, but that is required to be able to push a rename
of the port by the pre-receive hook.
Approved by: portmgr (rene)
Reviewed by: mat
Pull Request: https://github.com/freebsd/freebsd-ports/pull/302
PR: 281988 |
1.7.15 23 Mar 2024 14:49:33
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-petl: Update to 1.7.15
Changes: https://github.com/petl-developers/petl/releases |
1.7.14 09 Mar 2024 14:06:17
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-petl: Convert to USE_PYTHON=cython_run |
1.7.14 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.7.14 26 Aug 2023 09:27:49
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-petl: Update to 1.7.14
Changes: https://github.com/petl-developers/petl/releases |
1.7.13 21 Aug 2023 17:04:57
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-petl: Update to 1.7.13
Changes: https://github.com/petl-developers/petl/releases |
1.7.12_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.7.12_1 30 Jun 2023 07:05:18
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-petl: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
1.7.12 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.7.12 30 Jan 2023 13:00:20
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-petl: Update to 1.7.12
Changes: https://github.com/petl-developers/petl/releases |
1.7.11 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.7.11 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.7.11 31 Aug 2022 11:41:15
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-petl: Update to 1.7.11
Changes: https://github.com/petl-developers/petl/releases |
1.7.10 20 Jul 2022 14:23:14
    |
Tobias C. Berner (tcberner)  |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.7.10 09 Jun 2022 23:16:12
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-petl: Update to 1.7.10
Changes: https://github.com/petl-developers/petl/releases |
1.7.9 26 Apr 2022 15:01:30
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-petl: Update to 1.7.9
Changes: https://github.com/petl-developers/petl/releases |
1.7.8 07 Mar 2022 18:11:29
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-petl: Update to 1.7.8
Changes: https://github.com/petl-developers/petl/releases |
1.7.4_1 25 Oct 2021 15:57:37
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-petl: Cosmetic change |
1.7.4_1 14 Oct 2021 11:02:08
    |
Stefan Eßer (se)  |
textproc/py-petl: Add CPE information
Approved by: portmgr (blanket) |
1.7.4_1 11 May 2021 21:47:20
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-petl: Change RUN_DEPENDS from py-sqlalchemy13 to py-sqlalchemy14
- Bump PORTREVISION for dependency change |
1.7.4 02 May 2021 19:45:48
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-petl: Remove PYNUMPY |
1.7.4 18 Apr 2021 05:44:13
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-petl: Update to 1.7.4
Changes: https://github.com/petl-developers/petl/releases |
1.7.2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.7.2 17 Feb 2021 18:10:12
  |
sunpoet  |
Update to 1.7.2
Changes: https://github.com/petl-developers/petl/releases |
1.7.1 30 Jan 2021 13:29:58
  |
sunpoet  |
Update USES=python: math/py-pandas 1.2.0 requires Python 3.7+
PR: 250103 |
1.7.1 06 Jan 2021 20:32:41
  |
sunpoet  |
Update to 1.7.1
Changes: https://github.com/petl-developers/petl/releases |
1.7.0 03 Jan 2021 20:16:36
  |
sunpoet  |
Update to 1.7.0
Changes: https://github.com/petl-developers/petl/releases |
1.6.8 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.6.8 21 Nov 2020 09:37:51
  |
sunpoet  |
Update version requirement of RUN_DEPENDS |
1.6.8 09 Nov 2020 17:35:51
  |
sunpoet  |
Add AVRO, DB, HDF5, HTTP, INTERVAL, NUMPY, PANDAS, REMOTE, SMB, XLS, XLSX, XPATH
and WHOOSH options |
1.6.8 08 Nov 2020 17:11:01
  |
sunpoet  |
Add py-petl 1.6.8
petl is a general purpose Python package for extracting, transforming and
loading tables of data.
WWW: https://github.com/petl-developers/petl |