svn commit: r485898 - head/converters/py-unidecode

Steve Wills swills at FreeBSD.org
Sun Nov 25 19:51:38 UTC 2018


Author: swills
Date: Sun Nov 25 19:51:37 2018
New Revision: 485898
URL: https://svnweb.freebsd.org/changeset/ports/485898

Log:
  converters/py-unidecode: Update to 1.0.23
  
  PR:		233484
  Submitted by:	Douglas Thrift <douglas at douglasthrift.net> (maintainer)

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	Sun Nov 25 19:49:35 2018	(r485897)
+++ head/converters/py-unidecode/Makefile	Sun Nov 25 19:51:37 2018	(r485898)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	unidecode
-PORTVERSION=	1.0.22
+PORTVERSION=	1.0.23
 CATEGORIES=	converters python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,6 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		python
 USE_PYTHON=	distutils autoplist concurrent
+
 NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/converters/py-unidecode/distinfo
==============================================================================
--- head/converters/py-unidecode/distinfo	Sun Nov 25 19:49:35 2018	(r485897)
+++ head/converters/py-unidecode/distinfo	Sun Nov 25 19:51:37 2018	(r485898)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1522588017
-SHA256 (Unidecode-1.0.22.tar.gz) = 8c33dd588e0c9bc22a76eaa0c715a5434851f726131bd44a6c26471746efabf5
-SIZE (Unidecode-1.0.22.tar.gz) = 208877
+TIMESTAMP = 1543098801
+SHA256 (Unidecode-1.0.23.tar.gz) = 8b85354be8fd0c0e10adbf0675f6dc2310e56fda43fa8fe049123b6c475e52fb
+SIZE (Unidecode-1.0.23.tar.gz) = 210727


More information about the svn-ports-all mailing list