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-cacheops/Makefile

Number of commits found: 18

Sunday, 29 Oct 2023
07:14 Kai Knoblich (kai) search for other commits by this committer
www/py-django-cacheops: Update to 7.0.2

Changelog since 7.0:

https://github.com/Suor/django-cacheops/blob/7.0.2/CHANGELOG

MFH:		2023Q4
commit hash: 947d63dc48c8f32c62f22a725be3155afe38d6d0 commit hash: 947d63dc48c8f32c62f22a725be3155afe38d6d0 commit hash: 947d63dc48c8f32c62f22a725be3155afe38d6d0 commit hash: 947d63dc48c8f32c62f22a725be3155afe38d6d0 947d63d
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
Tuesday, 21 Mar 2023
12:23 Kai Knoblich (kai) search for other commits by this committer
www/py-django-cacheops: Update to 7.0

Changelog:

https://github.com/Suor/django-cacheops/blob/7.0/CHANGELOG
commit hash: 1535c0c4b3036b78b19e2be82387b9470f57d779 commit hash: 1535c0c4b3036b78b19e2be82387b9470f57d779 commit hash: 1535c0c4b3036b78b19e2be82387b9470f57d779 commit hash: 1535c0c4b3036b78b19e2be82387b9470f57d779 1535c0c
Sunday, 26 Feb 2023
13:26 Kai Knoblich (kai) search for other commits by this committer
www/py-django-cacheops: Update to 6.2

Changelog:

https://github.com/Suor/django-cacheops/blob/6.2/CHANGELOG
commit hash: bf539323758898c481da72f7dc7a1c6dfab70e9e commit hash: bf539323758898c481da72f7dc7a1c6dfab70e9e commit hash: bf539323758898c481da72f7dc7a1c6dfab70e9e commit hash: bf539323758898c481da72f7dc7a1c6dfab70e9e bf53932
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
Saturday, 18 Jun 2022
08:37 Kai Knoblich (kai) search for other commits by this committer
www/py-django-cacheops: Update to 6.1

* Simplify the CONFLICTS_INSTALL entry as well.  This also reduces
  editing of the Makefile if another port need to be "repo-copied"
  (e.g. for Django 4.1) based on this port in the future.

Changelog:

https://github.com/Suor/django-cacheops/blob/6.1/CHANGELOG
commit hash: 5848b33d63a8245c1bab2fd799468adca6655e33 commit hash: 5848b33d63a8245c1bab2fd799468adca6655e33 commit hash: 5848b33d63a8245c1bab2fd799468adca6655e33 commit hash: 5848b33d63a8245c1bab2fd799468adca6655e33 5848b33
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
Friday, 30 Jul 2021
06:49 Kai Knoblich (kai) search for other commits by this committer
www/py-django-cacheops: Update to 6.0

Changelog:

https://github.com/Suor/django-cacheops/blob/6.0/CHANGELOG

MFH:		No (contains backwards incompatible changes)
commit hash: 741aa81d7219aa4296dbb8c7cae3edb54eb6f396 commit hash: 741aa81d7219aa4296dbb8c7cae3edb54eb6f396 commit hash: 741aa81d7219aa4296dbb8c7cae3edb54eb6f396 commit hash: 741aa81d7219aa4296dbb8c7cae3edb54eb6f396 741aa81
Tuesday, 20 Jul 2021
12:26 Kai Knoblich (kai) search for other commits by this committer
*: Create Django 3.2 ports for net-mgmt/netbox

* Django 2.2 is currently the "default" version in the ports tree due
  its long term support until April 2022.  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 2.11 release possible because it requires
  Django 3.2.  All of the ports listed below were created on the basis
  of their respective original ports:

  - devel/py-dj32-django-rq
  - www/py-dj32-django-auth-ldap
  - www/py-dj32-django-cacheops (updated to a newer release)
  - www/py-dj32-django-cors-headers
  - www/py-dj32-django-debug-toolbar
  - www/py-dj32-django-filter
  - www/py-dj32-django-js-asset
  - www/py-dj32-django-mptt
  - www/py-dj32-django-prometheus
  - www/py-dj32-django-redis
  - www/py-dj32-django-tables2 (updated to a newer release)
  - www/py-dj32-django-taggit (updated to a newer release)
  - www/py-dj32-django-timezone-field
  - www/py-dj32-djangorestframework
  - www/py-dj32-drf-yasg

