From owner-svn-ports-all@freebsd.org Sat Jan 16 18:07:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5531CA85F83; Sat, 16 Jan 2016 18:07:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 084FE1634; Sat, 16 Jan 2016 18:07:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0GI7iWr056568; Sat, 16 Jan 2016 18:07:44 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0GI7ie1056565; Sat, 16 Jan 2016 18:07:44 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201601161807.u0GI7ie1056565@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 16 Jan 2016 18:07:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406256 - head/www/py-django-registration-redux X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jan 2016 18:07:46 -0000 Author: miwi Date: Sat Jan 16 18:07:44 2016 New Revision: 406256 URL: https://svnweb.freebsd.org/changeset/ports/406256 Log: - Update to 1.3 PR: 206315 Submitted by: maintainer Modified: head/www/py-django-registration-redux/Makefile head/www/py-django-registration-redux/distinfo (contents, props changed) head/www/py-django-registration-redux/pkg-descr (contents, props changed) Modified: head/www/py-django-registration-redux/Makefile ============================================================================== --- head/www/py-django-registration-redux/Makefile Sat Jan 16 18:07:08 2016 (r406255) +++ head/www/py-django-registration-redux/Makefile Sat Jan 16 18:07:44 2016 (r406256) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= django-registration-redux -PORTVERSION= 1.2 -PORTREVISION= 1 +PORTVERSION= 1.3 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-django-registration-redux/distinfo ============================================================================== --- head/www/py-django-registration-redux/distinfo Sat Jan 16 18:07:08 2016 (r406255) +++ head/www/py-django-registration-redux/distinfo Sat Jan 16 18:07:44 2016 (r406256) @@ -1,2 +1,2 @@ -SHA256 (django-registration-redux-1.2.tar.gz) = 006abd8b3606f1bc7da8ffc773a1f4a5380b3f0f6ab65c00a7d864b4f60bc9ba -SIZE (django-registration-redux-1.2.tar.gz) = 72391 +SHA256 (django-registration-redux-1.3.tar.gz) = 30c0185f0e217a905cf2ee1a354c8d4835a3bffd853c46e4c4d6dc149c522a79 +SIZE (django-registration-redux-1.3.tar.gz) = 83090 Modified: head/www/py-django-registration-redux/pkg-descr ============================================================================== --- head/www/py-django-registration-redux/pkg-descr Sat Jan 16 18:07:08 2016 (r406255) +++ head/www/py-django-registration-redux/pkg-descr Sat Jan 16 18:07:44 2016 (r406256) @@ -1,4 +1,4 @@ A fairly simple user-registration application for Django, designed to make allowing user signups as painless as possible -WWW: http://django-registration-redux.readthedocs.org/ +WWW: https://github.com/macropin/django-registration