View | Details | Raw Unified | Return to bug 228126 | Differences between
and this patch

Collapse All | Expand All

(-)py-django_polymorphic/Makefile (-2 / +4 lines)
Lines 2-11 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	django_polymorphic
4
PORTNAME=	django_polymorphic
5
PORTVERSION=	0.9.2
5
PORTVERSION=	2.0.2
6
CATEGORIES=	www python
6
CATEGORIES=	www python
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
DISTNAME=	django-polymorphic-${PORTVERSION}
9
10
10
MAINTAINER=	ports@caomhin.org
11
MAINTAINER=	ports@caomhin.org
11
COMMENT=	Seamless Polymorphic Inheritance for Django Models
12
COMMENT=	Seamless Polymorphic Inheritance for Django Models
Lines 13-21 Link Here
13
LICENSE=	BSD3CLAUSE
14
LICENSE=	BSD3CLAUSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
15
LICENSE_FILE=	${WRKSRC}/LICENSE
15
16
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18@${FLAVOR}
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${FLAVOR}
17
18
18
USES=		python
19
USES=		python
19
USE_PYTHON=	distutils autoplist
20
USE_PYTHON=	distutils autoplist
21
NO_ARCH=	yes
20
22
21
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)py-django_polymorphic/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1471029556
1
TIMESTAMP = 1525976210
2
SHA256 (django_polymorphic-0.9.2.tar.gz) = fd8e88ed6b01b038fedf8eb63392f29a158143b36bde71424e194cbc382a447c
2
SHA256 (django-polymorphic-2.0.2.tar.gz) = e1821d7b5874509a158a0f22bebf544330e0944c481c5a3e6da6cac8887e4e88
3
SIZE (django_polymorphic-0.9.2.tar.gz) = 39400
3
SIZE (django-polymorphic-2.0.2.tar.gz) = 99541

Return to bug 228126