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: www/py-django-treebeard/Makefile

Number of commits found: 18

Saturday, 9 Mar 2024
15:22 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
ww/py-django-treebeard: Convert to USE_PYTHON=pytest

Approved by:	portmgr (blanket)
With hat:	python
commit hash: d332e84eada3c370d9249b7ddd6410b103ea1975 commit hash: d332e84eada3c370d9249b7ddd6410b103ea1975 commit hash: d332e84eada3c370d9249b7ddd6410b103ea1975 commit hash: d332e84eada3c370d9249b7ddd6410b103ea1975 d332e84
Thursday, 8 Feb 2024
04:37 Kai Knoblich (kai) search for other commits by this committer
www/py-django-treebeard: Update to 4.7.1

Changelog:

https://github.com/django-treebeard/django-treebeard/blob/4.7.1/CHANGES.md
commit hash: 017c1022928543579a79fb82cdce20c8ce320f8c commit hash: 017c1022928543579a79fb82cdce20c8ce320f8c commit hash: 017c1022928543579a79fb82cdce20c8ce320f8c commit hash: 017c1022928543579a79fb82cdce20c8ce320f8c 017c102
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
Sunday, 4 Jun 2023
06:51 Kai Knoblich (kai) search for other commits by this committer
www/py-django-treebeard: Update to 4.7

Changelog since 4.5.1:

https://github.com/django-treebeard/django-treebeard/blob/4.7/CHANGES.md
commit hash: d2a54a59496d941b1f2fa3ec4271922c726ff873 commit hash: d2a54a59496d941b1f2fa3ec4271922c726ff873 commit hash: d2a54a59496d941b1f2fa3ec4271922c726ff873 commit hash: d2a54a59496d941b1f2fa3ec4271922c726ff873 d2a54a5
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
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, 4 May 2022
13:22 Kai Knoblich (kai) search for other commits by this committer
www/py-django-treebeard: Update to 4.5.1

* Also adjust/remove relevant variables to Mk/Uses/pytest.mk which was
  recently added.

Changelog since 4.4:

https://github.com/django-treebeard/django-treebeard/blob/4.5.1/CHANGES.md

MFH:		No (feature release, pytest.mk not present in 2022Q2)
commit hash: c316ad3fd2567a8c0dfa30d722204d639d693c7a commit hash: c316ad3fd2567a8c0dfa30d722204d639d693c7a commit hash: c316ad3fd2567a8c0dfa30d722204d639d693c7a commit hash: c316ad3fd2567a8c0dfa30d722204d639d693c7a c316ad3
Thursday, 28 Apr 2022
10:02 Kai Knoblich (kai) search for other commits by this committer
www/py-django32: Switch consumers over to Django 3.2

Django 2.2 became End-of-Life on 11th April 2022 and Django 3.2 is the
new LTS (= Long Term Support) release which will be supported until
April 2024.

* Switch the most ports that use www/py-django22 to www/py-django32

* Switch www/seahub over to www/py-djangorestframework

* Ports that are not yet ready for Django 3.2 (only three so far) or
  those that have already been set with an expiration date were not
  taken into account.

* Bump PORTREVISION due dependency change where necessary.

PR:		261313
Reviewed by:	bofh, dvl, koobs, ultima
Approved by:	bofh, dvl, koobs, ultima, sunpoet, Kevin Golding, Ivan Rozhuk,
		Alexander Sieg (maintainers)
		maintainer timeout (remaining maintainers)