* Add/update the related CONFLICTS_INSTALL entries as well.

Reviewed by:	koobs, sunpoet
Differential Revision:	https://reviews.freebsd.org/D30977
commit hash: fd76d1a5770102ebbf7653e96dc34910dcf6e01a commit hash: fd76d1a5770102ebbf7653e96dc34910dcf6e01a commit hash: fd76d1a5770102ebbf7653e96dc34910dcf6e01a commit hash: fd76d1a5770102ebbf7653e96dc34910dcf6e01a fd76d1a
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
Tuesday, 10 Nov 2020
08:47 kai search for other commits by this committer
Create some ports that are assigned to Django 3.1 instead Django 2.2

* Django 2.2 is currently the "default" version in the ports tree due its
  long term support until April 2022.  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 2.9 release possible because it requires Django 3.1 and provides no
  backwards compatibility for previous versions of Django.

  - www/py-dj31-django-rq
      (copied from r539662 to use the 2.3.2 release for now)
  - www/py-dj31-django-auth-ldap
  - www/py-dj31-django-cacheops
  - www/py-dj31-django-cors-headers
  - www/py-dj31-django-debug-toolbar
  - www/py-dj21-django-filter
  - www/py-dj31-django-js-asset
  - www/py-dj31-django-mptt
  - www/py-dj31-django-prometheus
  - www/py-dj31-django-redis
  - www/py-dj31-django-tables2
  - www/py-dj31-django-taggit
  - www/py-dj31-django-timezone-field
  - www/py-dj31-djangorestframework
  - www/py-dj31-drf-yasg

* Also limit the new ports to Python 3.6+ due the requirements of Django 3.1
  and add/update the related CONFLICTS_INSTALL entries.

Reviewed by:	sunpoet
Differential Revision:	https://reviews.freebsd.org/D27083
Original commitRevision:554817 
Tuesday, 3 Nov 2020
20:12 kai search for other commits by this committer
www/py-django-cacheops: Update to 5.1

Changelogs since 4.2:

https://github.com/Suor/django-cacheops/blob/5.1/CHANGELOG
https://github.com/Suor/django-cacheops/blob/5.0/CHANGELOG
Original commitRevision:554026 
Friday, 3 Apr 2020
18:31 kai search for other commits by this committer
Assign some ports I maintain from Django 1.11 to Django 2.2

Django 1.11 is End-of-Life since April 2020 thus switch the following ports
to Django 2.2 (which has LTS support until April 2022):

* www/py-django-auth-ldap
* www/py-django-cacheops
* www/py-django-filter
* www/py-django-prometheus

Adjust the required Python version as Django 2.2 needs at least Python 3.5+
and bump the PORTREVISION for package change.

Mark the related py-dj22-* port variants as DEPRECATED because they're
obsolete now.  Don't set an expiration date yet as they're still used by
some consumers and a few more Django 1.11 ports need to be assigned to
Django 2.2 first.
Original commitRevision:530513 
Wednesday, 1 Jan 2020
17:43 kai search for other commits by this committer
www/py-django-cacheops: Update to 4.2

Changelog:

https://github.com/Suor/django-cacheops/blob/4.2/CHANGELOG

MFH: 2020Q1
Original commitRevision:521750 
Friday, 21 Jun 2019
19:10 kai search for other commits by this committer
New port: www/py-dj22-django-cacheops

Repocopy www/py-django-cacheops and assign it to Django 2.2. That port will
be required for the upcoming update of net-mgmt/netbox to 2.6.

Also limit the port to Python 3.5+ as Django 2.2 requires it as minimum
dependency and add the related CONFLICTS_INSTALL entries.
Original commitRevision:504806 
Thursday, 18 Apr 2019
19:42 kai search for other commits by this committer
New port: www/py-django-cacheops

A slick app that supports automatic or manual queryset caching and automatic
granular event-driven invalidation.

It uses redis as backend for ORM cache and redis or filesystem for simple
time-invalidated one.

And there is more to it:

* Decorators to cache any user function or view as a queryset or by time
* Extensions for django and jinja2 templates
* Transparent transaction support
* Dog-pile prevention mechanism
* A couple of hacks to make django faster

WWW: https://github.com/Suor/django-cacheops

Approved by:	mentors (implicit)
Original commitRevision:499311 

Number of commits found: 18