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.

Port details
py-django-evolution Database schema evolution tool for the Django web framework
0.7.7_1 www Deleted on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.7.7_1Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Uses deprecated version of python
Expired This port expired on: 2020-08-15
Maintainer: cs@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2011-02-26 14:50:33
Last Update: 2020-08-15 10:50:59
SVN Revision: 544927
People watching this port, also watch:: p5-Alien-wxWidgets, p5-Thread-Suspend, wipe, p5-threads-shared
Also Listed In: python
License: BSD3CLAUSE
WWW:
https://github.com/beanbaginc/django-evolution
Description:
Django Evolution is an extension to Django that allows you to track changes in your models over time, and to update the database to reflect those changes. WWW: https://github.com/beanbaginc/django-evolution
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-evolution>0:www/py-django-evolution@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py27-django-evolution
Package flavors (<flavor>: <package>)
  • py27: py27-django-evolution
distinfo:
TIMESTAMP = 1525113337 SHA256 (beanbaginc-django-evolution-release-0.7.7_GH0.tar.gz) = b5e12c80e2f7c81cfdef5fc54f4b57210fbe550ebc57e2beae99b232702d0a85 SIZE (beanbaginc-django-evolution-release-0.7.7_GH0.tar.gz) = 98477

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. py27-setuptools>0 : devel/py-setuptools@py27
  2. python2.7 : lang/python27
Runtime dependencies:
  1. django-admin.py : www/py-django111@py27
  2. py27-setuptools>0 : devel/py-setuptools@py27
  3. python2.7 : lang/python27
NOTE: dependencies for deleted ports are notoriously suspect
This port is required by:
for Build

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. www/reviewboard*
  2. Collapse this list of deleted ports.
for Run

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. www/reviewboard*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
N/A
USES:
python:2.7
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/beanbaginc/django-evolution/tar.gz/release-0.7.7?dummy=/
Collapse this list.

Number of commits found: 31

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.7.7_1
15 Aug 2020 10:50:59
Revision:544927Original commit files touched by this commit
rene search for other commits by this committer
Remove deprecated ports:

2020-08-15 archivers/py-backports.lzma: Uses deprecated version of python
2020-08-15 archivers/py-bup: Uses deprecated version of python
2020-08-15 archivers/py-librtfcomp: Uses deprecated version of python
2020-08-15 audio/blop-lv2: Uses deprecated version of python
2020-08-15 audio/bs2b-lv2: Uses deprecated version of python
2020-08-15 audio/py-gmusicproxy: Uses deprecated version of python
2020-08-15 audio/py-karaoke: Uses deprecated version of python
2020-08-15 audio/py-openal: Uses deprecated version of python
2020-08-15 audio/py-py-jack: Uses deprecated version of python
2020-08-15 audio/py-xmms2: Uses deprecated version of python
2020-08-15 audio/triceratops-lv2: Uses deprecated version of python
2020-08-15 biology/py-biom-format: Uses deprecated version of python
2020-08-15 comms/py-bulksms: Uses deprecated version of python
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.7.7_1
23 Feb 2020 15:25:53
Revision:526925Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate a few ports

With hat:	portmgr
0.7.7_1
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
0.7.7_1
10 May 2018 15:02:44
Revision:469560Original commit files touched by this commit
miwi search for other commits by this committer
- Switch to py-django111
- Bump PORTREVISION

Sponsored by:     iXsystems Inc.
0.7.7
30 Apr 2018 18:37:27
Revision:468735Original commit files touched by this commit
cs search for other commits by this committer
Update to 0.7.7
0.7.6_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)
0.7.6_1
23 May 2016 18:36:52
Revision:415738Original commit files touched by this commit
amdmi3 search for other commits by this committer
Convert tab after WWW: in pkg-descrs to single space as per PHB

Approved by:	portmgr blanket
0.7.6_1
01 Apr 2016 14:33:58
Revision:412351Original commit files touched by this commit
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
0.7.6_1
16 Jan 2016 09:52:37
Revision:406203Original commit files touched by this commit Sanity Test Failure
miwi search for other commits by this committer
- Switch all ports to www/py-django18
- Bump PORTREVISION
0.7.6
28 Dec 2015 14:42:51
Revision:404654Original commit files touched by this commit
mat search for other commits by this committer
Don't use GH_TAGNAME when it can be created with DISTVERSION* variables.