Differential Revision:	https://reviews.freebsd.org/D34859
commit hash: 0cf5531fcd38982e6667fb2b8561eae80c4902c3 commit hash: 0cf5531fcd38982e6667fb2b8561eae80c4902c3 commit hash: 0cf5531fcd38982e6667fb2b8561eae80c4902c3 commit hash: 0cf5531fcd38982e6667fb2b8561eae80c4902c3 0cf5531
Saturday, 5 Feb 2022
01:17 Yasuhiro Kimura (yasu) search for other commits by this committer
*/*: Cleanup after the removal of lang/python36

* Remove codes that aren't necessary after the removal of lang/python36
* Mark ports that aren't necessary with Python 3.7 or later as
  DEPRECATED and set EXPIRATION_DATE.

PR:		261046
Approved by:	lwhsu (python)
commit hash: 461373bf1f104917f16cf783dd7d80d2951a993e commit hash: 461373bf1f104917f16cf783dd7d80d2951a993e commit hash: 461373bf1f104917f16cf783dd7d80d2951a993e commit hash: 461373bf1f104917f16cf783dd7d80d2951a993e 461373b
Tuesday, 25 May 2021
13:55 Dmitry Marakasov (amdmi3) search for other commits by this committer
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@
commit hash: 0729af4255a63ee299e0c63a18b6a86520a19e02 commit hash: 0729af4255a63ee299e0c63a18b6a86520a19e02 commit hash: 0729af4255a63ee299e0c63a18b6a86520a19e02 commit hash: 0729af4255a63ee299e0c63a18b6a86520a19e02 0729af4
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
Sunday, 24 Jan 2021
12:07 kai search for other commits by this committer
www/py-django-treebeard: Update to 4.4

* Make package concurrent safe because it installs documentation files
  outside Python's site-lib directory.

* Add a "do-test" target to make future QA easier.

Changelog:

https://github.com/django-treebeard/django-treebeard/blob/4.4/CHANGES.md
Original commitRevision:562465 
Thursday, 14 Jan 2021
14:34 dbaio search for other commits by this committer
Remove PY_SPHINX from ports using Python 3

Approved by:	 portmgr blanket
Differential Revision:	https://reviews.freebsd.org/D28093
Original commitRevision:561562 
Monday, 11 May 2020
23:51 dbaio search for other commits by this committer
Update Sphinx

- Repocopy textproc/py-sphinx to textproc/py-sphinx18

  Update it to 1.8.5 (latest version from 1.8.X).
  This version supports Python 2 and 3.
  Add test target.

- textproc/py-sphinx: Update to 3.0.2

  Python 3 only (3.5+).
  Add test target.

- Mk/Uses/python.mk: Add PY_SPHINX

  Shared macro to use with flavors and not break
  ports with USES=python (all versions).

  Python >=3.5  --> textproc/py-sphinx (v3.0.2)
  Python < 3.5  --> textproc/py-sphinx18 (v1.8.5)

  All ports that uses sphinx were changed to use the new variable
  ${PY_SPHINX} in the dependency line, exceptions:

    * Ports that fails to build with sphinx 3.0.2 because of code.
      They are pointing to textproc/py-sphinx18 directly.
      There aren't many ports.

    * Ports that doesn't know Python flavors.

- Add several patches to fix Sphinx consumers

  The most common issues are related with pkg-plist, the output
  files from Sphinx changes between versions, keep this dynamically
  is the better approach.

  This will save time in future sphinx updates.

PR:		245629
Exp-run by:	antoine
Original commitRevision:534966 
Sunday, 19 Apr 2020
09:15 kai search for other commits by this committer
www/py-django-cms: Update to 3.7.1

* Also assign the port to Django 2.2 because Django 1.11 is End-of-Life
  since April. [1]

* Do the same for its dependencies (including www/py-django-classy-tags [2])
  and bump PORTREVISION accordingly.

Changelog:

https://github.com/divio/django-cms/blob/3.7.1/CHANGELOG.rst

PR:		245361 [1] 245360 [2]
Approved by:	maintainer timeout (14 days) [1] [2]
Original commitRevision:532093 
Friday, 1 Feb 2019
18:55 kai search for other commits by this committer
Change my maintainer email address to my new one at the FreeBSD project.

Reviewed by:	miwi (mentor)
Approved by:	miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19050
Original commitRevision:491837 
Monday, 30 Apr 2018
07:30 wen search for other commits by this committer
django-treebeard is a library that implements efficient tree implementations for
the Django Web Framework 1.8 and later.

Features:

- Flexible: Includes 3 different tree implementations with the same API:
  * Adjacency List
  * Materialized Path
  * Nested Sets
- Fast: Optimized non-naive tree operations
- Easy: Uses Django Model Inheritance with abstract classes to define your own
        models.
- Clean: Testable and well tested code base. Code/branch test coverage is
         above 96%.

WWW: https://github.com/django-treebeard/django-treebeard

PR:		227671
Submitted by:	freebsd_ports@k-worx.org
Original commitRevision:468673 

Number of commits found: 18