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-auth-ldap/Makefile

Number of commits found: 43

Thursday, 29 Feb 2024
07:18 Charlie Li (vishwin) search for other commits by this committer
devel/py-setuptools-scm: update to 8.0.4

Directory and PORTNAME changed to match normalised name in release
tarball; consumers updated to match.

Although setuptools itself is specified as a run dependency in the
Python package metadata, it is currently left out here to prevent
environment pollution until at least PR 270510 is committed.
Additionally, this version of setuptools-scm requires setuptools>=61,
which means this version is only meant for USE_PYTHON=pep517 ports
as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58
also after PR 270510. science/py-emmet-core is switched to
devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm<8.
devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to
RUN_DEPENDS to compensate.

Further details: https://wiki.freebsd.org/Python/setuptools

Reported by: yuri
Co-authored by: matthew
Exp-run by: antoine (earlier iteration)
Approved by: yuri (science/py-emmet-core, previous iteration)
PR: 272134
Differential Revision: https://reviews.freebsd.org/D39288
commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454 commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454 commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454 commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454 5d4139f
Friday, 17 Nov 2023
01:57 Ruslan Makhmatkhanov (rm) search for other commits by this committer
Bump portrevision for dependant ports

after net/py-ldap renamed to net/py-python-ldap
commit hash: a200c268841cf424abd43a3ab878264ba5da976b commit hash: a200c268841cf424abd43a3ab878264ba5da976b commit hash: a200c268841cf424abd43a3ab878264ba5da976b commit hash: a200c268841cf424abd43a3ab878264ba5da976b a200c26
Monday, 9 Oct 2023
10:25 Kai Knoblich (kai) search for other commits by this committer
www/py-django-auth-ldap: Update to 4.6.0

Changelog:

https://github.com/django-auth-ldap/django-auth-ldap/releases/tag/4.6.0
commit hash: e1c9aa2e2ebe029e22ecb23e5ed3c915cb061842 commit hash: e1c9aa2e2ebe029e22ecb23e5ed3c915cb061842 commit hash: e1c9aa2e2ebe029e22ecb23e5ed3c915cb061842 commit hash: e1c9aa2e2ebe029e22ecb23e5ed3c915cb061842 e1c9aa2
Thursday, 17 Aug 2023
10:30 Kai Knoblich (kai) search for other commits by this committer
www/py-django-auth-ldap: Update to 4.5.0

Changelog:

https://github.com/django-auth-ldap/django-auth-ldap/releases/tag/4.5.0
commit hash: 6422049cfcea3462cd011e7086ae883981626210 commit hash: 6422049cfcea3462cd011e7086ae883981626210 commit hash: 6422049cfcea3462cd011e7086ae883981626210 commit hash: 6422049cfcea3462cd011e7086ae883981626210 6422049
Monday, 24 Jul 2023
04:19 Kai Knoblich (kai) search for other commits by this committer
www/py-django-auth-ldap: Update to 4.4.0

Changelog:

https://github.com/django-auth-ldap/django-auth-ldap/releases/tag/4.4.0
commit hash: 96e854ecaf8869ca7f680001ddc0201ab2f6de0c commit hash: 96e854ecaf8869ca7f680001ddc0201ab2f6de0c commit hash: 96e854ecaf8869ca7f680001ddc0201ab2f6de0c commit hash: 96e854ecaf8869ca7f680001ddc0201ab2f6de0c 96e854e
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
Saturday, 29 Apr 2023
18:30 Kai Knoblich (kai) search for other commits by this committer
www/py-django-auth-ldap: Update to 4.3.0

Changelog:

https://github.com/django-auth-ldap/django-auth-ldap/releases/tag/4.3.0
commit hash: 0f6914ff371779ca19caa6368305ea18e0601186 commit hash: 0f6914ff371779ca19caa6368305ea18e0601186 commit hash: 0f6914ff371779ca19caa6368305ea18e0601186 commit hash: 0f6914ff371779ca19caa6368305ea18e0601186 0f6914f
Tuesday, 4 Apr 2023
18:29 Antoine Brodin (antoine) search for other commits by this committer
USE_PYTHON=pep517: bump PORTREVISION
commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123 commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123 commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123 commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123 1730e97
Friday, 31 Mar 2023
05:14 Kai Knoblich (kai) search for other commits by this committer
www/py-django-auth-ldap: Update to 4.2.0

Changelog:

https://github.com/django-auth-ldap/django-auth-ldap/releases/tag/4.2.0
commit hash: a42566d59faf5980e8daeccd9421f9f5b058a001 commit hash: a42566d59faf5980e8daeccd9421f9f5b058a001 commit hash: a42566d59faf5980e8daeccd9421f9f5b058a001 commit hash: a42566d59faf5980e8daeccd9421f9f5b058a001 a42566d
Sunday, 12 Feb 2023
13:01 Kai Knoblich (kai) search for other commits by this committer
www/py-django-auth-ldap: Switch to PEP517