Sponsored by:	Absolight
0.7.6
25 Dec 2015 22:01:43
Revision:404480Original commit files touched by this commit
cs search for other commits by this committer
- Update to 0.7.6
- Compatible with newer django versions now
- Move to Github
- Take maintainership
0.7.5
27 Nov 2015 06:36:03
Revision:402473Original commit files touched by this commit
vanilla search for other commits by this committer
Upgrade to 0.7.5.
0.6.9_1
08 Nov 2015 09:18:52
Revision:401046Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate Django 1.4 ports
0.6.9_1
03 Jan 2015 08:41:21
Revision:376109Original commit files touched by this commit
mva search for other commits by this committer
- Convert USE_PYTHON to new USES in www/

With hat:	python@
0.6.9_1
21 Dec 2014 16:09:05
Revision:375166Original commit files touched by this commit
feld search for other commits by this committer
Update "BSD" license in www category
0.6.9_1
17 Oct 2014 10:23:35
Revision:371040Original commit files touched by this commit
bapt search for other commits by this committer
Reset maintainership
0.6.9_1
06 Aug 2014 09:11:58
Revision:364158Original commit files touched by this commit
olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category W.

CR:		D510
Approved by:	portmgr (bapt)
0.6.9_1
28 Jun 2014 20:29:44
Revision:359714Original commit files touched by this commit
miwi search for other commits by this committer
- Add a workaround to fix conflicts with tests/__init__.py

Reported by:	antoine
0.6.9_1
15 Jun 2014 18:03:28
Revision:357911Original commit files touched by this commit
mva search for other commits by this committer
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references

With hat:	python@
Approved by:	portmgr (implicit)
0.6.9
29 Mar 2014 23:42:21
Revision:349595Original commit files touched by this commit
swills search for other commits by this committer
- Update to 0.6.9

PR:		ports/187449
Submitted by:	swills (myself)
Approved by:	maintainer timeout (pclin, >2 weeks)
0.6.8_1
22 Dec 2013 10:03:15
Revision:337180Original commit files touched by this commit
antoine search for other commits by this committer
- Fix RUN_DEPENDS
- Stage support

PR:		ports/184793
Submitted by:	Anes Mukhametov
0.6.8_1
20 Sep 2013 23:36:54
Revision:327776Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
0.6.8_1
05 Mar 2013 18:09:08
Revision:313467Original commit files touched by this commit
lwhsu search for other commits by this committer
- Update DEPENDS for the ports that explicitly claim need of Django 1.4
0.6.8
17 Feb 2013 02:40:53
Revision:312398Original commit files touched by this commit
pclin search for other commits by this committer
- Update to 0.6.8

PR:		ports/175959
Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw>
Approved by:	swills (mentor)
0.6.7_1
13 Feb 2013 06:04:09
Revision:312143Original commit files touched by this commit
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)
0.6.7_1
07 Jan 2013 09:52:05
Revision:310030Original commit files touched by this commit
lwhsu search for other commits by this committer
- Switch dependency to www/py-django
  Since py-django-evolution is only required by www/reviewboard,
  and the latest version of reviewboard now depends on django-1.4.x ,
  switch the dependency port of py-django-evolution to avoid conflict.
- Pass maintainership to submitter

PR:		ports/175093
Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw>
0.6.7
30 Jun 2012 15:14:30
Original commit files touched by this commit
lwhsu search for other commits by this committer
- Update to 0.6.7
0.6.5_1
28 Jun 2012 17:00:56
Original commit files touched by this commit
lwhsu search for other commits by this committer
- Change the Django dependency port to py-django13 because www/reviewboard
  depends on this version.
- Bump PORTREVISION
0.6.5
13 Sep 2011 22:58:34
Original commit files touched by this commit
lwhsu search for other commits by this committer
- Update to 0.6.5
0.6.4
25 Jun 2011 07:06:37
Original commit files touched by this commit
lwhsu search for other commits by this committer
- Update to 0.6.4

PR:             ports/158245
Submitted by:   Jin-Sih Lin <linpct@gmail.com>
0.6.2
26 Feb 2011 14:50:11
Original commit files touched by this commit
lwhsu search for other commits by this committer
Add py-django-evolution 0.6.2, a database schema evolution tool for the
Django web framework.

Number of commits found: 31