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

Number of commits found: 62

Tuesday, 13 Mar 2018
20:31 sunpoet search for other commits by this committer
Mark DEPRECATED and set EXPIRATION_DATE to 2018-03-31
Original commitRevision:464416 
Monday, 8 Jan 2018
15:47 mat search for other commits by this committer
databases/py-MySQLdb only supports Python 2, restrict ports that uses it.

Sponsored by:	Absolight
Original commitRevision:458431 
Tuesday, 26 Dec 2017
18:36 lwhsu search for other commits by this committer
Chase www/py-flup -> www/py-flup6
Original commitRevision:457301 
Tuesday, 12 Dec 2017
16:03 mat search for other commits by this committer
Fixup building docs with sphinx, and cleanup.

Sponsored by:	Absolight
Original commitRevision:456173 
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 
Thursday, 3 Aug 2017
00:55 feld search for other commits by this committer
www/py-django-devel: Add missing dependency

pytz is now a required dependency as of Django 1.11

https://github.com/django/django/commit/414ad25b090a63eaaf297b1164c8f7d814a710a2

Reviewed by:	lwhsu
Original commitRevision:447188 
Sunday, 28 May 2017
03:53 sunpoet search for other commits by this committer
Convert to options target helper

- Add NO_ARCH
- Sort SHEBANG_FILES
- Add missing OPTIONS_DEFINE=DOCS
- Update WWW
Original commitRevision:441894 
Tuesday, 18 Apr 2017
18:26 miwi search for other commits by this committer
- Fix Shebangs
Original commitRevision:438789 
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 
Thursday, 9 Jul 2015
17:47 lwhsu search for other commits by this committer
- Update to 20150709 snapshot
- Pass maintainership to python@

Security:	37ed8e9c-2651-11e5-86ff-14dae9d210b8
Original commitRevision:391669 
Sunday, 31 May 2015
16:10 lwhsu search for other commits by this committer
- Update to snapshot 20150531

PR:		200543
Submitted by:	Jason Unovitch <jason.unovitch@gmail.com>
Security:	48504af7-07ad-11e5-879c-00e0814cab4e
Original commitRevision:388120 
Thursday, 7 May 2015
20:24 mat search for other commits by this committer
Update ports in the remaining categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:385665 
Friday, 27 Mar 2015
05:37 lwhsu search for other commits by this committer
- Update for CVE-2015-2316 and CVE-2015-2317

PR:		198911
Submitted by:	Sevan Janiyan <venture37@geeklan.co.uk>
Security:	62287f51-d43d-11e4-879c-00e0814cab4e
Original commitRevision:382362 
Friday, 23 Jan 2015
17:50 lwhsu search for other commits by this committer
- Update to 20150124 snapshot

Security:	9c7b6c20-a324-11e4-879c-00e0814cab4e
Original commitRevision:377754 
Sunday, 19 Oct 2014
17:11 lwhsu search for other commits by this committer
- Make 1.7.* and -devel work with Python3

Poked by:	rm
Original commitRevision:371200 
Thursday, 21 Aug 2014
17:24 koobs search for other commits by this committer
Update all Django ports to new security releases

On August 20, the Django team issued new security releases addressing
multiple vulnerabilities [1]. Update all of our Django ports accordingly:

- www/py-django: Update to 1.6.6
- www/py-django14: Update to 1.4.14
- www/py-django15: Update to 1.5.9
- www/py-django-devel: Update to 1.7 release candidate 3

While I'm here:

- Switch to USES=python and USE_PYTHON=<features>
- Deprecate OPTIONSFILE
- Add CPE information
- Add LICENSE_FILE
- Tweak HTMLDOCS option description

And for www/py-django-devel:

- Switch to GITHUB for distribution files

[1] https://www.djangoproject.com/weblog/2014/aug/20/security/

Approved by:	lwhsu (maintainer)
MFH:		2014Q3
Security:	3c5579f7-294a-11e4-99f6-00e0814cab4e
Original commitRevision:365572 
Friday, 20 Jun 2014
07:44 adamw search for other commits by this committer
Use OPTIONS helpers, and change NOPORTDOCS reference to DOCS.
Original commitRevision:358521 
Wednesday, 23 Apr 2014
13:14 lwhsu search for other commits by this committer
- Update to 20140423 snapshot

