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

(-)py-django-bootstrap-form/Makefile (-3 / +4 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	django-bootstrap-form
4
PORTNAME=	django-bootstrap-form
5
PORTVERSION=	3.3
5
PORTVERSION=	3.4
6
CATEGORIES=	www python
6
CATEGORIES=	www python
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 12-20 Link Here
12
12
13
LICENSE=	MIT
13
LICENSE=	MIT
14
14
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django111>=1.11:www/py-django111@${PY_FLAVOR}
16
15
USES=		python
17
USES=		python
16
USE_PYTHON=	distutils autoplist
18
USE_PYTHON=	distutils autoplist
19
NO_ARCH=	yes
17
20
18
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django18>=1.5:www/py-django18@${FLAVOR}
19
20
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)py-django-bootstrap-form/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1514285632
1
TIMESTAMP = 1526021944
2
SHA256 (django-bootstrap-form-3.3.tar.gz) = 2edeb528bcdd0de454575ca84be06e15130baf286b9d302eacbd893cbf691b94
2
SHA256 (django-bootstrap-form-3.4.tar.gz) = de3f7893e515352834d446c441c0cb861637f92cebbe59d8229469c6cd3dc640
3
SIZE (django-bootstrap-form-3.3.tar.gz) = 4321
3
SIZE (django-bootstrap-form-3.4.tar.gz) = 4422
(-)py-django-bootstrap-form/pkg-descr (-1 / +1 lines)
Lines 3-6 Link Here
3
A simple Django template tag to work with twitter bootstrap (
3
A simple Django template tag to work with twitter bootstrap (
4
http://twitter.github.com/bootstrap/ )
4
http://twitter.github.com/bootstrap/ )
5
5
6
WWW: https://pypi.org/project/django-bootstrap-form/
6
WWW: https://github.com/tzangms/django-bootstrap-form

Return to bug 228142