1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- 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
This commit is contained in:
Ruslan Makhmatkhanov 2012-12-02 05:35:20 +00:00
parent f0537e4c30
commit 7105a2be3d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308089
2 changed files with 11 additions and 9 deletions

View File

@ -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>

View File

@ -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