svn commit: r539455 - head/textproc/py-trans

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jun 17 18:01:29 UTC 2020


Author: sunpoet
Date: Wed Jun 17 18:01:23 2020
New Revision: 539455
URL: https://svnweb.freebsd.org/changeset/ports/539455

Log:
  Update WWW
  
  - Take maintainership

Modified:
  head/textproc/py-trans/Makefile
  head/textproc/py-trans/pkg-descr

Modified: head/textproc/py-trans/Makefile
==============================================================================
--- head/textproc/py-trans/Makefile	Wed Jun 17 18:01:18 2020	(r539454)
+++ head/textproc/py-trans/Makefile	Wed Jun 17 18:01:23 2020	(r539455)
@@ -6,7 +6,7 @@ CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Module for performing transliteration
 
 LICENSE=	BSDunclear
@@ -18,7 +18,7 @@ LICENSE_TEXT=	License of this software is declared as 
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 USES=		python tar:bzip2
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 

Modified: head/textproc/py-trans/pkg-descr
==============================================================================
--- head/textproc/py-trans/pkg-descr	Wed Jun 17 18:01:18 2020	(r539454)
+++ head/textproc/py-trans/pkg-descr	Wed Jun 17 18:01:23 2020	(r539455)
@@ -2,4 +2,4 @@ This module translates national characters into simila
 characters (transliteration). At the moment, Czech, Greek, Latvian, Polish,
 Turkish, Russian, Ukrainian alphabets are supported (it covers 99% of needs).
 
-WWW: https://pypi.org/project/trans/
+WWW: https://github.com/zzzsochi/trans


More information about the svn-ports-all mailing list