non port: www/py-django-js-asset/Makefile |
Number of commits found: 25 |
Friday, 7 Mar 2025
|
13:47 Kai Knoblich (kai)
www/py-django-js-asset: Update to 3.1.2
Changelog since 3.0.1:
https://github.com/matthiask/django-js-asset/compare/3.0.1...3.1.2
4e3646b |
Monday, 27 Jan 2025
|
05:17 Kai Knoblich (kai)
www/py-django-js-asset: Update to 3.0.1
* Support for Python 3.9 was dropped with version 3.0.0, adjust
USE_PYTHON accordingly.
Changelog since 3.0.1:
https://github.com/matthiask/django-js-asset/blob/3.0.1/CHANGELOG.rst
2169c4b |
Saturday, 27 Apr 2024
|
09:08 Kai Knoblich (kai)
*: Switch consumers over to Django 4.2
Django 3.2 reached its End-of-Life on 1st April 2024 and Django 4.2 is
the new LTS (= Long Term Support) release which will be supported until
April 2026.
* Switch most ports that use www/py-django32 to www/py-django42.
* Ports that are not compatible with Django 3.2 have already been set
with an expiration date were not taken into account.
* Bump PORTREVISION due dependency change where necessary.
PR: 276319
Reviewed by: dvl, grembo, ultima
Approved by: bofh (implicit), dvl, grembo, Kevin Golding, sunpoet,
ultima, maintainer timeout (remaining maintainers)
Differential Revision: https://reviews.freebsd.org/D44637
680c68f |
Friday, 15 Dec 2023
|
10:44 Kai Knoblich (kai)
www/py-django-js-asset: Update to 2.2.0
* This update remedies build issues with devel/py-hatchling 1.19 or
later and should fix the build after 177a17506075 [1]
Changelog:
https://github.com/matthiask/django-js-asset/blob/2.2/CHANGELOG.rst
PR: 275770 (for py-dj42-django-js-asset) [1]
Reported by: Einar Bjarni Halldórsson [1]
6d299f79 |
Monday, 24 Jul 2023
|
04:19 Kai Knoblich (kai)
www/py-django-js-asset: Update to 2.1.0
* Switch to PEP517 build framework.
Changelog:
https://github.com/matthiask/django-js-asset/blob/2.1/CHANGELOG.rst
50f8869 |
Tuesday, 27 Jun 2023
|
19:34 Rene Ladan (rene)
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>
3d9a815 |
Wednesday, 11 Jan 2023
|
15:58 Dmitry Marakasov (amdmi3)
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt
77d6847 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
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)
b7f0544 |
Thursday, 16 Jun 2022
|
16:28 Kai Knoblich (kai)
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
89acacb |
Thursday, 28 Apr 2022
|
10:02 Kai Knoblich (kai)
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
0cf5531 |
Wednesday, 23 Mar 2022
|
06:24 Kai Knoblich (kai)
www/py-django-js-asset: Update to 2.0.0
Changelog:
https://github.com/matthiask/django-js-asset/blob/2.0/CHANGELOG.rst
7245a8e |
Tuesday, 20 Jul 2021
|
12:26 Kai Knoblich (kai)
*: 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
fd76d1a |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Tuesday, 10 Nov 2020
|
08:47 kai
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
 |
Thursday, 23 Apr 2020
|
10:53 kai
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]
 |
Thursday, 9 Apr 2020
|
07:34 kai
www/py-django-js-asset: Update to 1.2.2
* Update CONFLICTS_INSTALL as www/py-dj21-django-js-asset no longer exists
in the Ports tree.
* Keep it assigned to Django 1.11 for now as it will be switched to
Django 2.2 once www/py-django-filer gets updated.
Changelog:
https://github.com/matthiask/django-js-asset/blob/1.2.2/CHANGELOG.rst
 |
Saturday, 25 May 2019
|
10:10 kai
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
 |
Monday, 11 Feb 2019
|
12:00 kai
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
 |
Friday, 1 Feb 2019
|
18:55 kai
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
 |
Wednesday, 20 Jun 2018
|
17:05 mat
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
 |
Monday, 21 May 2018
|
17:05 miwi
- Update to 1.1.0
PR: 228401
Submitted by: maintainer
Sponsored by: iXsystems Inc.
 |
15:20 miwi
- Added missing dependency of www/py-django-js-asset
- Switch to py-django111
- Bump PORTREVISION
PR: 227032
Submitted by: freebsd_ports@k-worx.org
Sponsored by: iXsystems Inc.
 |
Thursday, 29 Mar 2018
|
16:22 yuri
www/py-django-js-asset: Change RUN_DEPENDS py-django -> py-django18 for other
port's RUN_DEPENDS
This is for bug#227032 (www/py-django-mptt) update.
PR: 227066
Submitted by: Kai <freebsd_ports@k-worx.org>
 |
Tuesday, 27 Mar 2018
|
22:13 yuri
New port: www/py-django-js-asset: Insert script tags with additional attributes
for django.forms.Media
While here, fixed minor sorting probems in www/Makefile.
PR: 227015
Submitted by: Kai <freebsd_ports@k-worx.org>
 |
Number of commits found: 25 |