aboutsummaryrefslogtreecommitdiff
path: root/databases/py-south/Makefile
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-05-24 10:07:22 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-05-24 10:07:22 +0000
commite29fd54c01ca5781ebdf21e779f97ca53682dc0d (patch)
tree4b196ca9d1875fc83cbdfe23179319f851d82eb1 /databases/py-south/Makefile
parentb83aa09417a0923d66c83f471ac93382d56349f9 (diff)
downloadports-e29fd54c01ca5781ebdf21e779f97ca53682dc0d.tar.gz
ports-e29fd54c01ca5781ebdf21e779f97ca53682dc0d.zip
- Update to 0.8.1
Notes
Notes: svn path=/head/; revision=318947
Diffstat (limited to 'databases/py-south/Makefile')
-rw-r--r--databases/py-south/Makefile10
1 files changed, 3 insertions, 7 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