Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
14 Apr 2020 14:07:08
2.0

|
kai  |
www/py-django-assets: Update to 2.0
* Assign the port to Django 2.2 (current LTS release) as Django 1.11 is
End-of-Life.
* Take maintainership.
Changelog:
https://github.com/miracle2k/django-assets/blob/2.0/CHANGES
PR: 245547
Approved by: wg (maintainer) |
11 Aug 2018 11:06:14
0.12_1

|
rene  |
www/py-django-assets: use Django 1.11 instead of EOL Django 1.8
PR: 230522
Submitted by: rene
Approved by: maintainer (wg)
Sponsored by: Essen Hackathon |
20 Jun 2018 17:05:44
0.12

|
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 |
30 Nov 2017 15:50:34
0.12

|
mat  |
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 (Only the first 15 lines of the commit message are shown above ) |
03 Oct 2016 13:32:16
0.12

|
wg  |
www/py-django-assets: update to 0.12
PR: 213131
Submitted by: rene |
03 Jun 2016 08:25:11
0.11

|
rene  |
Update www/py-webassets [1] and www/py-django-assets [2] to version 0.11
This matches the requirements for Pootle 2.7.5
PR: 209672 [1]
PR: 209673 [2]
Submitted by: myself
Approved by: maintainer timeout (wg, 14 days) |
01 Apr 2016 14:33:58
0.10_2

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
16 Jan 2016 11:19:09
0.10_2

|
miwi  |
- Switch forgotten ports over to py-django18
- Fix PYTHON_PKGNAMEPREFIX
Reported by: antoinebot |
16 Jan 2016 09:52:37
0.10_2

|
miwi  |
- Switch all ports to www/py-django18
- Bump PORTREVISION |
27 Jun 2015 20:47:49
0.10_1

|
rene  |
www/py-django-assets: change the requirement in requires.txt for webassets to
be at least version 0.10 instead of exactly version 0.10
Bump PORTREVISION
This allows the (work in progress) Pootle port to show a usage line instead of
a dependency error.
Differential Revision: https://reviews.freebsd.org/D2928
Approved by: maintainer (wg) |
29 Aug 2014 16:27:48
0.10

|
wg  |
www/py-django-assets: Compress and merge CSS and Javascript files
Integrates the webassets library with Django, adding support for merging,
minifying and compiling CSS and Javascript files.
WWW: https://github.com/miracle2k/django-assets |