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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: textproc/codespell/Makefile

Number of commits found: 38

Thursday, 29 Feb 2024
07:18 Charlie Li (vishwin) search for other commits by this committer
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
commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454 commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454 commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454 commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454 5d4139f
Thursday, 5 Oct 2023
02:00 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/codespell: Update to 2.2.6

Changes:	https://github.com/codespell-project/codespell/releases
commit hash: 6c20cc7dfb88227d0afb69bc8f048a9a57f71675 commit hash: 6c20cc7dfb88227d0afb69bc8f048a9a57f71675 commit hash: 6c20cc7dfb88227d0afb69bc8f048a9a57f71675 commit hash: 6c20cc7dfb88227d0afb69bc8f048a9a57f71675 6c20cc7
Tuesday, 18 Jul 2023
00:53 Charlie Li (vishwin) search for other commits by this committer
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
commit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a commit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a commit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a commit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a 9a80a6e
Sunday, 9 Jul 2023
10:17 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/codespell: Update to 2.2.5

- Convert to USE_PYTHON=pep517

Changes:	https://github.com/codespell-project/codespell/releases
commit hash: 7d9018ba07ba848983908177ccf383ce75ddc880 commit hash: 7d9018ba07ba848983908177ccf383ce75ddc880 commit hash: 7d9018ba07ba848983908177ccf383ce75ddc880 commit hash: 7d9018ba07ba848983908177ccf383ce75ddc880 7d9018b
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
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>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Wednesday, 11 Jan 2023
15:58 Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 77d6847
Friday, 30 Dec 2022
09:04 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/codespell: Update to 2.2.2

Changes:	https://github.com/codespell-project/codespell/releases
commit hash: ce0cf86d00428a4b6a2e2718620814555b99d368 commit hash: ce0cf86d00428a4b6a2e2718620814555b99d368 commit hash: ce0cf86d00428a4b6a2e2718620814555b99d368 commit hash: ce0cf86d00428a4b6a2e2718620814555b99d368 ce0cf86
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 31 Aug 2022
11:40 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/codespell: Update to 2.2.1

Changes:	https://github.com/codespell-project/codespell/releases
commit hash: 764fa8d73f5fe72d580bfdf4664c5ef63d72af4e commit hash: 764fa8d73f5fe72d580bfdf4664c5ef63d72af4e commit hash: 764fa8d73f5fe72d580bfdf4664c5ef63d72af4e commit hash: 764fa8d73f5fe72d580bfdf4664c5ef63d72af4e 764fa8d
Sunday, 20 Jun 2021
11:29 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/codespell: Update to 2.1.0

Changes:	https://github.com/codespell-project/codespell/releases
		https://github.com/codespell-project/codespell/commits/master
commit hash: cb860d3058c6b066f2f961ff8e251b1835ca28b6 commit hash: cb860d3058c6b066f2f961ff8e251b1835ca28b6 commit hash: cb860d3058c6b066f2f961ff8e251b1835ca28b6 commit hash: cb860d3058c6b066f2f961ff8e251b1835ca28b6 cb860d3
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Thursday, 10 Dec 2020
21:31 sunpoet search for other commits by this committer
Change MASTER_SITES from GitHub to CHEESESHOP

- Update USES=python
- Add USE_PYTHON=noflavors: there is no need for flavors
- Take maintainership
Original commitRevision:557493 
Wednesday, 25 Nov 2020
07:14 fernape search for other commits by this committer
textproc/codespell: update to 2.0.0

Reported by:	portscout
Original commitRevision:556272 
Friday, 29 May 2020
16:20 fernape search for other commits by this committer
textproc/codespell: Update to 1.17.1

PR:	246824
Submitted by:	fk@fabiankeil.de
Original commitRevision:536982 
Tuesday, 26 May 2020
12:23 gjb search for other commits by this committer
Return textproc/codespell to the pool.

Sponsored by:	Rubicon Communications, LLC (netgate.com)
Original commitRevision:536627 
Monday, 25 Feb 2019
15:27 gjb search for other commits by this committer
Update textproc/codespell to 1.14.

