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

Collapse All | Expand All

(-)py-unidecode/Makefile (-2 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD: converters/py-unidecode/Makefile 327715 2013-09-20 16:05:24Z bapt $
2
# $FreeBSD: converters/py-unidecode/Makefile 327715 2013-09-20 16:05:24Z bapt $
3
3
4
PORTNAME=	unidecode
4
PORTNAME=	unidecode
5
PORTVERSION=	0.04.13
5
PORTVERSION=	0.04.14
6
CATEGORIES=	converters python
6
CATEGORIES=	converters python
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 17-23 Link Here
17
USE_PYDISTUTILS=	yes
17
USE_PYDISTUTILS=	yes
18
PYDISTUTILS_PKGNAME=	Unidecode
18
PYDISTUTILS_PKGNAME=	Unidecode
19
19
20
NO_STAGE=	yes
21
.include <bsd.port.pre.mk>
20
.include <bsd.port.pre.mk>
22
21
23
.if ${PYTHON_REL} >= 320
22
.if ${PYTHON_REL} >= 320
(-)py-unidecode/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (Unidecode-0.04.13.tar.gz) = ca58bf0ce984a20ad3a5d7fdbb7e773d8d1e5fd1570951e47c1908eed8fe0442
1
SHA256 (Unidecode-0.04.14.tar.gz) = a66f8a527ee0709742caa16745cc882b85d6cfc12b37fa2f56024d07031f230c
2
SIZE (Unidecode-0.04.13.tar.gz) = 200125
2
SIZE (Unidecode-0.04.14.tar.gz) = 200860
(-)py-unidecode/pkg-plist (+3 lines)
Lines 112-117 Link Here
112
%%PYTHON_SITELIBDIR%%/unidecode/x029.py
112
%%PYTHON_SITELIBDIR%%/unidecode/x029.py
113
%%PYTHON_SITELIBDIR%%/unidecode/x029.pyc
113
%%PYTHON_SITELIBDIR%%/unidecode/x029.pyc
114
%%PYTHON_SITELIBDIR%%/unidecode/x029.pyo
114
%%PYTHON_SITELIBDIR%%/unidecode/x029.pyo
115
%%PYTHON_SITELIBDIR%%/unidecode/x02a.py
116
%%PYTHON_SITELIBDIR%%/unidecode/x02a.pyc
117
%%PYTHON_SITELIBDIR%%/unidecode/x02a.pyo
115
%%PYTHON_SITELIBDIR%%/unidecode/x02c.py
118
%%PYTHON_SITELIBDIR%%/unidecode/x02c.py
116
%%PYTHON_SITELIBDIR%%/unidecode/x02c.pyc
119
%%PYTHON_SITELIBDIR%%/unidecode/x02c.pyc
117
%%PYTHON_SITELIBDIR%%/unidecode/x02c.pyo
120
%%PYTHON_SITELIBDIR%%/unidecode/x02c.pyo

Return to bug 183136