Index: head/converters/py-unidecode/Makefile =================================================================== --- head/converters/py-unidecode/Makefile (revision 308088) +++ head/converters/py-unidecode/Makefile (revision 308089) @@ -1,24 +1,26 @@ -# New ports collection makefile for: py-unidecode -# Date created: 22 October 2009 -# Whom: Douglas Thrift -# +# Created by: Douglas Thrift # $FreeBSD$ -# PORTNAME= unidecode -PORTVERSION= 0.04.9 +PORTVERSION= 0.04.10 CATEGORIES= converters python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Unidecode-${PORTVERSION} MAINTAINER= douglas@douglasthrift.net COMMENT= ASCII transliterations of Unicode text LICENSE= GPLv2 USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= Unidecode -.include +.include + +.if ${PYTHON_REL} >= 320 +.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc" +.endif + +.include Index: head/converters/py-unidecode/distinfo =================================================================== --- head/converters/py-unidecode/distinfo (revision 308088) +++ head/converters/py-unidecode/distinfo (revision 308089) @@ -1,2 +1,2 @@ -SHA256 (Unidecode-0.04.9.tar.gz) = 95df723427e7e1872349e2c3aef54c77c1df48fa57563d050bf56f43ba1d4d14 -SIZE (Unidecode-0.04.9.tar.gz) = 196659 +SHA256 (Unidecode-0.04.10.tar.gz) = 0e550250cdd7e3d7574226cfebcab21004424e95e334b1ff65877a8c4fba7641 +SIZE (Unidecode-0.04.10.tar.gz) = 196411