Date: Mon, 20 Feb 2012 19:06:47 -0800 (PST) From: Douglas William Thrift <douglas@douglasthrift.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/165344: Update port: converters/py-unidecode Upgrade to 0.04.9 Message-ID: <201202210306.q1L36lt7062326@slowhand.douglasthrift.net> Resent-Message-ID: <201202210310.q1L3ABxQ002039@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 165344 >Category: ports >Synopsis: Update port: converters/py-unidecode Upgrade to 0.04.9 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Feb 21 03:10:11 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Douglas William Thrift >Release: FreeBSD 8.0-RELEASE-p6 amd64 >Organization: >Environment: System: FreeBSD slowhand.douglasthrift.net 8.0-RELEASE-p6 FreeBSD 8.0-RELEASE-p6 #2: Wed Sep 28 21:40:42 PDT 2011 user@jail8.johncompanies.com:/usr/obj/usr/src/sys/jail8 amd64 >Description: Upgraded converters/py-unidecode to 0.04.9. It has moved to PYPI and changed to GPLv2. https://redports.org/buildarchive/20120220230823-56860/ Note: the 7.4-RELEASE/amd64 buildgroup on redports seems to be down. >From ChangeLog: 2011-09-23 unidecode 0.04.9 * Fixed Python 2.5 installation issue. 2011-09-22 unidecode 0.04.8 * License change to GPL to fit better with other Python modules and to remove the issue of depending on Perl for licensing terms. * Always return a string object on Python 2.x. Before this patch, unidecode() returned a unicode object on Python 2.x if the input was a unicode object that contained ASCII characters. Behaviour on Python 3.x remains unchanged. (thanks to Wesley Yarde) >How-To-Repeat: >Fix: --- py-unidecode.2012-02-21T025700Z.diff begins here --- diff -Nrux .svn -x work /usr/ports/converters/py-unidecode/Makefile py-unidecode/Makefile --- /usr/ports/converters/py-unidecode/Makefile 2011-04-04 23:20:43.000000000 -0700 +++ py-unidecode/Makefile 2012-02-20 13:32:38.000000000 -0800 @@ -6,19 +6,16 @@ # PORTNAME= unidecode -PORTVERSION= 0.04.7 +PORTVERSION= 0.04.9 CATEGORIES= converters python -MASTER_SITES= http://code.zemanta.com/tsolc/unidecode/releases/ \ - http://apt.douglasthrift.net/files/${PORTNAME}/ \ - http://code.douglasthrift.net/files/${PORTNAME}/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Unidecode-${PORTVERSION} MAINTAINER= douglas@douglasthrift.net COMMENT= ASCII transliterations of Unicode text -LICENSE= ART10 GPLv1 -LICENSE_COMB= dual +LICENSE= GPLv2 USE_PYTHON= yes USE_PYDISTUTILS= yes diff -Nrux .svn -x work /usr/ports/converters/py-unidecode/distinfo py-unidecode/distinfo --- /usr/ports/converters/py-unidecode/distinfo 2011-04-04 23:20:43.000000000 -0700 +++ py-unidecode/distinfo 2012-02-20 13:32:57.000000000 -0800 @@ -1,2 +1,2 @@ -SHA256 (Unidecode-0.04.7.tar.gz) = 083491df30d4c40798d0e4b4820c30f0eacb8e925d4c5af81a7cdbb2bb94bdcc -SIZE (Unidecode-0.04.7.tar.gz) = 187476 +SHA256 (Unidecode-0.04.9.tar.gz) = 95df723427e7e1872349e2c3aef54c77c1df48fa57563d050bf56f43ba1d4d14 +SIZE (Unidecode-0.04.9.tar.gz) = 196659 diff -Nrux .svn -x work /usr/ports/converters/py-unidecode/pkg-descr py-unidecode/pkg-descr --- /usr/ports/converters/py-unidecode/pkg-descr 2009-11-04 06:37:37.000000000 -0800 +++ py-unidecode/pkg-descr 2012-02-20 13:52:54.000000000 -0800 @@ -5,4 +5,4 @@ -- i.e., conveying, in Roman letters, the pronunciation expressed by the text in some other writing system. (See the example above) -WWW: http://code.zemanta.com/tsolc/unidecode/ +WWW: http://pypi.python.org/pypi/Unidecode --- py-unidecode.2012-02-21T025700Z.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202210306.q1L36lt7062326>