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-timezone-field/Makefile

Number of commits found: 25

Sunday, 3 Dec 2023
15:02 Kai Knoblich (kai) search for other commits by this committer
www/py-django-timezone-field: Update to 6.1.0

* Remove no longer required patch that has been merged by upstream.

Changelog:

https://github.com/mfogel/django-timezone-field/compare/6.0.1...6.1.0
commit hash: b9a32eca51fc30eefad8c1abda75e1b4d8f443cf commit hash: b9a32eca51fc30eefad8c1abda75e1b4d8f443cf commit hash: b9a32eca51fc30eefad8c1abda75e1b4d8f443cf commit hash: b9a32eca51fc30eefad8c1abda75e1b4d8f443cf b9a32ec
Thursday, 28 Sep 2023
05:59 Kai Knoblich (kai) search for other commits by this committer
www/py-django-timezone-field: Update to 6.0.1

Changelog since 5.1:

https://github.com/mfogel/django-timezone-field/compare/5.1...6.0.1
commit hash: c5de4f1063be4f8286b30805ab72ff919b1b03bf commit hash: c5de4f1063be4f8286b30805ab72ff919b1b03bf commit hash: c5de4f1063be4f8286b30805ab72ff919b1b03bf commit hash: c5de4f1063be4f8286b30805ab72ff919b1b03bf c5de4f1
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
08:26 Kai Knoblich (kai) search for other commits by this committer
www/py-django-timezone-field: Update to 5.1

* Switch to PEP-517 build and remove no longer required patch.

Changelog:

https://github.com/mfogel/django-timezone-field/compare/5.0...5.1
commit hash: 57b280ae7e844a5621a2e0ad2cca6ee52501f524 commit hash: 57b280ae7e844a5621a2e0ad2cca6ee52501f524 commit hash: 57b280ae7e844a5621a2e0ad2cca6ee52501f524 commit hash: 57b280ae7e844a5621a2e0ad2cca6ee52501f524 57b280a
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
Friday, 19 Aug 2022
05:03 Kai Knoblich (kai) search for other commits by this committer
www/py-django-timezone-field: Fix regression with newer pytz releases

* Backport a PR which fixes the "ZoneInfoNotFoundError" exception when
  populating and comparing timezones against pytz which don't yet exist
  in zoneinfo.

MFH:		2022Q3
commit hash: 0bd37e7de4d022d9540e1e239033c756cc671174 commit hash: 0bd37e7de4d022d9540e1e239033c756cc671174 commit hash: 0bd37e7de4d022d9540e1e239033c756cc671174 commit hash: 0bd37e7de4d022d9540e1e239033c756cc671174 0bd37e7
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
  - www/py-dj40-django-auth-ldap
  - www/py-dj40-django-cors-headers
  - www/py-dj40-django-debug-toolbar
  - www/py-dj40-django-filter
  - www/py-dj40-django-graphiql-debug-toolbar
  - www/py-dj40-django-js-asset
  - www/py-dj40-django-mptt
  - www/py-dj40-django-prometheus
  - www/py-dj40-django-redis
  - www/py-dj40-django-tables2
  - www/py-dj40-django-taggit
  - www/py-dj40-django-timezone-field
  - www/py-dj40-djangorestframework
  - www/py-dj40-drf-yasg

* Simplify the related CONFLICTS_INSTALL entries as well.  This also
  reduces editing of the Makefiles if another ports need to be
  "repo-copied" (e.g. for Django 4.1) based on the original ports in the
  future. [1]

Reviewed by:	se [1], sunpoet
Differential Revision:	https://reviews.freebsd.org/D35444
commit hash: 89acacbfee22729e7d1bfcce383d455bb88adfc3 commit hash: 89acacbfee22729e7d1bfcce383d455bb88adfc3 commit hash: 89acacbfee22729e7d1bfcce383d455bb88adfc3 commit hash: 89acacbfee22729e7d1bfcce383d455bb88adfc3 89acacb
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
Tuesday, 8 Mar 2022
06:44 Kai Knoblich (kai) search for other commits by this committer
www/py-django-timezone-field: Update to 5.0

* Remove obsolete entries from CONFLICTS_INSTALL and no longer required
  REST option.

Changelog:

https://github.com/mfogel/django-timezone-field/tree/5.0#changelog
commit hash: fe7c38bf14ba81029568cb72d3dcbd6d486b192f commit hash: fe7c38bf14ba81029568cb72d3dcbd6d486b192f commit hash: fe7c38bf14ba81029568cb72d3dcbd6d486b192f commit hash: fe7c38bf14ba81029568cb72d3dcbd6d486b192f fe7c38b
Tuesday, 18 Jan 2022
18:18 Kai Knoblich (kai) search for other commits by this committer
www/py-django-timezone-field: Update to 4.2.3

* Introduce new default option REST which adds support for field
  serialization.

Changelog:

https://github.com/mfogel/django-timezone-field/compare/4.1.2...4.2.3

MFH:		2022Q1
commit hash: 37629653c395741857e6cd3d5612db82d2d2bb12 commit hash: 37629653c395741857e6cd3d5612db82d2d2bb12 commit hash: 37629653c395741857e6cd3d5612db82d2d2bb12 commit hash: 37629653c395741857e6cd3d5612db82d2d2bb12 3762965
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
Saturday, 27 Mar 2021
10:52 kai search for other commits by this committer
www/py-django-timezone-field: Update to 4.1.2

Changelog:

* Avoid "NonExistentTimeError" during DST transition
Original commitRevision:569314 
Thursday, 11 Mar 2021
18:53 kai search for other commits by this committer
www/py-django-timezone-field: Update to 4.1.1