* Bump PORTREVISION as the package no longer contains byte-code.
commit hash: da141b603d3b7c402afa55ba7cb70683b9b4cbf1 commit hash: da141b603d3b7c402afa55ba7cb70683b9b4cbf1 commit hash: da141b603d3b7c402afa55ba7cb70683b9b4cbf1 commit hash: da141b603d3b7c402afa55ba7cb70683b9b4cbf1 da141b6
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
Wednesday, 20 Jul 2022
14:23 Tobias C. Berner (tcberner) search for other commits by this committer
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>
  *  Alan Eldridge <alane@FreeBSD.org>
  *  Aldert Nooitgedagt
  *  Alex Bakhtin <Alex.Bakhtin@gmail.com>
  *  Alex Deiter <Alex.Deiter@Gmail.COM>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
  *  Alex Kapranoff <alex@kapranoff.ru>
  *  Alex Kapranoff <kapr@crosswinds.net>
  *  Alex Miller (<asm@asm.kiev.ua>)
  *  Alex Pesternikov <ap@page2rss.com>
  *  Alex Povolotsky <tarkhil@over.ru>
  *  Alex Varju <freebsd-ports@varju.ca>
  *  Alexander Koch <fbsd@meersau.de>
  *  Alexander Kriventsov
  *  Alexander Kriventsov <avk@vl.ru>
  *  Alexander Logvinov <info@logvinov.com>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Moisseev <moiseev@mezonplus.ru>
  *  Alexander Nusov <alexander.nusov@nfvexpress.com>
  *  Alexander Zhuravlev <zaa@zaa.pp.ru>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey V. Degtyarev
  *  Alfred Perlstein <alfred@freebsd.org>
  *  Allie Micka <allie@pajunas.com>
  *  Anatoliy Dmytriyev <tolid@plab.ku.dk>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Anders Nordby <anders@fix.no>
  *  Andrea Cervesato <andrea@cervesato.it>
  *  Andrea Sozzi <as@g-cows.org>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrej Zverev <andrey.zverev@electro-com.ru>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrew T. Bennett <potatosaladx@gmail.com>
  *  Andrey Chernov <ache@FreeBSD.org>
  *  Andrey Kostenko <andrey@kostenko.name>
  *  Andrey Slusar <anray@FreeBSD.org>
  *  Anes Muhametov <anes@anes.su>
  *  Anes Mukhametov <anes@anes.su>
  *  Anonymous
  *  Antoine Brodin <antoine@FreeBSD.org>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@tobez.org>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Antony Mawer <ports@mawer.org>
  *  Aron Schlesinger <as@bsdgroup.de>
  *  Ask Bjoern Hansen <ask@valueclick.com>
  *  Autrijus Tang <autrijus@autrijus.org>
  *  Ayumi M <ayu@commun.jp>
  *  Babak Farrokhi <babak@farrokhi.net>
  *  Bartek Rutkowski <robak@FreeBSD.org>
  *  Bartlomiej Rutkowski <r@robakdesign.com>
  *  Bernard Spil <brnrd@FreeBSD.org>
  *  Bernard Spil <brnrd@freebsd.org>
  *  Bill Brinzer <bill.brinzer@gmail.com>
  *  Bill Swingle <unfurl@FreeBSD.org>
  *  Bob Bomar <bob@fly.homeunix.org>
  *  Boris Lytochkin (lytboris@gmail.com)
  *  Brandon Fosdick <bfoz@bfoz.net>
  *  Brendan Molloy <brendan+freebsd@bbqsrc.net>
  *  Brent J. Nordquist <bjn@visi.com>
  *  Brian Somers <brian@FreeBSD.org>
  *  CHOI Junho <cjh@FreeBSD.org>
  *  Carlo Strub
  *  Carlo Strub <cs@FreeBSD.org>
  *  Cecile Neu <neu@mycontrol.de>
  *  Chadwick Sorrell chad@wickdev.com
  *  Charlie & <root@dev2.rambler.ru>
  *  Cheng-Lung Sung <clsung@FreeBSD.org>
  *  Cheng-Lung Sung <clsung@dragon2.net>
  *  Chin-San Huang <chinsan@mail2000.com.tw>
  *  Choe, Cheng-Dae
  *  Chris D. Faulhaber <jedgar@fxp.org>
  *  Chris Larsen <darth@vader.dk>
  *  Christopher Key <cjk32@cam.ac.uk>
  *  Christopher Knaust <jigboe@gmx.de>
  *  Clement Laforet <clement@FreeBSD.org>
  *  Clement Laforet <sheepkiller@cultdeadsheep.org>
  *  Conor McDermottroe <ports@mcdermottroe.com>
  *  Cory R King <coryking@mozimedia.com>
  *  Craig Rodrigues <rodrigc@FreeBSD.org>
  *  Dan Langille <dan@langille.org>
  *  Dan Langille <dvl@FreeBSD.org>
  *  Daniel B. Hemmerich
  *  Daniel Gerzo <danger@FreeBSD.org>
  *  Daniel Morante <daniel@morante.net>
  *  Daniel Roethlisberger <daniel@roe.ch>
  *  Daniel Wijnands <daniel@itxl.nl>
  *  Danny Warren <danny@dannywarren.com>
  *  Dash|RD
  *  Dave Cottlehuber <dch@FreeBSD.org>
  *  David Barksdale <amatus@gnu.org>
  *  Dean Hollister <dean@odyssey.apana.org.au>
  *  Denis Pokataev <catone@cpan.org>
  *  Dennis Herrmann <adox@mcx2.org>
  *  Denny Lin <dennylin93@hs.ntnu.edu.tw>
  *  Dikshie <dikshie@sfc.wide.ad.jp>
  *  Dima Sivachenko
  *  Dima Sivachenko <dima@Chg.RU>
  *  Dirk Froemberg <dirk@FreeBSD.org>
  *  Ditesh Shashikant Gathani <ditesh@gathani.org>
  *  Dmitry Liakh <dliakh@ukr.net>
  *  Dmitry Semkin <lslarry@gmail.com>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Dmitry Sivachenko <dima@Chg.RU>
  *  Dmitry Sivachenko <mitya@yandex-team.ru>
  *  Domas Mituzas <midom@dammit.lt>
  *  Dominic Mitchell <dom@happygiraffe.net>
  *  Dominique Goncalves <dominique.goncalves@gmail.com>
  *  Douglas Thrift
  *  Douglas Thrift <douglas@douglasthrift.net>
  *  Dryice Liu <dryice@FreeBSD.org>
  *  Dryice Liu <dryice@dryice.name>
  *  Elisey Savateev <b3k@mail.ru>
  *  Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@critical.ch>
  *  Eric Freeman <freebsdports@chillibear.com>
  *  Ernst de Haan <znerd@FreeBSD.org>
  *  Erwin Lansing <erwin@FreeBSD.org>
  *  Espen Tagestad <espen@tagestad.no>
  *  Euan Thoms <euan@potensol.com>
  *  Fanying Jen <fanying@fynet.com>
  *  Fernan Aguero
  *  Fernan Aguero <fernan@iib.unsam.edu.ar>
  *  Florent Thoumie <flz@FreeBSD.org>
  *  Florent Thoumie <flz@xbsd.org>
  *  Foxfair Hu <foxfair@FreeBSD.org>
  *  Francisco Cabrita <include@npf.pt.freebsd.org>
  *  Frank Behrens <frank@pinky.sax.de>
  *  Frank Mayhar <frank@exit.com>
  *  Frank Wall <fw@moov.de>
  *  Fred Cox
  *  Frederic Culot <culot@FreeBSD.org>
  *  Frederic Culot <frederic@culot.org>
  *  Fumihiko Kimura <jfkimura@yahoo.co.jp>
  *  G. Adam Stanislav <adam@whizkidtech.net>
  *  Garrett A. Wollman
  *  Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Gea-Suan Lin <gslin@netnews.NCTU.edu.tw>
  *  Geoffroy Desvernay <dgeo@centrale-marseille.fr>
  *  George Hartzell <hartzell@alerce.com>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Gerard Seibert <gerard@seibercom.net>
  *  Gerrit Beine (<tux@pinguru.net>)
  *  Gerrit Beine <gerrit.beine@gmx.de>
  *  Gerrit Beine <tux@pinguru.net>
  *  Gilbert Morgan <gmm@tutanota.com>
  *  Goran Lowkrantz <glz@hidden-powers.com>
  *  Greg Larkin <glarkin@FreeBSD.org>
  *  Groovis <groovis@groovis.net>
  *  Gruen Christian <kiki@bsdro.org>
  *  Grzegorz Blach <gblach@FreeBSD.org>
  *  Guangyuan Yang <ygy@FreeBSD.org>
  *  Guixing Bai <khsing.cn@gmail.com>
  *  Guy P.
  *  Helmut Ritter <freebsd-ports@charlieroot.de>
  *  Henk van Oers <hvo.pm@xs4all.nl>
  *  Henrik Brix Andersen <brix@FreeBSD.org>
  *  Henrik Brix Andersen <henrik@brixandersen.dk>
  *  Henrik Motakef <henrik.motakef@web.de>
  *  Herve Quiroz <hq@FreeBSD.org>
  *  Hiten Pandya <hiten@uk.FreeBSD.org>
  *  Horia Racoviceanu <horia@racoviceanu.com>
  *  Hubert Tournier <hubert@frbsd.org>
  *  Hugo Leisink
  *  Hung-Yi Chen <gaod@hychen.org>
  *  Hye-Shik Chang <perky@python.or.kr>
  *  Igor Vinokurov <igor@zynaps.ru>
  *  Ilia Skalozubov <freebsd@skinc.ru>
  *  J.R. Oldroyd <fbsd@opal.com>
  *  Jacob Atzen <jatzen@gmail.com>
  *  Jacques Marneweck <jacques@php.net>
  *  James Bailie <jimmy@mammothcheese.ca>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  James White <whitejv81@gmail.com>
  *  Janos.Mohacsi@bsd.hu
  *  Jason Helfman <jgh@FreeBSD.org>
  *  Javier Martin Rueda <jmrueda@diatel.upm.es>
  *  Jean Milanez Melo <jmelo@FreeBSD.org>
  *  Jean-Baptiste Quenot <jb.quenot@caraldi.com>
  *  Jeremie Le Hen <jlh@FreeBSD.org>
  *  Jeremy Chadwick <koitsu@FreeBSD.org>
  *  Jeremy Shaffner <jeremy@external.org>
  *  Jev Björsell <ports@ecadlabs.com>
  *  Jim Riggs <ports@christianserving.org>
  *  Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
  *  Jin-Sih Lin <linpct@gmail.com>
  *  Jochen Neumeister <joneum@FreeBSD.org>
  *  Joe Horn <joehorn@gmail.com>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Johann Visagie <wjv@FreeBSD.org>
  *  Johannes Meixner <johannes@perceivon.net>
  *  John Chen <johnpupu@gmail.com>
  *  John Hixson <john@ixsystems.com>
  *  John von Essen
  *  Jon Nistor <nistor@snickers.org>
  *  Jonathan Pater <cowboyneal@gmail.com>
  *  Jonathan Weiss (<jw@innerewut.de>)
  *  Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
  *  Jose Garcia Juanino <jjuanino@gmail.com>
  *  Josef El-Rayes <j.el-rayes@daemon.li>
  *  Joseph Benden <joe@thrallingpenguin.com>
  *  Joseph Koshy <jkoshy@FreeBSD.org>
  *  Joseph Scott (<joseph@randomnetworks.com>)
  *  Joseph Scott <joseph@randomnetworks.com>
  *  Juergen Lock <nox@FreeBSD.org>
  *  Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
  *  Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
  *  Julien Laffaye <jlaffaye@FreeBSD.org>
  *  JunSeon Oh <hollywar@mail.holywar.net>
  *  Juraj Lutter <juraj@lutter.sk>
  *  Justin Hawkins <justin@hawkins.id.au>
  *  Jyun-Yan You <jyyou@cs.nctu.edu.tw>
  *  Kazumasa Nishizawa <k_nishizawa@anet.ne.jp>
  *  Keith Gaughan <k@stereochro.me>
  *  Kelly Yancey <kbyanc@posi.net>
  *  Ken McGlothlen <ken.mcglothlen@gmail.com>
  *  Kevin Golding <ports@caomhin.org>
  *  Kevin Lo <kevlo@FreeBSD.org>
  *  Kim Scarborough <user@unknown.nu>
  *  Kimo <kimor79@yahoo.com>
  *  Kimura Fuyuki <fuyuki@hadaly.org>
  *  Kirill Ponomarew <ponomarew@oberon.net>
  *  Konstantin Menshikov <kostjnspb@yandex.ru>
  *  Koop Mast <einekoai@chello.nl>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Kozlov Sergey <kozlov.sergey.404@gmail.com>
  *  Kris Kennaway <kris@FreeBSD.org>
  *  Kristaps Kulis <kristaps.kulis@gmail.com>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Kurt Lidl (kurt.lidl@cello.com)
  *  Kurt Lidl <kurt.lidl@cello.com>
  *  Kyle Evans <kevans@FreeBSD.org>
  *  Lars Balker Rasmussen <lbr@FreeBSD.org>
  *  Lars Eggert <lars.eggert@gmx.net>
  *  Lars Eggert <larse@isi.edu>
  *  Lars Thegler <lars@thegler.dk>
  *  Lars Thegler <lth@FreeBSD.org>
  *  Lawrence Chen <beastie@tardisi.com>
  *  Li-Wen Hsu <lwhsu@FreeBSD.org>
  *  Li-Wen Hsu <lwhsu@lwhsu.org>
  *  Loic Blot <loic.blot@unix-experience.fr>
  *  Loren M. Lang <loren@north-winds.org>
  *  Luca Pizzamiglio <pizzamig@FreeBSD.org>
  *  Lukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
  *  Lukasz Wasikowski <lukasz@wasikowski.net>
  *  Lung-Pin Chang <changlp@cs.nctu.edu.tw>
  *  MANTANI Nobutaka <nobutaka@nobutaka.com>
  *  MIHIRA Yoshiro <sanpei@FreeBSD.org>
  *  Manuel Kasper <mk@neon1.net>
  *  Manuel Rábade <mig@mig-29.net>
  *  Marc G. Fournier
  *  Marc G. Fournier <scrappy@hub.org>
  *  Marcello Coutinho
  *  Marcin Cieslak <saper@SYSTEM.PL>
  *  Marek Holienka <marekholienka@gmail.com>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Mark Huizer; Eindhoven
  *  Mark Pulford <mark@kyne.com.au>
  *  Martin Matuska <martin@matuska.org>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Waschbuesch <martin@waschbuesch.de>
  *  Martin Wilke (miwi@FreeBSD.org)
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Masafumi NAKANE <max@FreeBSD.org>
  *  Masahiro Teramoto <markun@onohara.to>
  *  Masaki TAGAWA <masaki@club.kyutech.ac.jp>
  *  Mathias Monnerville <mathias@monnerville.com>
  *  Mathieu Arnold <m@absolight.net>
  *  Matthew Seaman
  *  Matthew Seaman <m.seaman@infracaninophile.co.uk>
  *  Matthew Seaman <matthew@FreeBSD.org>
  *  Matthew X. Economou <xenophon+fbsdports@irtnog.org>
  *  Matthias Fechner <mfechner@FreeBSD.org>
  *  Maurice Castro <maurice@castro.aus.net>
  *  Max N. Boyarov <m.boyarov@bsd.by>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Maxime Henrion (mux@FreeBSD.org)
  *  Meno Abels <meno.abels@adviser.com>
  *  Michael Capp <myntric@exeonline.com>
  *  Michael Fausten <ports@michael-fausten.de>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael L. Hostbaek (mich@freebsdcluster.org)
  *  Michael Moll <kvedulv at kvedulv.de>
  *  Michael Moll <kvedulv@kvedulv.de>
  *  Michael Ranner <mranner@inode.at>
  *  Michael Schout <mschout@gkg.net>
  *  Michael Vasilenko <acid@stu.cn.ua>
  *  Mike Meyer
  *  Mikhail T. <michael@fun-box.ru>
  *  Mikhail Teterin <mi@aldan.algebra.com>
  *  Mitchell Smith <mjs@bur.st>
  *  Mitsuru Yoshida <mitsuru@riken.go.jp>
  *  Moggie <moggie@elasticmind.net>
  *  Mohammad S. Babaei <info@babaei.net>
  *  Mons Anderson <mons@cpan.org>
  *  Muhammad Moinur Rahman <5u623l20@gmail.com>
  *  Muhammad Moinur Rahman <bofh@FreeBSD.org>
  *  Mun-Kyo Seo <munggo@pmy.lv>
  *  Munish Chopra <mchopra@engmail.uwaterloo.ca>
  *  Murilo Opsfelder <mopsfelder@gmail.com>
  *  Mykola Marzhan <delgod@portaone.com>
  *  Naram Qashat <cyberbotx@cyberbotx.com>
  *  Neil Blakey-Milner
  *  Neil Blakey-Milner <nbm@FreeBSD.org>
  *  Nick Hilliard <nick@foobar.org
  *  Nick Hilliard <nick@foobar.org>
  *  Nicola Stanislao Vitale <nivit@FreeBSD.org>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Nicola Vitale <nivit@email.it>
  *  Nicolas de Bari Embriz Garcia Rojas <nbari@tequila.io>
  *  Nicole Reid <root@cooltrainer.org>
  *  Oddbjorn Steffensen <oddbjorn@tricknology.org>
  *  Oleg Mamontov <oleg@mamontov.net>
  *  Oleg Pudeyev <oleg@bsdpower.com>
  *  Oleg Sidorkin <osidorkin@gmail.com>
  *  Olivier Cochard-Labbe <olivier@FreeBSD.org>
  *  Olivier Duchateau
  *  Olivier Duchateau <duchateau.olivier@gmail.com>
  *  Paul Schmehl <pauls@utdallas.edu>
  *  Pavel Timofeev <timp87@gmail.com>
  *  Pete Fritchman <petef@databits.net>
  *  Peter <peter@vereshagin.org>
  *  Peter Avalos <pavalos@theshell.com>
  *  Peter Lai <cowbert@gmail.com>
  *  Peter Libassi <peter@libassi.se>
  *  Peter Pentchev <roam@FreeBSD.org>
  *  Peter Schuller <peter.schuller@infidyne.com>
  *  Peter Wemm <peter@netplex.com.au>
  *  Phil Phillips
  *  Philip M. Gollucci <pgollucci@p6m7g8.com>
  *  Philip Paeps <philip@FreeBSD.org>
  *  Philippe Audeoud <jadawin@tuxaco.net>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Qing Feng <qingfeng@douban.com>
  *  Radim Kolar <hsn@sanatana.dharma>
  *  Ralf Gebhart <gebhart@secnetix.de>
  *  Renaud Chaput <renchap@cocoa-x.com>
  *  René Ladan <rene@FreeBSD.org>
  *  René Ladan <rene@freebsd.org>
  *  Richard Gallamore <ultima@FreeBSD.org>
  *  Richard Neese <r.neese@gmail.com>
  *  Ricky E. <codeblock@eighthbit.net>
  *  Rink Springer <rink@FreeBSD.org>
  *  Robert Gogolok <gogo@cs.uni-sb.de>
  *  Rod Taylor <ports@rbt.ca>
  *  Rodrigo Nicola Lombardo <rodnic@gmail.com>
  *  Rong-En Fan <rafan@FreeBSD.org>
  *  Rozhuk Ivan 2019 <rozhuk.im@gmail.com>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Ryan T. Dean <rtdean@cytherianage.net>
  *  Sahil Tandon <sahil@tandon.net>
  *  Scott Sanders <scott@jssjr.com>
  *  Seamus Venasse <svenasse@polaris.ca>
  *  Sergey A. Osokin <osa@FreeBSD.org>
  *  Sergey Kozlov <kozlov.sergey.404@gmail.com>
  *  Sergey Matveychuk <sem@FreeBSD.org>
  *  Sergey Osipov <sipopo@yandex.ru>
  *  Sergey Osokin <osa@FreeBSD.org>
  *  Sergey Osokin aka oZZ <ports@FreeBSD.org>
  *  Sergey Samoyloff <gonza@techline.ru>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Seth Kingsley <sethk@meowfishies.com>
  *  Shaun Amott <shaun@FreeBSD.org>
  *  Shigeyuki Fukushima <shige@FreeBSD.org>
  *  Shinsuke Matsui <smatsui@karashi.org>
  *  Simon 'corecode' Schubert <corecode@corecode.ath.cx>
  *  Simon Dick <simond@irrelevant.org>
  *  Simun Mikecin <numisemis at yahoo.com>
  *  Sir l33tname <sirl33tname@gmail.com>
  *  Sofian Brabez <sbrabez@gmail.com>
  *  Soren Dossing <sauber@netcom.com>
  *  Stanislav Sedov <stas@FreeBSD.org>
  *  Stefan Bethke <stb@lassitu.de>
  *  Stefan Esser <se@FreeBSD.org>
  *  Stefan Hagen <ports@textmail.me>
  *  Stefan `Sec` Zehl <sec@42.org>
  *  Stephane Legrand <stephane@freebsd-fr.org>
  *  Steve Polyack <spolyack@collaborativefusion.com>
  *  Steve Wills <steve@mouf.net>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steve Wills <swills@freebsd.org>
  *  Steven Kreuzer
  *  Steven Kreuzer <skreuzer@FreeBSD.org>
  *  Steven Kreuzer <skreuzer@exit2shel.com>
  *  Steven Kreuzer <skreuzer@exit2shell.com>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sutra Zhou <zhoushuqun@gmail.com>
  *  Søren Straarup <xride@x12.dk>
  *  TAKAHASHI Kaoru <kaoru@kaisei.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  TAKATSU Tomonari <tota@rtfm.jp>
  *  TERAMOTO Masahiro <markun@onohara.to>
  *  Thierry Thomas (<thierry@FreeBSD.org>)
  *  Thierry Thomas <thierry@pompo.net>
  *  Thomas Sandford <freebsduser@paradisegreen.co.uk>
  *  Thomas Zander <riggs@FreeBSD.org>
  *  Thomas-Martin Seck <tmseck@netcologne.de>
  *  Thomas-Martin Seck <tmseck@web.de>
  *  Tobias Rehbein <tobias.rehbein@web.de>
  *  Tom Hukins <tom@FreeBSD.org>
  *  Tom Judge <tj@FreeBSD.org>
  *  Tom McLaughlin <tmclaugh@sdf.lonestar.org>
  *  Tomoyuki Sakurai <cherry@trombik.org>
  *  Torsten Zuehlsdorff <ports@toco-domains.de>
  *  Torsten Zuehlsdorff <tz@FreeBSD.org>
  *  Torsten Zuhlsdorff <ports@toco-domains.de>
  *  Torsten Zühlsdorff <ports@toco-domains.de>
  *  Travis Campbell <hcoyote@ghostar.org>
  *  Trevor Caira <trevor@bitba.se>
  *  Tsung-Han Yeh <snowfly@yuntech.edu.tw>
  *  Tuc <freebsd-ports@t-b-o-h.net>
  *  Ultima
  *  Vanilla I. Shu <vanilla@FreeBSD.org>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Vivek Khera <vivek@khera.org>
  *  Vladimir Timofeev <vovkasm@gmail.com>
  *  Vsevolod Stakhov
  *  Wen Heping
  *  Wen Heping <wen@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Wen Heping<wenheping@gmail.com>
  *  Wen heping <wenheping@gmail.com>
  *  Wen heping <wenheping@gmail.com>)
  *  Will Andrews <andrews@technologist.com>
  *  William Grzybowski <william88@gmail.com>
  *  Xavier Beaudouin <kiwi@oav.net>
  *  Yasuhiro Fukuma <yasuf@big.or.jp>
  *  Yen-Ming Lee <leeym@FreeBSD.org>
  *  Yi-Hsuan Hsin <mhsin@mhsin.org>
  *  Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
  *  Yoshiro MIHIRA <sanpei@FreeBSD.org>
  *  Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  Zach Thompson <hideo@lastamericanempire.com>
  *  Zach Thompson <lin-chi@lastamericanempire.com>
  *  Zahatski Aliaksandr <zag@cpan.org>
  *  Zane C, Bowers-Hadley <vvelox@vvelox.net>
  *  Zhen REN <bg1tpt@gmail.com>
  *  Zhihao Yuan <lichray@gmail.com>
  *  aaron@FreeBSD.org
  *  ache
  *  ache@FreeBSD.org
  *  alex@kapranoff.ru
  *  anders
  *  andrew@scoop.co.nz
  *  andrey@kostenko.name
  *  antoine@FreeBSD.org
  *  arved
  *  babak@farrokhi.net
  *  bf <bf2006a@yahoo.com>
  *  chinsan
  *  chinsan <chinsan.tw@gmail.com>
  *  chinsan <chinsan.tw@gmail.com>, Gea-Suan Lin <gslin@gslin.org>
  *  chinsan <chinsan@mail2000.com.tw>
  *  chinsan <chisnan.tw@gmail.com>
  *  citrin+bsd@citrin.ru
  *  cjr@cruwe.de
  *  clement
  *  clive
  *  clsung
  *  clsung@dragon2.net
  *  coryking
  *  cpm
  *  dom@happygiraffe.net
  *  dsh@vlink.ru
  *  fabian.freyer@physik.tu-berlin.de
  *  gahr
  *  genserg@hotmail.com
  *  gugu
  *  hrs@FreeBSD.org
  *  ijliao
  *  janos.mohacsi@bsd.hu
  *  jfitz
  *  johnpupu <johnpupu@gmail.com>
  *  jupengfei <jupengfei@gmail.com>
  *  k@123.org
  *  kbyanc
  *  kftseng@iyard.org
  *  koshy@india.hp.com
  *  kstailey
  *  lars.eggert@gmx.net
  *  lbr
  *  lbr@FreeBSD.org
  *  lev@FreeBSD.org
  *  mahlon
  *  maintainer.freebsd@xpoundit.com
  *  mbr@FreeBSD.org
  *  milki <milki@rescomp.berkeley.edu>
  *  mjhsieh
  *  mons
  *  mt@primats.org.ua
  *  mwlucas
  *  niels <niels@FreeBSD.org>
  *  nik
  *  nork@cityfujisawa.ne.jp
  *  otaviof@gmail.com
  *  pauls@utdallas.edu
  *  ports@c0decafe.net
  *  ports@c0decafe.net <ports@c0decafe.net>
  *  rene@FreeBSD.org
  *  sada
  *  stas
  *  thierry@pompo.net
  *  thinker <thinker@branda.to>
  *  tobez@plab.ku.dk
  *  toni.viemero@iki.fi
  *  torstenb
  *  tundra
  *  uwe.pierau@tu-clausthal.de
  *  vanilla
  *  vanilla@
  *  will
  *  wollman
  *  wosch@FreeBSD.org
  * # Created by Markus Mann, CTS - FreeBSD Team <de-freebsd@ctseuro.com>

