aboutsummaryrefslogtreecommitdiff
path: root/www/py-django-allauth/Makefile
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2017-09-02 12:40:00 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2017-09-02 12:40:00 +0000
commit809186a61ca6d3ad7be95fea3f3df2eff5a66444 (patch)
treebf158b4823c0c936b8afa4abcbbe3cb880ffebb7 /www/py-django-allauth/Makefile
parente3a9671587948774df519ebf6b4c231244723c31 (diff)
downloadports-809186a61ca6d3ad7be95fea3f3df2eff5a66444.tar.gz
ports-809186a61ca6d3ad7be95fea3f3df2eff5a66444.zip
www/py-django-allauth: Update to 0.33.0
While here, add LICENSE_FILE. Changes: https://github.com/pennersr/django-allauth/blob/master/ChangeLog.rst#0330-2017-08-20 PR: 221958 Submitted by: vladimir.chukharev@gmail.com (maintainer)
Notes
Notes: svn path=/head/; revision=449134
Diffstat (limited to 'www/py-django-allauth/Makefile')
-rw-r--r--www/py-django-allauth/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/py-django-allauth/Makefile b/www/py-django-allauth/Makefile
index bf8df5a00c8b..fd2558aece5d 100644
--- a/www/py-django-allauth/Makefile
+++ b/www/py-django-allauth/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= django-allauth
-PORTVERSION= 0.32.0
+PORTVERSION= 0.33.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,6 +10,7 @@ MAINTAINER= Vladimir.Chukharev@gmail.com
COMMENT= User registration with social account authentication
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=1.6:www/py-django18