notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: www/py-django-polymorphic/Makefile
SVNWeb

Number of commits found: 8

Wed, 11 Jan 2023
[ 15:58 Dmitry Marakasov (amdmi3) search for other commits by this committer ]    commit hash:77d68471aded6907dbbcb5ef50d557e4c69db656  commit hash:77d68471aded6907dbbcb5ef50d557e4c69db656  commit hash:77d68471aded6907dbbcb5ef50d557e4c69db656  77d6847  (Only the first 10 of 3335 ports in this commit are shown above. View all ports for this commit)
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  e915e75  (Only the first 10 of 1623 ports in this commit are shown above. View all ports for this commit)
www: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *
  *  <hvo.pm@xs4all.nl>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron LI <aly@aaronly.me>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Abel Chow <achow@transoft.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Adrian Steinmann <ast@marabu.ch>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 28 Apr 2022
[ 10:02 Kai Knoblich (kai) search for other commits by this committer ]    commit hash:0cf5531fcd38982e6667fb2b8561eae80c4902c3  commit hash:0cf5531fcd38982e6667fb2b8561eae80c4902c3  commit hash:0cf5531fcd38982e6667fb2b8561eae80c4902c3  0cf5531  (Only the first 10 of 81 ports in this commit are shown above. View all ports for this commit)
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
Mon, 24 Jan 2022
[ 20:54 Guangyuan Yang (ygy) search for other commits by this committer Author: Kevin Golding ]    commit hash:c87b0df3469079f7fd39a912f3dbb02bb57795df  commit hash:c87b0df3469079f7fd39a912f3dbb02bb57795df  commit hash:c87b0df3469079f7fd39a912f3dbb02bb57795df  c87b0df 
www/py-django-polymorphic: Update to 3.1.0

Changelog:	https://github.com/django-polymorphic/django-polymorphic/blob/5111fb070e4e0b0153e816d163871f2039ca2ae2/docs/changelog.rst

PR:		261385
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Thu, 23 Apr 2020
[ 10:53 kai search for other commits by this committer ] Original commit   Revision:532664
www/py-django-filer: Update to 1.7.0

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

* Do the the same for its dependencies and bump PORTREVISION
  accordingly. [1] [2]

Changelog:

https://github.com/divio/django-filer/blob/1.7.0/CHANGELOG.rst

PR:		245470, 245472 [1] 245473 [2]
Approved by:	maintainer timeout (14 days) [1],
		Kevin Golding (maintainer) [2]
Sat, 11 Apr 2020
[ 10:15 kai search for other commits by this committer ] Original commit   Revision:531412
www/py-django_polymorphic: Rename to py-django-polymorphic, Update to 2.1.2

* Use this update, which introduced support for Django 2.2 in the 2.1.0
  release, as preparation to switch from Django 1.11 (End-of-Life) to
  Django 2.2 (current LTS release) once the update for www/py-django-filer
  lands [1].

* Rename the port to match the canonical name at PyPI.

* Update the WWW field to spare users from redirects and fix a whitespace
  issue in the pkg-descr.

* Bump PORTREVISION of its consumer www/py-django-filer due changed
  dependencies.

Changelog:

https://github.com/django-polymorphic/django-polymorphic/blob/v2.1.2/docs/changelog.rst

PR:		245473, 245470 [1]
Approved by:	Kevin Golding <ports@caomhin.org> (maintainer)

Number of commits found: 8