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

Number of commits found: 28

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
Sunday, 9 Oct 2022
16:54 Kai Knoblich (kai) search for other commits by this committer
www/py-djangorestframework: Update to 3.14.0

Changelog:

https://www.django-rest-framework.org/community/release-notes/#3140
commit hash: a7f6cbe48fd2df12447a1ddc8266a4bb125e6c18 commit hash: a7f6cbe48fd2df12447a1ddc8266a4bb125e6c18 commit hash: a7f6cbe48fd2df12447a1ddc8266a4bb125e6c18 commit hash: a7f6cbe48fd2df12447a1ddc8266a4bb125e6c18 a7f6cbe
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
  - 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
Saturday, 7 May 2022
11:04 Kai Knoblich (kai) search for other commits by this committer
www/py-djangorestframework: Update to 3.13.1

* Remove obsolete entries from CONFLICTS_INSTALL.

* Update pkg-descr to match reality.

Changelog since 3.12.4:

https://www.django-rest-framework.org/community/release-notes/#313x-series
commit hash: f38fc1bea7ccf044bd29823744b8da939a257687 commit hash: f38fc1bea7ccf044bd29823744b8da939a257687 commit hash: f38fc1bea7ccf044bd29823744b8da939a257687 commit hash: f38fc1bea7ccf044bd29823744b8da939a257687 f38fc1b
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, 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:54 kai search for other commits by this committer
www/py-djangorestframework: Update to 3.12.4

Changelog since 3.12.2:

https://www.django-rest-framework.org/community/release-notes/#3124
Original commitRevision:569315 
Thursday, 21 Jan 2021
09:16 kai search for other commits by this committer
www/py-djangorestframework: Update to 3.12.2

* Remove obsolete info from pkg-descr while I'm here.

Changelog:

https://www.django-rest-framework.org/community/release-notes/#3122
Original commitRevision:562182 
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 
Thursday, 22 Oct 2020
17:56 sunpoet search for other commits by this committer
Update to 3.12.1

Changes:	https://github.com/encode/django-rest-framework/releases
		https://github.com/encode/django-rest-framework/commits/master
PR:		250122
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 18 days)
Original commitRevision:553053 
Friday, 29 May 2020
15:45 kai search for other commits by this committer
www/py-djangorestframework: Update to 3.11.0

* Switch the port to Django 2.2 (current LTS release) as well because
  Django 1.11 is End-of-Life since April.  Do the same for www/py-drf-yasg.

* Repo-copy www/py-djangorestframework to www/py-djangorestframework311
  which will be used as a transitional package by www/seahub until it gets
  support for Django 2.2+ in the next weeks/months.

* Drop the Python 2.7 support of the remaining consumers to avoid breakage
  of "bulk -a".

* Mark both repo-copied ports www/py-dj22-{djangorestframework,drf-yasg} as
  deprecated because they're obsolete now.

PR:		245309
Reviewed by:	sunpoet (earlier revision), ultima
Differential Revision:	https://reviews.freebsd.org/D24850
Original commitRevision:536980 
Friday, 21 Jun 2019
07:26 kai search for other commits by this committer
www/py-djangorestframework: Update to 3.9.4

Changelog:

https://www.django-rest-framework.org/community/release-notes/#394
Original commitRevision:504760 
Thursday, 25 Apr 2019
16:54 kai search for other commits by this committer
www/py-djangorestframework: Update to 3.9.2

Changes since 3.9.0:

* Routers: invalidate _urls cache on register()
* Deferred schema renderer creation to avoid requiring pyyaml.
* Added 'request_forms' block to base.html
* Fixed SchemaView to reset renderer on exception.
* Update Django Guardian dependency.
* Ensured support for Django 2.2
* Made templates compatible with session-based CSRF.
* Adjusted field validators to accept non-list iterables.
* Added SearchFilter.get_search_fields() hook.
* Fix DeprecationWarning when accessing collections.abc classes via
  collections.
* Allowed Q objects in limit_choices_to introspection.
* Added lazy evaluation to composed permissions.
* Add negation ~ operator to permissions composition.
* Avoided calling distinct on annotated fields in SearchFilter.
* Introduced RemovedInDRF...Warning classes to simplify deprecations.
* Resolve XSS issue in browsable API.
* Upgrade Bootstrap to 3.4.0 to resolve XSS issue.
* Resolve issues with composable permissions.
* Respect limit_choices_to on foreign keys.

https://www.django-rest-framework.org/community/release-notes/#39x-series

Approved by:	mentors (implicit)
Original commitRevision:500034 
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:36 miwi search for other commits by this committer
- Update to 3.9.0

Changes by upstream:
- https://www.django-rest-framework.org/community/release-notes/#39x-series

PR:		234639
Submitted by:	maintainer
Sponsored by:	iXsystems Inc.
Original commitRevision:491584 
Tuesday, 17 Apr 2018
19:25 pi search for other commits by this committer
New port: www/py-djangorestframework as version 3.8.x

- py-djangorestframework 3.6.x lives on as py-djangorestframework36
- seahub and django-annotations stay on -36

PR:		227319
Submitted by:	Kai <freebsd_ports@k-worx.org>
Reviewed by:	antoine, sunpoet
Original commitRevision:467652 
Friday, 29 Dec 2017
20:53 antoine search for other commits by this committer
Revert r457271, version 3.7.7 is not compatible with django 1.8

With hat:	portmgr
Original commitRevision:457543 
09:01 antoine search for other commits by this committer
Simplify some USES=python

With hat:	portmgr
Original commitRevision:457499 
Tuesday, 26 Dec 2017
10:12 alfred search for other commits by this committer
www/py-djangorestframework: update to 3.7.7
Original commitRevision:457271 
Tuesday, 29 Aug 2017
05:03 alfred search for other commits by this committer
update to 3.6.4 for py3 support
Original commitRevision:448890 
Monday, 21 Mar 2016
05:03 alfred search for other commits by this committer
www/py-djangorestframework: update to 3.3.3
Original commitRevision:411537 
Sunday, 7 Feb 2016
16:36 alfred search for other commits by this committer
- Update to 3.3.2.
Original commitRevision:408424 
16:22 alfred search for other commits by this committer
Add django rest framework and some of its modules.

Differential Revision:      https://reviews.freebsd.org/D3806
Original commitRevision:408420 

Number of commits found: 28