Security:	59e72db2-cae6-11e3-8420-00e0814cab4e
Original commitRevision:351935 
Friday, 25 Oct 2013
15:48 lwhsu search for other commits by this committer
- Update to 20131025 snapshot
Original commitRevision:331601 
Thursday, 3 Oct 2013
10:37 demon search for other commits by this committer
Fix packaging with python-3.

Approved by:	lwhsu
Original commitRevision:329165 
Sunday, 29 Sep 2013
09:14 lwhsu search for other commits by this committer
- Enable stage support
- Turn DATABASE to OPTIONS_GROUP for people don't want DB backend support [1]

PR:		ports/182348
Submitted by:	demon
Original commitRevision:328654 
Sunday, 22 Sep 2013
10:39 lwhsu search for other commits by this committer
- Update to 20130922 snapshot

Security:	05dc6efa-2370-11e3-95b7-00e0814cab4e
Original commitRevision:327865 
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 
Thursday, 12 Sep 2013
16:07 lwhsu search for other commits by this committer
- Update to 20130912 snapshot

Security:	a851b305-1bc3-11e3-95b7-00e0814cab4e
Original commitRevision:327083 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Sunday, 6 Jan 2013
18:32 lwhsu search for other commits by this committer
- Update to 20130106 snapshot
- Trim header
- Use multi-choices of new options framework

Security:	1b769b72-582b-11e2-b66b-00e0814cab4e
Original commitRevision:310008 
Friday, 31 Aug 2012
17:56 lwhsu search for other commits by this committer
- Convert to new options framework
Original commitRevision:303440 
Tuesday, 31 Jul 2012
19:07 lwhsu search for other commits by this committer
- Update to 2012-07-31 snapshot

Security:	f01292a0-db3c-11e1-a84b-00e0814cab4e
Original commit
Wednesday, 18 Apr 2012
18:06 lwhsu search for other commits by this committer
- Update to r17914
Original commit
Saturday, 24 Dec 2011
14:22 lwhsu search for other commits by this committer
- Update to r17269
Original commit
Sunday, 27 Mar 2011
15:04 lwhsu search for other commits by this committer
- Update to r15922
- Remove mod_python3 option, this is not Django really depends on
Original commit
Friday, 25 Feb 2011
10:59 miwi search for other commits by this committer
- Remove PYTHON_REL < 250, since USE_PYTHON 2.5+
Original commit
Monday, 14 Feb 2011
15:25 lwhsu search for other commits by this committer
- Update to r15533 to fix a database cursor regression

Submitted by:   eyecue (submitter requests not to disclose email)
Original commit
Sunday, 13 Feb 2011
03:19 lwhsu search for other commits by this committer
- Update to r15524

Security:      
http://www.freebsd.org/ports/portaudit/bd760627-3493-11e0-8103-00215c6a37bb.html
Original commit
Friday, 24 Dec 2010
02:17 lwhsu search for other commits by this committer
- Update to revision 15044
Original commit
Saturday, 9 Oct 2010
08:58 lwhsu search for other commits by this committer
- Chease databases/py-MySQLdb update
Original commit
Saturday, 18 Sep 2010
03:31 lwhsu search for other commits by this committer
- Update to r13861

Security:      
http://www.vuxml.org/freebsd/3ff95dd3-c291-11df-b0dc-00215c6a37bb.html
Original commit
Tuesday, 24 Aug 2010
20:57 lwhsu search for other commits by this committer
- Update to r13637
Original commit
Friday, 11 Jun 2010
15:30 lwhsu search for other commits by this committer
- Django project itself prefers psycopg2

PR:             ports/147313
Submitted by:   danger
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Saturday, 8 May 2010
06:12 lwhsu search for other commits by this committer
- Update to r13124
Original commit
Monday, 15 Feb 2010
16:32 lwhsu search for other commits by this committer
- Update to r12437
Original commit
Saturday, 9 Jan 2010
17:49 lwhsu search for other commits by this committer
- Update to r12120
Original commit
Friday, 16 Oct 2009
16:48 lwhsu search for other commits by this committer
- Update to r11627