With hat:	portmgr
commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 e915e75
Saturday, 18 Jun 2022
08:36 Kai Knoblich (kai) search for other commits by this committer
www/py-django-auth-ldap: Update to 4.1.0

Changelog:

https://github.com/django-auth-ldap/django-auth-ldap/releases/tag/4.1.0
commit hash: b21507a27271b7c91d31e2723d558a35ea1864ae commit hash: b21507a27271b7c91d31e2723d558a35ea1864ae commit hash: b21507a27271b7c91d31e2723d558a35ea1864ae commit hash: b21507a27271b7c91d31e2723d558a35ea1864ae b21507a
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
Saturday, 8 Jan 2022
13:16 Kai Knoblich (kai) search for other commits by this committer
www/py-django-auth-ldap: Update to 4.0.0

* Python 3.6 is now gone from the Ports so remove the cruft that was
  required for it.

* Add a workaround to make the port still buildable with Python's
  distutils by using the "setup.py" from the previous release.

Changelog:

https://github.com/django-auth-ldap/django-auth-ldap/releases/tag/4.0.0

MFH:		2022Q1
commit hash: ea65e53e24760311cacaa8d62a0daf0333e89123 commit hash: ea65e53e24760311cacaa8d62a0daf0333e89123 commit hash: ea65e53e24760311cacaa8d62a0daf0333e89123 commit hash: ea65e53e24760311cacaa8d62a0daf0333e89123 ea65e53
Monday, 2 Aug 2021
05:53 Kai Knoblich (kai) search for other commits by this committer
www/py-django-auth-ldap: Update to 3.0.0

Changelog:

https://github.com/django-auth-ldap/django-auth-ldap/blob/3.0.0/CHANGES

MFH:		No (contains backwards incompatible changes)
commit hash: c000e62846b1e1b0d1c634c9389efc46c0267253 commit hash: c000e62846b1e1b0d1c634c9389efc46c0267253 commit hash: c000e62846b1e1b0d1c634c9389efc46c0267253 commit hash: c000e62846b1e1b0d1c634c9389efc46c0267253 c000e62
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
Tuesday, 25 May 2021
13:55 Dmitry Marakasov (amdmi3) search for other commits by this committer
Mk: switch PYTHON_REL to 5 digits to support python 3.10.x

PR:		255013
Differential Revision:	https://reviews.freebsd.org/D29418
Exp-run by:	antoine
Approved by:	wen@, no objection from python@ or portmgr@
commit hash: 0729af4255a63ee299e0c63a18b6a86520a19e02 commit hash: 0729af4255a63ee299e0c63a18b6a86520a19e02 commit hash: 0729af4255a63ee299e0c63a18b6a86520a19e02 commit hash: 0729af4255a63ee299e0c63a18b6a86520a19e02 0729af4
Thursday, 15 Apr 2021
09:27 Kai Knoblich (kai) search for other commits by this committer
www/py-django-auth-ldap: Update to 2.4.0

Changelog:

https://github.com/django-auth-ldap/django-auth-ldap/blob/2.4.0/CHANGES
commit hash: 853208cd6b6d9d0fab804e8655452378c93ce19c commit hash: 853208cd6b6d9d0fab804e8655452378c93ce19c commit hash: 853208cd6b6d9d0fab804e8655452378c93ce19c commit hash: 853208cd6b6d9d0fab804e8655452378c93ce19c 853208c
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
Sunday, 28 Feb 2021
17:16 kai search for other commits by this committer
www/py-django-auth-ldap: Update to 2.3.0

Changelog:

https://github.com/django-auth-ldap/django-auth-ldap/blob/2.3.0/CHANGES
Original commitRevision:566779 
Thursday, 14 Jan 2021
14:34 dbaio search for other commits by this committer
Remove PY_SPHINX from ports using Python 3

Approved by:	 portmgr blanket
Differential Revision:	https://reviews.freebsd.org/D28093
Original commitRevision:561562 
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, 2 Nov 2020
07:14 kai search for other commits by this committer
www/py-django-auth-ldap: Update to 2.2.0

* Make the port concurrent safe as it also installs documentation files
  outside of Python's sitelib directory.

Changelog:

https://github.com/django-auth-ldap/django-auth-ldap/blob/2.2.0/CHANGES
Original commitRevision:553887 
Monday, 11 May 2020
23:51 dbaio search for other commits by this committer
Update Sphinx

