diff options
author | rm <rm@FreeBSD.org> | 2012-12-02 13:35:20 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-12-02 13:35:20 +0800 |
commit | 6273a4def34a731588a4190160d0ba3ad21e177b (patch) | |
tree | 70f62d20dc38c20c949c732f618c21eb7d870b9b /converters | |
parent | 034e131a017d5e5cdb0f42c709343e8fb1c808fd (diff) | |
download | freebsd-ports-gnome-6273a4def34a731588a4190160d0ba3ad21e177b.tar.gz freebsd-ports-gnome-6273a4def34a731588a4190160d0ba3ad21e177b.tar.zst freebsd-ports-gnome-6273a4def34a731588a4190160d0ba3ad21e177b.zip |
- 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
Diffstat (limited to 'converters')
-rw-r--r-- | converters/py-unidecode/Makefile | 16 | ||||
-rw-r--r-- | converters/py-unidecode/distinfo | 4 |
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 |