View | Details | Raw Unified | Return to bug 205090
Collapse All | Expand All

(-)/usr/local/poudriere/ports/default/www/py-django-registration/Makefile (-3 / +2 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/www/py-django-registration/Makefile 376109 2015-01-03 08:41:20Z mva $
2
# $FreeBSD: head/www/py-django-registration/Makefile 376109 2015-01-03 08:41:20Z mva $
3
3
4
PORTNAME=	django-registration
4
PORTNAME=	django-registration
5
PORTVERSION=	1.0
5
PORTVERSION=	2.0.3
6
PORTREVISION=	1
7
CATEGORIES=	www python
6
CATEGORIES=	www python
8
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 15-21 Link Here
15
14
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django>=1.4:${PORTSDIR}/www/py-django
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django>=1.4:${PORTSDIR}/www/py-django
17
16
18
USES=		gettext python
17
USES=		python
19
USE_PYTHON=	distutils autoplist
18
USE_PYTHON=	distutils autoplist
20
19
21
CONFLICTS_INSTALL=	pootle-*
20
CONFLICTS_INSTALL=	pootle-*
(-)/usr/local/poudriere/ports/default/www/py-django-registration/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (django-registration-1.0.tar.gz) = f19112fa1c1f34eb46427afa280398d9f044a604d68d6d0d15047243e0a71d93
1
SHA256 (django-registration-2.0.3.tar.gz) = b8f81afe9bc38ea5a0853e9a8d8f301aedb3f8ea0aa514a88dba779eee30ac6d
2
SIZE (django-registration-1.0.tar.gz) = 276715
2
SIZE (django-registration-2.0.3.tar.gz) = 63913
(-)/usr/local/poudriere/ports/default/www/py-django-registration/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
A fairly simple user-registration application for Django,
1
A fairly simple user-registration application for Django,
2
designed to make allowing user signups as painless as possible
2
designed to make allowing user signups as painless as possible
3
3
4
WWW: http://bitbucket.org/ubernostrum/django-registration/
4
WWW: https://github.com/ubernostrum/django-registration

Return to bug 205090