- Repocopy textproc/py-sphinx to textproc/py-sphinx18

  Update it to 1.8.5 (latest version from 1.8.X).
  This version supports Python 2 and 3.
  Add test target.

- textproc/py-sphinx: Update to 3.0.2

  Python 3 only (3.5+).
  Add test target.

- Mk/Uses/python.mk: Add PY_SPHINX

  Shared macro to use with flavors and not break
  ports with USES=python (all versions).

  Python >=3.5  --> textproc/py-sphinx (v3.0.2)
  Python < 3.5  --> textproc/py-sphinx18 (v1.8.5)

  All ports that uses sphinx were changed to use the new variable
  ${PY_SPHINX} in the dependency line, exceptions:

    * Ports that fails to build with sphinx 3.0.2 because of code.
      They are pointing to textproc/py-sphinx18 directly.
      There aren't many ports.

    * Ports that doesn't know Python flavors.

- Add several patches to fix Sphinx consumers

  The most common issues are related with pkg-plist, the output
  files from Sphinx changes between versions, keep this dynamically
  is the better approach.

  This will save time in future sphinx updates.

PR:		245629
Exp-run by:	antoine
Original commitRevision:534966 
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 
Sunday, 29 Mar 2020
12:14 kai search for other commits by this committer
www/py-django-auth-ldap: Update to 2.1.1

