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: devel/py-dj40-django-rq/Makefile

Number of commits found: 8

Saturday, 20 May 2023
09:58 Rene Ladan (rene) search for other commits by this committer
devel/py-dj40-django-rq: Remove expired port:

2023-05-20 devel/py-dj40-django-rq: Extended support of Django 4.0 ends April
2023, upgrade to the Django 4.1+ version of this port. See
https://www.djangoproject.com/download/
commit hash: 9ef398f1eaad73b2d8dec6db3e8671ce68c23bdc commit hash: 9ef398f1eaad73b2d8dec6db3e8671ce68c23bdc commit hash: 9ef398f1eaad73b2d8dec6db3e8671ce68c23bdc commit hash: 9ef398f1eaad73b2d8dec6db3e8671ce68c23bdc 9ef398f
Sunday, 7 May 2023
16:03 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-dj40-django-rq: Update to 2.8.0

Changes:	https://github.com/rq/django-rq/releases
		https://github.com/rq/django-rq/blob/master/CHANGELOG.md
commit hash: 5a2d10ca3dc92d75afce8930db304e2b6d010044 commit hash: 5a2d10ca3dc92d75afce8930db304e2b6d010044 commit hash: 5a2d10ca3dc92d75afce8930db304e2b6d010044 commit hash: 5a2d10ca3dc92d75afce8930db304e2b6d010044 5a2d10c
Tuesday, 21 Mar 2023
19:20 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-dj40-django-rq: Update to 2.7.0

Changes:	https://github.com/rq/django-rq/releases
commit hash: 960705b113ead62029aa37441c867787101d5dca commit hash: 960705b113ead62029aa37441c867787101d5dca commit hash: 960705b113ead62029aa37441c867787101d5dca commit hash: 960705b113ead62029aa37441c867787101d5dca 960705b
Wednesday, 22 Feb 2023
07:10 Kai Knoblich (kai) search for other commits by this committer
*/*dj40*: Deprecate/Set to expire

* Django 4.0 will reach its End-of-Life in April 2023.  Deprecate its
  consumers and set the expiration date accordingly.

Reviewed by:	sunpoet, wen (python, via e-mail)
Approved by:	sunpoet, wen (python, via e-mail)
Differential Revision:	https://reviews.freebsd.org/D38651
commit hash: 0edf8bc36f23ae2c2d391b612fea815cee3bbb4e commit hash: 0edf8bc36f23ae2c2d391b612fea815cee3bbb4e commit hash: 0edf8bc36f23ae2c2d391b612fea815cee3bbb4e commit hash: 0edf8bc36f23ae2c2d391b612fea815cee3bbb4e 0edf8bc
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
devel/py-dj40-django-rq: Update to 2.6.0

Changes:	https://github.com/rq/django-rq/releases
commit hash: 953ff35a836ccba65b3eb85589868bd3f8ccfefc commit hash: 953ff35a836ccba65b3eb85589868bd3f8ccfefc commit hash: 953ff35a836ccba65b3eb85589868bd3f8ccfefc commit hash: 953ff35a836ccba65b3eb85589868bd3f8ccfefc 953ff35
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
Thursday, 16 Jun 2022
16:28 Kai Knoblich (kai) search for other commits by this committer
net-mgmt/netbox: Create Django 4.0 consumers

* Django 3.2 is currently the "default" version in the ports tree due
  its long term support until April 2024.  Thus ports that are assigned
  to that version will exist until then.

  The following ports are required to make the upgrade of
  net-mgmt/netbox to the 3.2 release possible because it requires Django
  4.0.

  All of the ports listed below were created on the basis of their
  respective original ports:

  - devel/py-dj40-django-rq
  - devel/py-dj40-graphene-django
(Only the first 15 lines of the commit message are shown above View all of this commit message)
commit hash: 89acacbfee22729e7d1bfcce383d455bb88adfc3 commit hash: 89acacbfee22729e7d1bfcce383d455bb88adfc3 commit hash: 89acacbfee22729e7d1bfcce383d455bb88adfc3 commit hash: 89acacbfee22729e7d1bfcce383d455bb88adfc3 89acacb

Number of commits found: 8