summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2012-12-02 05:35:20 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2012-12-02 05:35:20 +0000
commit7105a2be3d16ac11e2b4b710181e958bb9e74d96 (patch)
tree70f62d20dc38c20c949c732f618c21eb7d870b9b /converters
parent- Update to 0.6.55 (diff)
- update to 0.04.10
- trim Makefile header - fix plist for python >= 32 PR: 174036 Submitted by: rm (myself) Approved by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) Feature safe: yes
Notes
Notes: svn path=/head/; revision=308089
Diffstat (limited to 'converters')
-rw-r--r--converters/py-unidecode/Makefile16
-rw-r--r--converters/py-unidecode/distinfo4
2 files changed, 11 insertions, 9 deletions
diff --git a/converters/py-unidecode/Makefile b/converters/py-unidecode/Makefile
index bff418409b0e..deb14001ddb3 100644
--- a/converters/py-unidecode/Makefile
+++ b/converters/py-unidecode/Makefile
@@ -1,12 +1,8 @@
-# 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}
@@ -21,4 +17,10 @@ USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= Unidecode
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} >= 320
+.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc"
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/converters/py-unidecode/distinfo b/converters/py-unidecode/distinfo
index 7f1e85b66047..1eee51719dbe 100644
--- a/converters/py-unidecode/distinfo
+++ b/converters/py-unidecode/distinfo
@@ -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