Changelog:

* Removed deprecated "providing_args" from "Signal" instances.

https://github.com/django-auth-ldap/django-auth-ldap/blob/2.1.1/CHANGES
Original commitRevision:529800 
Friday, 13 Dec 2019
14:29 kai search for other commits by this committer
www/py-django-auth-ldap: Update to 2.1.0

Changelog:

* Reject authentication requests without a username
* Added support for Django 3.0 and Python 3.8
* Removed support for Django 2.1 which is End-of-Life

https://github.com/django-auth-ldap/django-auth-ldap/blob/2.1.0/CHANGES
Original commitRevision:520036 
Thursday, 20 Jun 2019
12:46 kai search for other commits by this committer
www/py-django-auth-ldap: Update to 2.0.0

* Take maintainership due three consecutive maintainer timeouts
* Limit to Python 3.5 and later as upstream has dropped the support for
  Python 2 and 3.4

Changelog:

https://github.com/django-auth-ldap/django-auth-ldap/blob/2.0.0/CHANGES

PR:		238359
Approved by:	maintainer timeout
Original commitRevision:504628 
Saturday, 25 May 2019
14:20 kai search for other commits by this committer
New port: www/py-dj22-django-auth-ldap

Repo-copy www/py-django-auth-ldap and assign it to Django 2.2 to enable LDAP
authentication with net-mgmt/netbox that has been switched to Django 2.2 in
r502550 .

