From nobody@FreeBSD.org  Sat Dec  1 18:12:03 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 12B21231
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  1 Dec 2012 18:12:03 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id EEA7C8FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  1 Dec 2012 18:12:02 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id qB1IC238028455
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 1 Dec 2012 18:12:02 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id qB1IC2fQ028454;
	Sat, 1 Dec 2012 18:12:02 GMT
	(envelope-from nobody)
Message-Id: <201212011812.qB1IC2fQ028454@red.freebsd.org>
Date: Sat, 1 Dec 2012 18:12:02 GMT
From: Ruslan Mahmatkhanov <rm@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: converters/py-unidecode: update to 0.04.10
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: douglas@douglasthrift.net

>Number:         174036
>Category:       ports
>Synopsis:       converters/py-unidecode: update to 0.04.10
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 01 18:20:00 UTC 2012
>Closed-Date:    Sun Dec 02 05:35:58 UTC 2012
>Last-Modified:  Sun Dec 02 05:35:58 UTC 2012
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Dec 1 20:31:56 UTC 2012 
Responsible-Changed-Why:  
freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=174036 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Dec 1 20:31:58 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=174036 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: douglas@douglasthrift.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/174036: converters/py-unidecode: update to 0.04.10
Date: Sat, 1 Dec 2012 20:31:57 UT

 Maintainer of converters/py-unidecode,
 
 Please note that PR ports/174036 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/174036
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Douglas Thrift <douglas@douglasthrift.net>
To: bug-followup@FreeBSD.ORG
Cc:  
Subject: Re: ports/174036: converters/py-unidecode: update to 0.04.10
Date: Sat, 01 Dec 2012 13:12:56 -0800

 I approve.
 -- 
 Douglas William Thrift
 <douglas@douglasthrift.net>
 <http://douglasthrift.net/>
 
 On 12/1/2012 12:31 PM, Edwin Groothuis wrote:
 > Maintainer of converters/py-unidecode,
 > 
 > Please note that PR ports/174036 has just been submitted.
 > 
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 > 
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/174036
 > 
Responsible-Changed-From-To: freebsd-python->rm 
Responsible-Changed-By: rm 
Responsible-Changed-When: Sun Dec 2 05:33:08 UTC 2012 
Responsible-Changed-Why:  
I will take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=174036 
State-Changed-From-To: feedback->closed 
State-Changed-By: rm 
State-Changed-When: Sun Dec 2 05:35:57 UTC 2012 
State-Changed-Why:  
Committed, thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=174036 
>Unformatted:
