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) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
py-django-devel High-level Python Web framework
20150709_3,1 www Deleted on this many watch lists=4 search for ports that depend on this port An older version of this port was marked as vulnerable. Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 20150709_3,1Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Outdated version. Use www/py-django instead
Expired This port expired on: 2018-03-31
Maintainer: python@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2006-07-20 10:55:51
Last Update: 2018-03-31 15:37:58
SVN Revision: 466056
People watching this port, also watch:: python, lsof
Also Listed In: python
License: BSD3CLAUSE
WWW:
http://www.djangoproject.com/
Description:
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Developed and used over the past two years by a fast-moving online-news operation, Django was designed from scratch to handle two challenges: the intensive deadlines of a newsroom and the stringent requirements of experienced Web developers. It has convenient niceties for developing content-management systems, but it's an excellent tool for building any Web site. WWW: http://www.djangoproject.com/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}django-devel>0:www/py-django-devel@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py27-django-devel
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (python/django-django-20150709-c954931_GH0.tar.gz) = bd1fee340007cd2745d21b05d9fbfb3811b02f64ab361e2241d365fc9ceff352 SIZE (python/django-django-20150709-c954931_GH0.tar.gz) = 6896535

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. msgfmt : devel/gettext-tools
  2. py27-setuptools>0 : devel/py-setuptools@py27
  3. python2.7 : lang/python27
Runtime dependencies:
  1. py27-pytz>0 : devel/py-pytz@py27
  2. py27-sqlite3>0 : databases/py-sqlite3@py27
  3. py27-setuptools>0 : devel/py-setuptools@py27
  4. python2.7 : lang/python27
Library dependencies:
  1. libintl.so : devel/gettext-runtime
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for py27-django-devel-20150709_3,1: DOCS=on: Build and/or install documentation FASTCGI=off: FastCGI protocol support HTMLDOCS=off: Install HTML documentation (requires Sphinx) ====> Options available for the group DATABASE PGSQL=off: PostgreSQL database support MYSQL=off: MySQL database support SQLITE=on: SQLite database support ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
cpe gettext python shebangfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/django/django/tar.gz/c954931?dummy=/
Collapse this list.

Number of commits found: 64

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
20150709_3,1
31 Mar 2018 15:37:58
Revision:466056Original commit files touched by this commit
sunpoet search for other commits by this committer
Remove expired www/py-django-devel
20150709_3,1
13 Mar 2018 20:31:12
Revision:464416Original commit files touched by this commit
sunpoet search for other commits by this committer
Mark DEPRECATED and set EXPIRATION_DATE to 2018-03-31
20150709_3,1
08 Jan 2018 15:47:40
Revision:458431Original commit files touched by this commit
mat search for other commits by this committer
databases/py-MySQLdb only supports Python 2, restrict ports that uses it.

Sponsored by:	Absolight
20150709_3,1
26 Dec 2017 18:36:47
Revision:457301Original commit files touched by this commit
lwhsu search for other commits by this committer
Chase www/py-flup -> www/py-flup6
20150709_2,1
12 Dec 2017 16:03:54
Revision:456173Original commit files touched by this commit
mat search for other commits by this committer
Fixup building docs with sphinx, and cleanup.

Sponsored by:	Absolight
20150709_2,1
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
20150709_2,1
03 Aug 2017 00:55:48
Revision:447188Original commit files touched by this commit
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
20150709_1,1
28 May 2017 03:53:31
Revision:441894Original commit files touched by this commit
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
20150709_1,1
18 Apr 2017 18:26:19
Revision:438789Original commit files touched by this commit
miwi search for other commits by this committer
- Fix Shebangs
20150709,1
01 Apr 2016 14:33:58
Revision:412351Original commit files touched by this commit This port version is marked as vulnerable.
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
20150709,1
09 Jul 2015 17:47:08
Revision:391669Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Update to 20150709 snapshot
- Pass maintainership to python@

Security:	37ed8e9c-2651-11e5-86ff-14dae9d210b8
20150531,1
31 May 2015 16:10:36
Revision:388120Original commit files touched by this commit This port version is marked as vulnerable.
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
20150326,1
07 May 2015 20:24:16
Revision:385665Original commit files touched by this commit This port version is marked as vulnerable.
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
20150326,1
27 Mar 2015 05:37:08
Revision:382362Original commit files touched by this commit This port version is marked as vulnerable.
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
20150124,1
23 Jan 2015 17:50:25
Revision:377754Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Update to 20150124 snapshot

Security:	9c7b6c20-a324-11e4-879c-00e0814cab4e
20140821,1
19 Oct 2014 17:11:51
Revision:371200Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Make 1.7.* and -devel work with Python3

Poked by:	rm
20140821,1
21 Aug 2014 17:24:39
Revision:365572Original commit files touched by this commit This port version is marked as vulnerable.
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
20140423,1
20 Jun 2014 07:44:23
Revision:358521Original commit files touched by this commit This port version is marked as vulnerable.
adamw search for other commits by this committer
Use OPTIONS helpers, and change NOPORTDOCS reference to DOCS.
20140423,1
23 Apr 2014 13:14:50
Revision:351935Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Update to 20140423 snapshot

Security:	59e72db2-cae6-11e3-8420-00e0814cab4e
20131025,1
25 Oct 2013 15:48:31
Revision:331601Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Update to 20131025 snapshot
20130922,1
03 Oct 2013 10:37:49
Revision:329165Original commit files touched by this commit This port version is marked as vulnerable.
demon search for other commits by this committer
Fix packaging with python-3.

