Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Dec 2012 18:12:02 GMT
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/174036: converters/py-unidecode: update to 0.04.10
Message-ID:  <201212011812.qB1IC2fQ028454@red.freebsd.org>
Resent-Message-ID: <201212011820.qB1IK0Pq085765@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         174036
>Category:       ports
>Synopsis:       converters/py-unidecode: update to 0.04.10
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 01 18:20:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Ruslan Mahmatkhanov
>Release:        10.0-CURRENT
>Organization:
>Environment:
10.0-CURRENT amd64
>Description:
- update to 0.04.10
- trim Makefile header
- fix plist for python >= 32
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 308079)
+++ Makefile	(working copy)
@@ -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_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>
Index: distinfo
===================================================================
--- distinfo	(revision 308079)
+++ distinfo	(working copy)
@@ -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


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212011812.qB1IC2fQ028454>