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

(-)Makefile (-7 / +9 lines)
Lines 1-12 Link Here
1
# New ports collection makefile for:	py-unidecode
1
# Created by: Douglas Thrift
2
# Date created:				22 October 2009
3
# Whom:					Douglas Thrift
4
#
5
# $FreeBSD$
2
# $FreeBSD$
6
#
7
3
8
PORTNAME=	unidecode
4
PORTNAME=	unidecode
9
PORTVERSION=	0.04.9
5
PORTVERSION=	0.04.10
10
CATEGORIES=	converters python
6
CATEGORIES=	converters python
11
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
12
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 21-24 Link Here
21
USE_PYDISTUTILS=	yes
17
USE_PYDISTUTILS=	yes
22
PYDISTUTILS_PKGNAME=	Unidecode
18
PYDISTUTILS_PKGNAME=	Unidecode
23
19
24
.include <bsd.port.mk>
20
.include <bsd.port.pre.mk>
21
22
.if ${PYTHON_REL} >= 320
23
.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc"
24
.endif
25
26
.include <bsd.port.post.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (Unidecode-0.04.9.tar.gz) = 95df723427e7e1872349e2c3aef54c77c1df48fa57563d050bf56f43ba1d4d14
1
SHA256 (Unidecode-0.04.10.tar.gz) = 0e550250cdd7e3d7574226cfebcab21004424e95e334b1ff65877a8c4fba7641
2
SIZE (Unidecode-0.04.9.tar.gz) = 196659
2
SIZE (Unidecode-0.04.10.tar.gz) = 196411

Return to bug 174036