From owner-svn-ports-head@FreeBSD.ORG Thu Oct 24 10:26:07 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E7FEF6CF; Thu, 24 Oct 2013 10:26:07 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BDA812059; Thu, 24 Oct 2013 10:26:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9OAQ7IC019469; Thu, 24 Oct 2013 10:26:07 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9OAQ7fE019467; Thu, 24 Oct 2013 10:26:07 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201310241026.r9OAQ7fE019467@svn.freebsd.org> From: Kubilay Kocak Date: Thu, 24 Oct 2013 10:26:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331473 - head/converters/py-unidecode X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 10:26:08 -0000 Author: koobs Date: Thu Oct 24 10:26:07 2013 New Revision: 331473 URL: http://svnweb.freebsd.org/changeset/ports/331473 Log: converters/py-unicdecode: Update to 0.04.14, Enable STAGE and auto-plist - Update to 0.04.14 - Enable auto plist generation & remove pkg-plist accordingly - Enable STAGE support While I'm here: - Whitespace alignment - Re-order a couple of Makefile entries Changes: 2013-09-20 unidecode 0.04.14 * Revert transliteration for Latin characters with umlauts back to language-neutral, unaccented characters. * Added transliterations for circled numbers, letters and ordinals. * Minor fixes to rarely used punctuation characters. PR: ports/183136 Submitted by: Douglas Thrift Approved by: maintainer Deleted: head/converters/py-unidecode/pkg-plist Modified: head/converters/py-unidecode/Makefile (contents, props changed) head/converters/py-unidecode/distinfo (contents, props changed) Modified: head/converters/py-unidecode/Makefile ============================================================================== --- head/converters/py-unidecode/Makefile Thu Oct 24 10:20:55 2013 (r331472) +++ head/converters/py-unidecode/Makefile Thu Oct 24 10:26:07 2013 (r331473) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= unidecode -PORTVERSION= 0.04.13 +PORTVERSION= 0.04.14 CATEGORIES= converters python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,11 +13,11 @@ COMMENT= ASCII transliterations of Unico LICENSE= GPLv2 -USE_PYTHON= yes +USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes PYDISTUTILS_PKGNAME= Unidecode -NO_STAGE= yes .include .if ${PYTHON_REL} >= 320 Modified: head/converters/py-unidecode/distinfo ============================================================================== --- head/converters/py-unidecode/distinfo Thu Oct 24 10:20:55 2013 (r331472) +++ head/converters/py-unidecode/distinfo Thu Oct 24 10:26:07 2013 (r331473) @@ -1,2 +1,2 @@ -SHA256 (Unidecode-0.04.13.tar.gz) = ca58bf0ce984a20ad3a5d7fdbb7e773d8d1e5fd1570951e47c1908eed8fe0442 -SIZE (Unidecode-0.04.13.tar.gz) = 200125 +SHA256 (Unidecode-0.04.14.tar.gz) = a66f8a527ee0709742caa16745cc882b85d6cfc12b37fa2f56024d07031f230c +SIZE (Unidecode-0.04.14.tar.gz) = 200860