diff options
author | miwi <miwi@FreeBSD.org> | 2015-12-10 22:34:34 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2015-12-10 22:34:34 +0800 |
commit | 89bb6ca4c1244b092181b47c02686d5476e89974 (patch) | |
tree | 2b58ae7467d02ac4372c8288e69a5b16645406b3 /www | |
parent | 758866b2feec6b32d5facc42f9f9b6bf681424ef (diff) | |
download | freebsd-ports-gnome-89bb6ca4c1244b092181b47c02686d5476e89974.tar.gz freebsd-ports-gnome-89bb6ca4c1244b092181b47c02686d5476e89974.tar.zst freebsd-ports-gnome-89bb6ca4c1244b092181b47c02686d5476e89974.zip |
- Update to 2.0.3
PR: 205090
Submitted by: maintainer
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D4458
Diffstat (limited to 'www')
-rw-r--r-- | www/py-django-registration/Makefile | 5 | ||||
-rw-r--r-- | www/py-django-registration/distinfo | 4 | ||||
-rw-r--r-- | www/py-django-registration/pkg-descr | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/www/py-django-registration/Makefile b/www/py-django-registration/Makefile index 15a22862f6a9..37642948dafe 100644 --- a/www/py-django-registration/Makefile +++ b/www/py-django-registration/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= django-registration -PORTVERSION= 1.0 -PORTREVISION= 1 +PORTVERSION= 2.0.3 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +14,7 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.4:${PORTSDIR}/www/py-django -USES= gettext python +USES= python USE_PYTHON= distutils autoplist CONFLICTS_INSTALL= pootle-* diff --git a/www/py-django-registration/distinfo b/www/py-django-registration/distinfo index 9cfd273c3e04..8833679ac9b5 100644 --- a/www/py-django-registration/distinfo +++ b/www/py-django-registration/distinfo @@ -1,2 +1,2 @@ -SHA256 (django-registration-1.0.tar.gz) = f19112fa1c1f34eb46427afa280398d9f044a604d68d6d0d15047243e0a71d93 -SIZE (django-registration-1.0.tar.gz) = 276715 +SHA256 (django-registration-2.0.3.tar.gz) = b8f81afe9bc38ea5a0853e9a8d8f301aedb3f8ea0aa514a88dba779eee30ac6d +SIZE (django-registration-2.0.3.tar.gz) = 63913 diff --git a/www/py-django-registration/pkg-descr b/www/py-django-registration/pkg-descr index 2286f2aa3c47..6535a228a8cd 100644 --- a/www/py-django-registration/pkg-descr +++ b/www/py-django-registration/pkg-descr @@ -1,4 +1,4 @@ A fairly simple user-registration application for Django, designed to make allowing user signups as painless as possible -WWW: http://bitbucket.org/ubernostrum/django-registration/ +WWW: https://github.com/ubernostrum/django-registration |