diff options
author | wg <wg@FreeBSD.org> | 2013-05-24 18:07:22 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-05-24 18:07:22 +0800 |
commit | 66f85c841cebd9967a0021be27ba53a2863dda8a (patch) | |
tree | 4b196ca9d1875fc83cbdfe23179319f851d82eb1 /databases | |
parent | 2744e7b4b8a8a1841d363908a11ea0a01c21cbee (diff) | |
download | freebsd-ports-gnome-66f85c841cebd9967a0021be27ba53a2863dda8a.tar.gz freebsd-ports-gnome-66f85c841cebd9967a0021be27ba53a2863dda8a.tar.zst freebsd-ports-gnome-66f85c841cebd9967a0021be27ba53a2863dda8a.zip |
- Update to 0.8.1
- 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)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-south/Makefile | 10 | ||||
-rw-r--r-- | databases/py-south/distinfo | 4 | ||||
-rw-r--r-- | databases/py-south/pkg-plist | 3 |
3 files changed, 8 insertions, 9 deletions
diff --git a/databases/py-south/Makefile b/databases/py-south/Makefile index f3f91b346abc..1276d118e0cb 100644 --- a/databases/py-south/Makefile +++ b/databases/py-south/Makefile @@ -1,19 +1,15 @@ -# New ports collection makefile for: py-south -# Date created: July 29 2009 -# Whom: Stanislav Svirid <count@211.ru> -# +# Created by: Stanislav Svirid <count@211.ru> # $FreeBSD$ -# PORTNAME= south -PORTVERSION= 0.7.6 +PORTVERSION= 0.8.1 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= South-${PORTVERSION} MAINTAINER= wg@FreeBSD.org -COMMENT= This is South, intelligent schema migrations for Django apps +COMMENT= Intelligent schema migrations for Django apps LICENSE= AL2 diff --git a/databases/py-south/distinfo b/databases/py-south/distinfo index 7bffecd76221..0bff9947f8b0 100644 --- a/databases/py-south/distinfo +++ b/databases/py-south/distinfo @@ -1,2 +1,2 @@ -SHA256 (South-0.7.6.tar.gz) = d2c3c1ddf93ec7e29935088eef47984bb780e47aeb8acd5f18fbb3a72e97936a -SIZE (South-0.7.6.tar.gz) = 91528 +SHA256 (South-0.8.1.tar.gz) = b695477fc7171d8844a0477a8caa688d6988d895ec14faa817f44def8a5d7845 +SIZE (South-0.8.1.tar.gz) = 94331 diff --git a/databases/py-south/pkg-plist b/databases/py-south/pkg-plist index 06f593f815ba..cec627153b25 100644 --- a/databases/py-south/pkg-plist +++ b/databases/py-south/pkg-plist @@ -342,6 +342,9 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/utils/datetime_utils.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/utils/datetime_utils.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/utils/datetime_utils.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/utils/py3.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/utils/py3.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/utils/py3.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/v2.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/v2.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/south/v2.pyo |