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-djblets/Makefile

Number of commits found: 35

Wednesday, 5 Apr 2017
15:37 miwi search for other commits by this committer
- Mark py-djblets deprecated and set expired date

Explanation:
- py-django16 is expired since April 2015 we don't need to keep it anymore.
- The django team have introduced in version 1.7 a new crontrib module called
  "the staticfile app" [1].
  This is required to be enabled manually after the installation and manual
  changes are needed in setting.py.
- py-djblets requires the staticfile module to be able get installed and to
  work [2]. Our framework doesn't support it, and there is no plan in a near
  future to support it.

  [1] https://docs.djangoproject.com/en/1.7/ref/contrib/staticfiles/
     
https://django-doc-test-kor.readthedocs.io/en/latest/howto/static-files/index.html
  [2]
https://github.com/djblets/djblets/blob/release-0.9.6/contrib/internal/build-media.py

PR:		    213269
            216758
Original commitRevision:437796 
Tuesday, 20 Dec 2016
06:05 wen search for other commits by this committer
- Update to 0.9.4
Original commitRevision:428977 
Saturday, 1 Oct 2016
06:28 rm search for other commits by this committer
databases/py-djblets: update to 0.9.3

With hat:   python
Original commitRevision:423034 
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 
Saturday, 5 Mar 2016
20:28 rm search for other commits by this committer
www/py-djblets: update to 0.9.2

Changelog [1]:

Fixed a Self-XSS vulnerability in the djblets.datagrid column headers.

A recently-discovered vulnerability in the datagrid templates allows an attacker
to generate a URL to any datagrid page containing malicious code in a column
sorting value. If the user visits that URL and then clicks that column, the code
will execute.

The cause of the vulnerability was due to a template not escaping user-provided
values.

This vulnerability was reported by Jose Carlos Exposito Bueno (0xlabs).

[1] https://www.reviewboard.org/docs/releasenotes/djblets/0.9.2/

With hat:		python
Original commitRevision:410209 
Friday, 26 Feb 2016
19:23 rm search for other commits by this committer
www/py-djblets: actually pass maintainership to python@
Original commitRevision:409634 
19:22 rm search for other commits by this committer
www/py-djblets: update to 0.9.1

- update to 0.9.1
- switch MASTER_SITES to PyPi (cdn)
- actualize dependencies
- add NO_ARCH, because there isn't platform-dependent code
- add more files to shebang changing list
- pass maintainership to python@

Since version 0.9.1 djblets supports Django 1.8, while it still depends upon
www/py-django-pipeline13 (that requires Django 1.6), so I keep this dependency
unchanged to prevent django versions clash.

In not yet released version 0.10 djblets now depends on django-pipeline 1.6.6,
so after release we can completely switch this port to using Django 1.8
Original commitRevision:409633 
Tuesday, 8 Dec 2015
09:49 vanilla search for other commits by this committer
1: required py-django-pipeline13, not py-django-pipeline14.
2: bump version.
Original commitRevision:403259 
Monday, 30 Nov 2015
08:45 marino search for other commits by this committer
www/py-djblets: Unbreak everywhere that uses clean environment

The port requires msgfmt.  After the last update, it would no longer
build in poudriere.
Original commitRevision:402655 
Friday, 27 Nov 2015
06:36 vanilla search for other commits by this committer
Upgrade to 0.9.
Original commitRevision:402474 
Sunday, 8 Nov 2015
09:18 antoine search for other commits by this committer
Deprecate Django 1.4 ports
Original commitRevision:401046 
Monday, 19 Oct 2015
14:50 amdmi3 search for other commits by this committer
Improve shebangfix framework

- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")

Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")

Update shebangfix usage according to new rules in many ports:

- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces

Fix shebangfix usage in many ports (irrelevant to infrastructure change):

- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string

Approved by:	portmgr (bapt)
Differential Revision:	D3756
Original commitRevision:399684 
Wednesday, 29 Jul 2015
22:09 antoine search for other commits by this committer
Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python

