notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py-sqlfluff SQL Linter for Humans
4.0.0 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.5.0Version of this port present on the latest quarterly branch.
Maintainer: ume@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-05-28 02:42:05
Last Update: 2026-01-16 10:30:22
Commit Hash: 5b2dbf0
Also Listed In: python
License: MIT
WWW:
https://sqlfluff.com/
https://github.com/sqlfluff/sqlfluff
Description:
SQLFluff is an open source, dialect-flexible and configurable SQL linter. Designed with ELT applications in mind, SQLFluff also works with Jinja templating and dbt. SQLFluff will auto-fix most linting errors, allowing you to focus your time on what matters.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}sqlfluff>0:devel/py-sqlfluff@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-sqlfluff/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-sqlfluff
  • pkg install py311-sqlfluff
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-sqlfluff listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-sqlfluff
Package flavors (<flavor>: <package>)
  • py311: py311-sqlfluff
distinfo:
TIMESTAMP = 1768558841 SHA256 (sqlfluff-4.0.0.tar.gz) = b2478983adbeff096327f20763c78ddc36c5b48871c0ea6b084d296136dc4e3e SIZE (sqlfluff-4.0.0.tar.gz) = 941606

Packages (timestamps in pop-ups are UTC):
py311-sqlfluff
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.5.04.0.0-3.4.24.0.0n/an/an/a
FreeBSD:13:quarterly3.4.23.5.0-3.4.0_13.5.0n/an/an/a
FreeBSD:14:latest3.5.04.0.0-3.4.0_14.0.0---
FreeBSD:14:quarterly3.5.03.5.0-3.4.0_13.5.0---
FreeBSD:15:latest4.0.04.0.0n/a3.4.0_1n/an/a--
FreeBSD:15:quarterly3.5.03.5.0n/a-n/an/a--
FreeBSD:16:latest3.5.04.0.0n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>=0 : devel/py-setuptools@py311
  2. py311-wheel>=0 : devel/py-wheel@py311
  3. python3.11 : lang/python311
  4. py311-build>=0 : devel/py-build@py311
  5. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-platformdirs>=0 : devel/py-platformdirs@py311
  2. py311-chardet>=0 : textproc/py-chardet@py311
  3. py311-click<8.4.0 : devel/py-click@py311
  4. py311-colorama>=0.3 : devel/py-colorama@py311
  5. py311-diff-cover>=2.5.0 : devel/py-diff-cover@py311
  6. py311-Jinja2>=0 : devel/py-Jinja2@py311
  7. py311-pathspec>=0 : devel/py-pathspec@py311
  8. py311-pytest>=0 : devel/py-pytest@py311
  9. py311-pyyaml>=5.1 : devel/py-pyyaml@py311
  10. py311-regex>=0 : textproc/py-regex@py311
  11. py311-tblib>=0 : devel/py-tblib@py311
  12. py311-tqdm>=0 : misc/py-tqdm@py311
  13. python3.11 : lang/python311
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_py-sqlfluff
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/s/sqlfluff/
  2. https://pypi.org/packages/source/s/sqlfluff/
Collapse this list.

Number of commits found: 6

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.0.0
16 Jan 2026 10:30:22
commit hash: 5b2dbf04fedd9cc2c6d42d92f044f036cd5d3ea3commit hash: 5b2dbf04fedd9cc2c6d42d92f044f036cd5d3ea3commit hash: 5b2dbf04fedd9cc2c6d42d92f044f036cd5d3ea3commit hash: 5b2dbf04fedd9cc2c6d42d92f044f036cd5d3ea3 files touched by this commit
Hajimu UMEMOTO (ume) search for other commits by this committer
devel/py-sqlfluff: Update to 4.0.0
3.5.0
01 Nov 2025 17:23:22
commit hash: 1403bb7765965eccd644a73cb136a155e46f7ea8commit hash: 1403bb7765965eccd644a73cb136a155e46f7ea8commit hash: 1403bb7765965eccd644a73cb136a155e46f7ea8commit hash: 1403bb7765965eccd644a73cb136a155e46f7ea8 files touched by this commit
Matthias Andree (mandree) search for other commits by this committer
*: Revise USES=python:... version range constraints

and strip all lower bounds of 3.9 or 3.10 because they are implied now.

python:3.9-X  -> python:-X
python:3.9+   -> python
python:3.10-X -> python:-X
python:3.10+  -> python
(options such as ,build preserved)
3.5.0
19 Oct 2025 01:58:14
commit hash: 8e31b3429a276f698220482d8124b52e406f6be7commit hash: 8e31b3429a276f698220482d8124b52e406f6be7commit hash: 8e31b3429a276f698220482d8124b52e406f6be7commit hash: 8e31b3429a276f698220482d8124b52e406f6be7 files touched by this commit
Hajimu UMEMOTO (ume) search for other commits by this committer
devel/py-sqlfluff: Update to 3.5.0
3.4.2
02 Sep 2025 16:48:06
commit hash: 753e0578b5367388f5981152b4ed193f1b1b4541commit hash: 753e0578b5367388f5981152b4ed193f1b1b4541commit hash: 753e0578b5367388f5981152b4ed193f1b1b4541commit hash: 753e0578b5367388f5981152b4ed193f1b1b4541 files touched by this commit
Hajimu UMEMOTO (ume) search for other commits by this committer
devel/py-sqlfluff:  Update to 3.4.2
3.4.0_1
31 May 2025 07:02:44
commit hash: 902e6a6b316aa47fd0eab9f1d1051158c5127802commit hash: 902e6a6b316aa47fd0eab9f1d1051158c5127802commit hash: 902e6a6b316aa47fd0eab9f1d1051158c5127802commit hash: 902e6a6b316aa47fd0eab9f1d1051158c5127802 files touched by this commit
Hajimu UMEMOTO (ume) search for other commits by this committer
devel/py-sqlfluff: fix typo
3.4.0
28 May 2025 02:40:14
commit hash: f09e87a568657c08f76771881230f3df8976f2d1commit hash: f09e87a568657c08f76771881230f3df8976f2d1commit hash: f09e87a568657c08f76771881230f3df8976f2d1commit hash: f09e87a568657c08f76771881230f3df8976f2d1 files touched by this commit
Hajimu UMEMOTO (ume) search for other commits by this committer
devel/py-sqlfluff: Add new port -- The SQL Linter for Humans

Number of commits found: 6