PR:		234799
Submitted by:	chitty_cloud at me dot com
Sponsored by:	The FreeBSD Foundation
Original commitRevision:493877 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Thursday, 29 Dec 2016
14:29 amdmi3 search for other commits by this committer
- Remove bogus (in presence of USE_GITHUB) USES=tar*
- While here, minor cosmetic and license fixes

Approved by:	portmgr blanket
Original commitRevision:429918 
Friday, 2 Dec 2016
02:49 pfg search for other commits by this committer
textproc/codespell: Update to version 1.8.

- Move to github.
- Update to version 1.8 with fixes and updated dictionary
- Use the included dictionary by default.

Approved by:	gjb
Original commitRevision:427540 
Tuesday, 25 Oct 2016
19:09 antoine search for other commits by this committer
Do not hand roll PYTHON_CMD
Original commitRevision:424644 
Saturday, 10 Jan 2015
23:15 demon search for other commits by this committer
Switch default python3 version from 3.3 to 3.4.
Bump PORTREVISIONs for the affected ports.

Exp-run by:	antoine
Original commitRevision:376731 
Sunday, 7 Dec 2014
10:01 mva search for other commits by this committer
- Convert textproc/ to USES=python

With hat:	python@
Original commitRevision:374183 
Friday, 8 Aug 2014
15:48 sunpoet search for other commits by this committer
- Remove duplicate USES=tar:xz
Original commitRevision:364370 
Tuesday, 29 Jul 2014
19:11 adamw search for other commits by this committer
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363374 
Sunday, 1 Jun 2014
15:28 rene search for other commits by this committer
Update consumers of lang/python31 or higher to use Python version 3.X
and consumers of lang/python31 or lower to use Python 2.X

This is in preparation of removing lang/python31 which expired on 2014-06-01

While here apply some fixes for textproc/codespell:
- USE_XZ -> USES=tar:xz
- remove unneeded USE_PYTHON_RUN line

Approved by:	python (mva)
Original commitRevision:356138 
Sunday, 26 Jan 2014
11:57 mat search for other commits by this committer
- Convert to staging
- Add license
- Rename patch to follow makepatch naming
- Use new options knobs

Sponsored by:	Absolight
Original commitRevision:341161 
Wednesday, 25 Sep 2013
19:43 gjb search for other commits by this committer
Fix cluster build failure:
 - Add USE_PYTHON_RUN
 - Bump PORTREVISION

Submitted by:	pkg-fallout@
Original commitRevision:328309 
Friday, 20 Sep 2013
23:17 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
Original commitRevision:327773 
Monday, 6 May 2013
18:14 gjb search for other commits by this committer
Update to 1.6.
Original commitRevision:317537 
Friday, 26 Apr 2013
04:02 gjb search for other commits by this committer
Update MASTERSITES for my server to use https
Original commitRevision:316564 
02:39 gjb search for other commits by this committer
- Update to 1.5.
- Remove leading comments in Makefile.
Original commitRevision:316546 
Friday, 2 Mar 2012
17:16 culot search for other commits by this committer
- Update to 1.4

PR:             ports/165629
Submitted by:   gjb@ (maintainer)
Original commit
Sunday, 11 Dec 2011
01:58 eadler search for other commits by this committer
- update to 1.3

PR:             ports/163174
Submitted by:   gjb@freebsd.org (maintainer)
Feature safe:   yes
Original commit
Saturday, 1 Oct 2011
08:05 culot search for other commits by this committer
- Update to 1.2

PR:             ports/161163
Submitted by:   gjb@ (maintainer)
Original commit
Wednesday, 24 Aug 2011
13:15 culot search for other commits by this committer
- Update to 1.1.1

PR:             ports/160056
Submitted by:   gjb@ (maintainer)
Original commit
Wednesday, 17 Aug 2011
03:50 sunpoet search for other commits by this committer
- Update MASTER_SITES
- Do not bump PORTREVISION as the source is unchanged

PR:             ports/159825
Submitted by:   gjb (maintainer)
Original commit
Sunday, 7 Aug 2011
02:20 swills search for other commits by this committer
Source code spell checker.

WWW: http://git.profusion.mobi/cgit.cgi/lucas/codespell/

PR:             ports/159564
Submitted by:   Glen Barber <gjb at FreeBSD.org>
Original commit

Number of commits found: 38