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

Kai Knoblich kai at FreeBSD.org
Sun Jun 9 15:27:19 UTC 2019


Author: kai
Date: Sun Jun  9 15:27:18 2019
New Revision: 503825
URL: https://svnweb.freebsd.org/changeset/ports/503825

Log:
  textproc/py-trans: Update to 2.1.0
  
  * Relax the Python version requirements because support for Python 3 was
    introduced with the 2.0 release.
  
  Also while I'm here:
  * Mark the port as architecture neutral by adding NO_ARCH
  * Reset the maintainer due a period of very long absence
  
  PR:		230217
  Submitted by:	Nathan <ndowens at yahoo.com> (based on)
  Reviewed by:	tobik
  Approved by:	maintainer (timeout, more than 11 months)

Modified:
  head/textproc/py-trans/Makefile
  head/textproc/py-trans/distinfo

Modified: head/textproc/py-trans/Makefile
==============================================================================
--- head/textproc/py-trans/Makefile	Sun Jun  9 14:54:54 2019	(r503824)
+++ head/textproc/py-trans/Makefile	Sun Jun  9 15:27:18 2019	(r503825)
@@ -1,13 +1,12 @@
 # $FreeBSD$
 
 PORTNAME=	trans
-PORTVERSION=	2.0.1
-PORTREVISION=	1
+PORTVERSION=	2.1.0
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	d.pryadko at rambler-co.ru
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Module for performing transliteration
 
 LICENSE=	BSDunclear
@@ -18,7 +17,9 @@ LICENSE_TEXT=	License of this software is declared as 
 		the source archive contains license information.
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-USES=		python:2.7 tar:bzip2
+USES=		python tar:bzip2
 USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/textproc/py-trans/distinfo
==============================================================================
--- head/textproc/py-trans/distinfo	Sun Jun  9 14:54:54 2019	(r503824)
+++ head/textproc/py-trans/distinfo	Sun Jun  9 15:27:18 2019	(r503825)
@@ -1,2 +1,3 @@
-SHA256 (trans-2.0.1.tar.bz2) = be3402c1274735a7b8383d30c9ddce2d8d650c1dd03359e966197a86fd7e9129
-SIZE (trans-2.0.1.tar.bz2) = 7420
+TIMESTAMP = 1532997024
+SHA256 (trans-2.1.0.tar.bz2) = 417d8f7862a4a01470bdf0ab2a96b60983e459d202c1b12e8df3fa563146b71f
+SIZE (trans-2.1.0.tar.bz2) = 6864


More information about the svn-ports-all mailing list