Also limit the port to Python 3.5+ as Django 2.2 requires it as minimum
dependency and update all related CONFLICTS_INSTALL entries.
Original commitRevision:502577 
Monday, 25 Mar 2019
15:55 kai search for other commits by this committer
New port: www/py-dj21-django-auth-ldap

Repo-copy www/py-django-auth-ldap and assign it to Django 2.1 to enable LDAP
authentication with net-mgmt/netbox that has been switched to Django 2.1
recently.

Also limit the port to Python 3.5+ as Django 2.1 requires it as minimum
dependency and to save some overhead in the building infrastructure.

Reported by:	Thomas Kurschel (via private email)
Approved by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D19576
Original commitRevision:496828 
Wednesday, 13 Mar 2019
15:47 kai search for other commits by this committer
www/py-django-auth-ldap: Update to 1.7.0

While I'm here:
* Pet portlint

Notable changes since 1.5.0:

* Add support for Python 3.7 and Django 2.1
* Fix group membership queries with DNs containing non-ascii characters
  on Python 2.7

https://github.com/django-auth-ldap/django-auth-ldap/blob/1.7.0/CHANGES

PR:		236051
Approved by:	miwi (mentor), maintainer timeout
Differential Revision:	https://reviews.freebsd.org/D19436
Original commitRevision:495585 
Saturday, 26 May 2018
18:40 miwi search for other commits by this committer
- Update to 1.5.0
- Switch to django111
- Added NO_ARCH
- Added DOC Options
- Update WWW

PR:	228262
Submitted by:	freebsd_ports@k-worx.org
Approved by:	maintainer timeout
Sponsored by:	iXsystems Inc.
Original commitRevision:470944 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Wednesday, 10 Feb 2016
18:59 rm search for other commits by this committer
www/py-django-auth-ldap: update to 1.2.7

- update to 1.2.7: this release adds support for python3 via pyldap.
- add LICENSE_FILE and NO_ARCH

PR:		206605
Approved by:	maintainer timeout (16 days)
Original commitRevision:408643 
Saturday, 16 Jan 2016
11:19 miwi search for other commits by this committer
- Switch forgotten ports over to py-django18
- Fix PYTHON_PKGNAMEPREFIX

Reported by:    antoinebot
Original commitRevision:406208 
09:52 miwi search for other commits by this committer
- Switch all ports to www/py-django18
- Bump PORTREVISION
Original commitRevision:406203 
Thursday, 18 Jun 2015
19:56 rm search for other commits by this committer
net/py-ldap2: rename to py-ldap

To better match upstream name
Original commitRevision:390060 
Saturday, 18 Oct 2014
19:10 rm search for other commits by this committer
www/py-django-auth-ldap: convert to USES=python

- convert to USES=python
- limit python version to 2.x, because it's dependency, py-ldap2, doesn't
  support python3 yet

Approved by:	portmgr (blanket)
Original commitRevision:371158 
Tuesday, 21 Jan 2014
20:02 rm search for other commits by this committer
This is a Django authentication backend that authenticates against an LDAP
service. Configuration can be as simple as a single distinguished name template,
but there are many rich configuration options for working with users, groups,
and permissions.

WWW: http://pythonhosted.org/django-auth-ldap/

PR:		185959
Submitted by:	Alexander Kriventsov <avk@vl.ru>
Original commitRevision:340647 

Number of commits found: 43