Changelog since 4.0:

* Don't import "rest_framework" from package root
* Add Django REST Framework serializer field
* Add new "choices_display" kwarg with supported values "WITH_GMT_OFFSET"
  and "STANDARD"
* Deprecate "display_GMT_offset" kwarg
Original commitRevision:568120 
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 
Monday, 6 Apr 2020
07:52 kai search for other commits by this committer
www/py-django-timezone-field: Update to 4.0

* Also assign it to Django 2.2 (current LTS release) as Django 1.11 is
  End-of-Life since April 2020.

* Set the repo-copied port www/py-dj22-django-timezone-field as DEPRECATED
  because it's obsolete now.  Don't set an expiration date yet as it's still
  used by net-mgmt/netbox and a few more Django 1.11 ports need to be
  assigned to Django 2.2 first.

* Also update the CONFLICTS_INSTALL entries as the repo-copied port
  py-dj21-django-timezone-field no longer exists in the Ports tree.

Changelog:

* Add support for Django 3.0 and Python 3.8
* Drop support for Django 1.11, 2.0, 2.1 and Python 2.7, 3.4

PR:		245309
Original commitRevision:530866 
Friday, 13 Dec 2019
11:37 kai search for other commits by this committer
www/py-django-timezone-field: Ignore releases newer than 4.x

* The 4.0 release dropped support for Django 1.11, 2.0 and 2.1 and
  Python 2.7 related code was also removed.

  Set PORTSCOUT accordingly as Django 1.11 still remains in the Ports tree
  until 2020Q2.
Original commitRevision:520020 
Sunday, 3 Nov 2019
11:52 kai search for other commits by this committer
www/py-django-timezone-field: Update to 3.1

Changelog:

* Officially support django 2.2 (already worked)
* Add option to display TZ offsets in form field
Original commitRevision:516411 
Saturday, 25 May 2019
10:10 kai search for other commits by this committer
net-mgmt/netbox: Update to 2.5.12 and switch to Django 2.2

Upstream decided to switch from Django 2.1 to the 2.2 LTS release to fix a
rather annoying bug that generated intermittent errors when objects were
deleted/manipulated.

Therefore the same procedure must be done in almost the same way as in
r492690 to make NetBox compatible with Django 2.2 in the ports tree.

That means to repocopy the required Django 1.11 ports, assign them to
Django 2.2, limit them to Python 3.5+ and update all related
CONFLICTS_INSTALL entries accordingly:

* www/py-dj22-django-cors-headers [1]
* www/py-dj22-django-debug-toolbar
* www/py-dj22-django-filter
* www/py-dj22-django-js-asset
* www/py-dj22-django-mptt
* www/py-dj22-django-tables2
* www/py-dj22-django-taggit-serializer
* www/py-dj22-django-timezone-field
* www/py-dj22-drf-yasg

[1] www/py-django-cors-headers was repocopied from r500510 to keep on the
    2.5.x branch as 3.x introduced some backward incompatibilities that
    haven't been fully tested, yet.

Changelog since 2.5.10:

Enhancements:

* Improve natural ordering of device components
* Add support for filtering cables by connected device
* Add decommissioning status for devices

Bug Fixes:

* Fix natural ordering of device components (after it has been improved
  before)
* Upgrade Django requirement to 2.2 to fix object deletion issue in the
  changelog middleware
* Preserve multiselect filter values when updating per-page count for list
  views
* Fix ordering of interface connections list by termination B name/device
* Fix tagged_items count in tags API endpoint
* Disable last_login update on login when maintenance mode is enabled

Reviewed by:	koobs, miwi
Differential Revision:	https://reviews.freebsd.org/D20103
Original commitRevision:502550 
Monday, 11 Feb 2019
12:00 kai search for other commits by this committer
Create some ports that are assigned to Django 2.1 instead Django 1.11.

Django 1.11 is currently the "default" version in the ports tree due its
long term support until April 2020 thus ports that are assigned to that
version will exist until then.

The following packages are required to make the upgrade of net-mgmt/netbox
to 2.5.x possible because upstream has decided to switch from Django 1.11
to Django 2.1:

* www/py-dj21-django-cors-headers
* www/py-dj21-django-debug-toolbar
* www/py-dj21-django-filter
* www/py-dj21-django-js-asset
* www/py-dj21-django-mptt
* www/py-dj21-django-tables2
* www/py-dj21-django-taggit
* www/py-dj21-django-timezone-field
* www/py-dj21-djangorestframework
* www/py-dj21-drf-yasg

Also limit the new ports to Python 3.5 and later to match the requirements
for Django 2.1 and to reduce some overhead in the building infrastructure.

Reviewed by:	miwi, tcberner (mentors)
Approved by:	miwi
Differential Revision:	https://reviews.freebsd.org/D19059
Original commitRevision:492690 
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 
Tuesday, 29 Jan 2019
16:20 miwi search for other commits by this committer
- Update to 3.0
- Switch to py-django111

Changes by upstream:
- https://github.com/mfogel/django-timezone-field/blob/3.0/README.rst

PR:		234617
Submitted by:	maintainer
Sponsored by:	iXsystems Inc.
Original commitRevision:491579 
Tuesday, 27 Mar 2018
21:58 yuri search for other commits by this committer
New port: www/py-django-timezone-field: Provides database and form fields for
pytz timezone objects for Django

PR:		226913
Submitted by:	Kai <freebsd_ports@k-worx.org>
Original commitRevision:465766 

Number of commits found: 25