Date: Thu, 10 Dec 2015 14:34:34 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403462 - head/www/py-django-registration Message-ID: <201512101434.tBAEYYGl037653@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Thu Dec 10 14:34:34 2015 New Revision: 403462 URL: https://svnweb.freebsd.org/changeset/ports/403462 Log: - Update to 2.0.3 PR: 205090 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D4458 Modified: head/www/py-django-registration/Makefile head/www/py-django-registration/distinfo head/www/py-django-registration/pkg-descr Modified: head/www/py-django-registration/Makefile ============================================================================== --- head/www/py-django-registration/Makefile Thu Dec 10 14:31:50 2015 (r403461) +++ head/www/py-django-registration/Makefile Thu Dec 10 14:34:34 2015 (r403462) @@ -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-* Modified: head/www/py-django-registration/distinfo ============================================================================== --- head/www/py-django-registration/distinfo Thu Dec 10 14:31:50 2015 (r403461) +++ head/www/py-django-registration/distinfo Thu Dec 10 14:34:34 2015 (r403462) @@ -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 Modified: head/www/py-django-registration/pkg-descr ============================================================================== --- head/www/py-django-registration/pkg-descr Thu Dec 10 14:31:50 2015 (r403461) +++ head/www/py-django-registration/pkg-descr Thu Dec 10 14:34:34 2015 (r403462) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512101434.tBAEYYGl037653>