Security:       http://www.djangoproject.com/weblog/2009/oct/09/security/
Original commit
Friday, 22 May 2009
19:12 lwhsu search for other commits by this committer
- Set IGNORE while choosing WITH_DOCS and also defining NOPORTDOCS
Original commit
18:34 lwhsu search for other commits by this committer
- Turn off defualt documentation building
Original commit
18:30 lwhsu search for other commits by this committer
- Update to r10834
- Add a patch to be compatible with sphinx 0.6.1
  Obtained from: http://code.djangoproject.com/ticket/10539
Original commit
Tuesday, 14 Oct 2008
20:22 lwhsu search for other commits by this committer
- Update to 20081015 snapshot
Original commit
Friday, 6 Jun 2008
14:07 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit
Wednesday, 14 May 2008
10:59 lwhsu search for other commits by this committer
- Update to 20080514 snapshot
  This fix the XSS vulnerability

Security:      
http://www.vuxml.org/freebsd/f49ba347-2190-11dd-907c-001c2514716c.html
Notified by:    delphij
Original commit
Thursday, 17 Apr 2008
11:16 lwhsu search for other commits by this committer
- Update to 20080404 snapshot
- Chease www/py-flup updating
Original commit
Monday, 29 Oct 2007
14:47 lwhsu search for other commits by this committer
- Update to 20071029 snapshot
  This fix the denial of service vulnerability.

Security:      
http://www.vuxml.org/freebsd/d2c2952d-85a1-11dc-bfff-003048705d5a.html
Notified by:    delphij
Original commit
Monday, 30 Jul 2007
09:42 alexbl search for other commits by this committer
 - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:      pointyhat runs
Approved by:    pav (portmgr)
Most work by:   perky
Thanks to:      pav
Original commit
Friday, 25 May 2007
14:22 lwhsu search for other commits by this committer
- Update to 20070525 snapshot
- Use PKGNAMESUFFIX to reduce portlint(1) warning

Approved by:    clsung (mentor, implicitly)
Original commit
Wednesday, 25 Apr 2007
16:57 lwhsu search for other commits by this committer
- Update to 20070425 snapshot

Approved by:    clsung (mentor, implicitly)
Original commit
Wednesday, 18 Apr 2007
05:51 lwhsu search for other commits by this committer
- Take maintainership of following ports, and do some minor fixes

devel/py-pytz
- Use CHEESESHOP in bsd.sites.mk

devel/py-icalendar
- Add backup MASTER_SITE

www/py-django
- Add backup MASTER_SITE

www/py-django-devel

www/py-clientform
- Add backup MASTER_SITE

www/py-mechanize
- Add backup MASTER_SITE

Approved by:    clsung (mentor)
Original commit
Thursday, 5 Apr 2007
06:59 lwhsu search for other commits by this committer
- Update to 20070404 snapshot
- Separate from py-django
- Change MASTER_SITES, for snapshot distfile

Approved by:    clsung (mentor)
Original commit
Sunday, 18 Feb 2007
14:21 clsung search for other commits by this committer
- Update to 20070214 snapshot
- Respect NOPORTDOCS
- Change MASTER_SITES, for snapshot distfile

PR:             ports/109194
Submitted by:   Li-Wen Hsu <lwhsu_AT_lwhsu dot org>
Original commit
Friday, 17 Nov 2006
18:07 acm search for other commits by this committer
- Change maintainer email to python@
Original commit
Thursday, 24 Aug 2006
12:44 acm search for other commits by this committer
- Pass me maintainership

Approved by:    garga (mentor), flz (current maintainer)
Original commit
Thursday, 3 Aug 2006
19:49 flz search for other commits by this committer
- Update to 20060802 snapshot.
- Fix packing list [1].

PR:             ports/101251 [1]
Submitted by:   erwin [1]
Original commit
Thursday, 20 Jul 2006
10:54 flz search for other commits by this committer
Add py-django-devel port, the developement version of the Python Django
MVC Web Framework.
Original commit

Number of commits found: 62