PR:		201077
Reviewed by:	mat
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D2955
Original commitRevision:393196 
Friday, 17 Oct 2014
10:23 bapt search for other commits by this committer
Reset maintainership
Original commitRevision:371040 
Tuesday, 7 Oct 2014
11:58 wg search for other commits by this committer
www/py-djblets: switch from py-imaging to py-pillow

- USES python

With hat:	python
Approved by:	portmgr (bdrewery, implicit)
Original commitRevision:370304 
Monday, 16 Jun 2014
17:38 antoine search for other commits by this committer
Fix BUILD_DEPENDS
Original commitRevision:358027 
Saturday, 29 Mar 2014
23:43 swills search for other commits by this committer
- Update to 0.7.28

PR:		ports/187450
Submitted by:	swills (mysels)
Approved by:	maintainer timeout (pclin, >2 weeks)
Original commitRevision:349597 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
Original commitRevision:339634 
Saturday, 14 Dec 2013
09:10 mva search for other commits by this committer
- Fix BUILD_ and LIB_DEPENDS for py-django14

Reported by:	exp-run (PR 184591)
Approved by:	portmgr (blanket)
Original commitRevision:336425 
Sunday, 8 Dec 2013
13:36 mva search for other commits by this committer
- Fix the usage of 'python' to get rid of the implicit lang/python
  dependency

Approved by:	portmgr (blanket)
Original commitRevision:335893 
Friday, 20 Sep 2013
23:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Original commitRevision:327776 
Tuesday, 5 Mar 2013
18:09 lwhsu search for other commits by this committer
- Update DEPENDS for the ports that explicitly claim need of Django 1.4
Original commitRevision:313467 
Wednesday, 13 Feb 2013
09:37 rm search for other commits by this committer
- update to 0.7.9

PR:		175754
Submitted by:	pclin (maintainer)
Original commitRevision:312148 
06:04 pclin search for other commits by this committer
- Update MAINTAINER email address for all my ports
- Convert Makefile header to new style if needed

Approved by:	swills (mentor)
Original commitRevision:312143 
Monday, 7 Jan 2013
10:33 rm search for other commits by this committer
- update to 0.7.8
- update dependencies list
- limit to python 2.x only

while here:
- remove indefinite article from COMMENT
- tab -> space change in pkg-descr:WWW

PR:		174681
Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw> (maintainer)
Original commitRevision:310033 
Tuesday, 27 Nov 2012
13:13 culot search for other commits by this committer
- Update to 0.6.27

PR:		ports/173919
Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw> (maintainer)
Feature safe:	yes
Original commitRevision:307841 
Sunday, 14 Oct 2012
11:24 lwhsu search for other commits by this committer
- Update to 0.6.23
- Pass maintainership to submitter

PR:		ports/172578
Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw>
Feature safe:	yes
Original commitRevision:305867 
Sunday, 5 Aug 2012
08:15 lwhsu search for other commits by this committer
- Update to 0.6.22

PR:		ports/170305
Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw>
Original commit
Thursday, 28 Jun 2012
16:46 lwhsu search for other commits by this committer
- Update to 0.6.19
Original commit
16:27 lwhsu search for other commits by this committer
- Update to 0.6.18
- Change the Django dependency port to py-django13 because www/reviewboard
  depends on this version.

PR:             ports/168787
Submitted by:   Po-Chien Lin <linpc@cs.nctu.edu.tw>
Original commit
Monday, 30 Apr 2012
17:41 lwhsu search for other commits by this committer
- Update to 0.6.17

PR:             ports/167458
Submitted by:   Po-Chien Lin <linpc@cs.nctu.edu.tw>
Original commit
Saturday, 12 Nov 2011
14:42 lwhsu search for other commits by this committer
- Update to 0.6.14

Feature safe:   yes
Original commit
Tuesday, 13 Sep 2011
22:15 lwhsu search for other commits by this committer
- Update to 0.6.11
Original commit
Saturday, 25 Jun 2011
07:30 lwhsu search for other commits by this committer
- Update to 0.6.8

PR:             ports/158252
Submitted by:   Jin-Sih Lin <linpct@gmail.com>
Original commit
Saturday, 26 Feb 2011
14:55 lwhsu search for other commits by this committer
Add py-djblets 0.6.7, a collection of useful classes and functions for
Django.
Original commit

Number of commits found: 35