aboutsummaryrefslogtreecommitdiff
path: root/databases/py-south
Commit message (Collapse)AuthorAgeFilesLines
* - Convert ports from databases/ and deskutils/ to new USES=pythonMarcus von Appen2014-10-191-3/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371173
* databases/py-south: update to 1.0William Grzybowski2014-07-022-3/+3
| | | | Notes: svn path=/head/; revision=360175
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-301-1/+1
| | | | | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@) Notes: svn path=/head/; revision=338168
* databases/py-south: switch from easy_install to installWilliam Grzybowski2013-12-161-2/+1
| | | | Notes: svn path=/head/; revision=336626
* databases/py-south: update to 0.8.4William Grzybowski2013-11-232-3/+3
| | | | Notes: svn path=/head/; revision=334668
* databases/py-south: update to 0.8.3William Grzybowski2013-11-143-384/+5
| | | | | | | | - Update to 0.8.3 - Use python auto plist Notes: svn path=/head/; revision=333751
* databases/py-south: use distutils instead of setuptoolsWilliam Grzybowski2013-09-262-385/+381
| | | | | | | | | - Use distutils instead of setuptools - Allow staging - Use PYTHON_PY3K_PLIST_HACK Notes: svn path=/head/; revision=328421
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* databases/py-south: update to 0.8.2William Grzybowski2013-08-102-3/+3
| | | | | | | | | - Update to 0.8.2 Changes: http://south.readthedocs.org/en/latest/releasenotes/0.8.2.html Notes: svn path=/head/; revision=324481
* - Update to 0.8.1William Grzybowski2013-05-243-9/+8
| | | | | | | | | | | | | | - Trim Makefile header - Shortened COMMENT Changes: https://bitbucket.org/andrewgodwin/south/src/4c1c0e8a80eb/docs/releasenotes/0.8.1.rst?at=default https://bitbucket.org/andrewgodwin/south/src/4c1c0e8a80eb/docs/releasenotes/0.8.rst?at=default Approved by: culot (mentor) Notes: svn path=/head/; revision=318947
* - Change MAINTAINER address of all my portsWilliam Grzybowski2013-05-151-1/+1
| | | | | | | Approved by: culot (mentor) Notes: svn path=/head/; revision=318257
* - Update to 0.7.6Wen Heping2012-08-122-3/+3
| | | | | | | | | PR: 170349 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> Approved by: William Grzybowski <william88@gmail.com> (maintainer) Notes: svn path=/head/; revision=302436
* - Update to 0.7.5.Xin LI2012-05-223-260/+289
| | | | | | | | | | - Pass maintainership to submitter. PR: ports/167712 Submitted by: William Grzybowski <william88 gmail com> Notes: svn path=/head/; revision=297212
* - The proper acronym for Apache Software License 2 is really AL2Thomas Abthorpe2012-01-091-1/+1
| | | | | | | | | | | | - Thanks to crees@ for generating the initial patch PR: ports/163521 Submitted by: Pedro Giffuni <pfg apache.org> Hat: portmgr Exp run by: pav Notes: svn path=/head/; revision=288824
* - Update to 0.7.3Sylvio Cesar Teixeira2011-05-113-3/+6
| | | | | | | | | PR: ports/155274 Submitted by: Kurt Lidl <kurt.lidl@cello.com> Approved by: maintainer (timeout) > 30 days Notes: svn path=/head/; revision=273979
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 0.7.2Sunpoet Po-Chuan Hsieh2010-10-252-4/+4
| | | | | | | | | | Changes: http://south.aeracode.org/docs/releasenotes/0.7.2.html PR: ports/151646 Submitted by: Denis Shaposhnikov <dsh@bamus.cz> Approved by: Stanislav A Svirid <count@211.ru> (maintainer), pgollucci (mentor, implicit) Notes: svn path=/head/; revision=263575
* - Update to 0.7.1Martin Wilke2010-06-063-48/+306
| | | | | | | | PR: 147552 Submitted by: Stanislav A Svirid <count@211.ru> (maintainer) Notes: svn path=/head/; revision=255884
* This is South, intelligent schema migrations for Django apps.Martin Wilke2009-07-294-0/+132
South is: * Intelligent; it knows if you've missed out a migration or two * Database independent, so there's no hassle if you need to move databases. * Easy; it can write migrations for you, and it takes about a minute to convert your app over to use South. * Designed for a pluggable Django world; you can declare dependencies between apps so they all migrate together correctly, and you can still use syncdb for your non-migrated apps without it interfering. * Useful for data too; you can write migrations to transform legacy data. * Better (we think, anyway) than the alternatives. WWW: http://south.aeracode.org/ PR: ports/137234 Submitted by: Stanislav Svirid <count at 211.ru> Notes: svn path=/head/; revision=238616