Approved by:	lwhsu
20130922,1
29 Sep 2013 09:14:46
Revision:328654Original commit files touched by this commit This port version is marked as vulnerable.
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
20130922,1
22 Sep 2013 10:39:18
Revision:327865Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Update to 20130922 snapshot

Security:	05dc6efa-2370-11e3-95b7-00e0814cab4e
20130912,1
20 Sep 2013 23:36:54
Revision:327776Original commit files touched by this commit This port version is marked as vulnerable.
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
20130912,1
12 Sep 2013 16:07:02
Revision:327083Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Update to 20130912 snapshot

Security:	a851b305-1bc3-11e3-95b7-00e0814cab4e
20130106,1
24 Apr 2013 18:10:32
Revision:316464Original commit files touched by this commit This port version is marked as vulnerable.
ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
20130106,1
06 Jan 2013 18:32:50
Revision:310008Original commit files touched by this commit This port version is marked as vulnerable.
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
20120731,1
31 Aug 2012 17:56:27
Revision:303440Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Convert to new options framework
20120731,1
31 Jul 2012 19:07:32
Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Update to 2012-07-31 snapshot

Security:	f01292a0-db3c-11e1-a84b-00e0814cab4e
17914,1
18 Apr 2012 18:06:06
Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Update to r17914
17269,1
24 Dec 2011 14:22:17
Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Update to r17269
15922,1
27 Mar 2011 15:04:41
Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Update to r15922
- Remove mod_python3 option, this is not Django really depends on
15533,1
25 Feb 2011 10:59:10
Original commit files touched by this commit This port version is marked as vulnerable.
miwi search for other commits by this committer
- Remove PYTHON_REL < 250, since USE_PYTHON 2.5+
15533,1
14 Feb 2011 15:25:27
Original commit files touched by this commit This port version is marked as vulnerable.
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)
15524,1
13 Feb 2011 03:19:02
Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Update to r15524

Security:      
http://www.freebsd.org/ports/portaudit/bd760627-3493-11e0-8103-00215c6a37bb.html
15044,1
24 Dec 2010 02:17:15
Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Update to revision 15044
13861,1
09 Oct 2010 08:58:43
Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Chease databases/py-MySQLdb update
13861,1
18 Sep 2010 03:31:08
Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Update to r13861

Security:      
http://www.vuxml.org/freebsd/3ff95dd3-c291-11df-b0dc-00215c6a37bb.html
13637,1
24 Aug 2010 20:57:47
Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Update to r13637
13124_1,1
11 Jun 2010 15:30:24
Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Django project itself prefers psycopg2

PR:             ports/147313
Submitted by:   danger
13124_1,1
31 May 2010 02:01:56
Original commit files touched by this commit This port version is marked as vulnerable.
ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
13124,1
08 May 2010 06:12:41
Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Update to r13124
12437,1
15 Feb 2010 16:32:17
Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Update to r12437
12120,1
09 Jan 2010 17:49:39
Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Update to r12120
11627,1
16 Oct 2009 16:48:20
Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Update to r11627

Security:       http://www.djangoproject.com/weblog/2009/oct/09/security/
10834,1
22 May 2009 19:12:08
Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Set IGNORE while choosing WITH_DOCS and also defining NOPORTDOCS
10834,1
22 May 2009 18:34:05
Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Turn off defualt documentation building
10834,1
22 May 2009 18:30:25
Original commit files touched by this commit This port version is marked as vulnerable.
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
20081015
14 Oct 2008 20:22:50
Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Update to 20081015 snapshot
20080514_1
06 Jun 2008 14:07:24
Original commit files touched by this commit This port version is marked as vulnerable.
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)
20080514
14 May 2008 10:59:18
Original commit files touched by this commit This port version is marked as vulnerable.
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
20080404
17 Apr 2008 11:16:58
Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Update to 20080404 snapshot
- Chease www/py-flup updating
20071029
29 Oct 2007 14:47:21
Original commit files touched by this commit This port version is marked as vulnerable.
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
20070525
30 Jul 2007 09:42:28
Original commit files touched by this commit This port version is marked as vulnerable.
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
20070525
25 May 2007 14:22:50
Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Update to 20070525 snapshot
- Use PKGNAMESUFFIX to reduce portlint(1) warning

Approved by:    clsung (mentor, implicitly)
20070425
26 Apr 2007 07:21:56
Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Actually commit pkg-plist

Approved by:    clsung (mentor)
Pointy Hat to:  lwhsu (left pkg-plist off of the command line)
20070425
25 Apr 2007 16:57:10
Original commit files touched by this commit This port version is marked as vulnerable.
lwhsu search for other commits by this committer
- Update to 20070425 snapshot

Approved by:    clsung (mentor, implicitly)
20070404
18 Apr 2007 05:51:30
Original commit files touched by this commit This port version is marked as vulnerable.
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)
20070404
05 Apr 2007 06:59:53
Original commit files touched by this commit This port version is marked as vulnerable.
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)
20070214
18 Feb 2007 14:21:19
Original commit files touched by this commit This port version is marked as vulnerable.
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>
20060802
17 Nov 2006 18:07:45
Original commit files touched by this commit This port version is marked as vulnerable.
acm search for other commits by this committer
- Change maintainer email to python@
20060802
24 Aug 2006 12:44:33
Original commit files touched by this commit This port version is marked as vulnerable.
acm search for other commits by this committer
- Pass me maintainership

Approved by:    garga (mentor), flz (current maintainer)
20060802
03 Aug 2006 19:49:40
Original commit files touched by this commit This port version is marked as vulnerable.
flz search for other commits by this committer
- Update to 20060802 snapshot.
- Fix packing list [1].

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

Number of commits found: 64