| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
MFH: 2021Q3
(cherry picked from commit 2de87091dbc4505993ea2a1deb77664dca6b02b5)
|
| |
|
| |
|
|
|
|
|
|
|
| |
* Pet portclippy/portfmt, no functional changes.
Notes:
svn path=/head/; revision=540752
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Switch to Django 2.2 (current LTS release) because Django 1.11 is
End-of-Life.
* Introduce a DJANGO30 option to make use of the Django 3.0 port and set the
Python version accordingly for each option.
* Keep the DJANGO111 option for now as long as Django 1.11 is still present
in the Ports tree.
Django 1.11 is still required for www/py-django-mezzanine, www/seahub and
their dependencies. There's is work in progress by upstream to make these
ports compatible for Django 2.2+ .
PR: 245309
Submitted by: wen (via private e-mail, based on)
Reviewed by: sunpoet
Differential Revision: https://reviews.freebsd.org/D25495
Notes:
svn path=/head/; revision=540748
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Django 1.11 has reached its End-of-Life so mark it as DEPRECATED. Don't set
an EXPIRATION_DATE yet as various consumers need to be switched to
Django 2.2 beforehand, which will happen in the next weeks/months.
When everything is complete there should be no py-dj22-* ports left and the
Ports tree has a few Python 2.7 packages less because Django 2.2 only
supports Python 3.5 or later.
Adjust the description of Django 1.11 of the www/py-django meta-port
accordingly. Also fix a small typo in the Django 2.2 description while I'm
here.
PR: 245309
Reviewed by: koobs, wen (via private e-mail)
Differential Revision: https://reviews.freebsd.org/D24221
Notes:
svn path=/head/; revision=530470
|
|
|
|
|
|
|
|
| |
MFH: 2020Q1
Security: CVE-2020-9402
Notes:
svn path=/head/; revision=528261
|
|
|
|
| |
Notes:
svn path=/head/; revision=525226
|
|
|
|
| |
Notes:
svn path=/head/; revision=524709
|
|
|
|
| |
Notes:
svn path=/head/; revision=516855
|
|
|
|
| |
Notes:
svn path=/head/; revision=513540
|
|
|
|
| |
Notes:
svn path=/head/; revision=511022
|
|
|
|
| |
Notes:
svn path=/head/; revision=508021
|
|
|
|
|
|
|
|
|
| |
(include security fix)
MFH: 2019Q3
Notes:
svn path=/head/; revision=505572
|
|
|
|
|
|
|
| |
MFH: 2019Q2
Notes:
svn path=/head/; revision=503391
|
|
|
|
| |
Notes:
svn path=/head/; revision=503144
|
|
|
|
| |
Notes:
svn path=/head/; revision=503122
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=495043
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=494913
|
|
|
|
| |
Notes:
svn path=/head/; revision=492957
|
|
|
|
| |
Notes:
svn path=/head/; revision=489408
|
|
|
|
| |
Notes:
svn path=/head/; revision=486714
|
|
|
|
| |
Notes:
svn path=/head/; revision=481240
|
|
|
|
| |
Notes:
svn path=/head/; revision=477597
|
|
|
|
|
|
|
|
| |
PR: 227149 (related to)
Submitted by: Kai <freebsd_ports@k-worx.org>
Notes:
svn path=/head/; revision=477575
|
|
|
|
| |
Notes:
svn path=/head/; revision=476269
|
|
|
|
| |
Notes:
svn path=/head/; revision=475821
|
|
|
|
|
|
|
|
|
|
| |
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
Notes:
svn path=/head/; revision=472884
|
|
|
|
| |
Notes:
svn path=/head/; revision=468878
|
|
|
|
| |
Notes:
svn path=/head/; revision=466333
|
|
|
|
| |
Notes:
svn path=/head/; revision=463758
|
|
|
|
| |
Notes:
svn path=/head/; revision=460750
|
|
|
|
| |
Notes:
svn path=/head/; revision=457881
|
|
|
|
| |
Notes:
svn path=/head/; revision=457584
|
|
|
|
| |
Notes:
svn path=/head/; revision=456151
|
|
|
|
| |
Notes:
svn path=/head/; revision=455987
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=455210
|
|
|
|
| |
Notes:
svn path=/head/; revision=453366
|
|
|
|
| |
Notes:
svn path=/head/; revision=451367
|
|
|
|
|
|
|
| |
MFH: 2017Q3
Notes:
svn path=/head/; revision=449370
|
|
|
|
|
|
|
|
|
|
|
| |
- While I'm here, change indent
PR: 221746
Submitted by: dvl
MFH: 2017Q3
Notes:
svn path=/head/; revision=448688
|
|
|
|
|
|
|
|
|
| |
- Update WWW
Reference: https://www.djangoproject.com/download/#supported-versions
Notes:
svn path=/head/; revision=445516
|
|
|
|
| |
Notes:
svn path=/head/; revision=441895
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412351
|
|
|
|
| |
Notes:
svn path=/head/; revision=406202
|
|
|
|
|
|
|
|
|
|
| |
PR: 205348
Submitted by: Pierre Guinoiseau
MFH: 2015Q4
Security: 11c52bc6-97aa-11e5-b8df-14dae9d210b8
Notes:
svn path=/head/; revision=404368
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
www/py-django17: Update to 1.7.10
www/py-django14: Update to 1.14.22
MFH: 2015Q3
Relnotes: https://www.djangoproject.com/weblog/2015/aug/18/security-releases/
Security: b0e54dc1-45d2-11e5-adde-14dae9d210b8
Security: CVE-2015-5963
Security: CVE-2015-5964
Notes:
svn path=/head/; revision=394793
|
|
|
|
|
|
|
| |
Security: 37ed8e9c-2651-11e5-86ff-14dae9d210b8
Notes:
svn path=/head/; revision=391666
|
|
|
|
|
|
|
|
|
| |
PR: 200543
Submitted by: Jason Unovitch <jason.unovitch@gmail.com>
Security: 48504af7-07ad-11e5-879c-00e0814cab4e
Notes:
svn path=/head/; revision=388118
|
|
|
|
| |
Notes:
svn path=/head/; revision=385238
|