Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Oct 2013 10:26:07 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331473 - head/converters/py-unidecode
Message-ID:  <201310241026.r9OAQ7fE019467@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <douglas@douglasthrift.net>
  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 <bsd.port.pre.mk>
 
 .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



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