svn commit: r463439 - head/net/py-terminado

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Mar 2 18:52:32 UTC 2018


Author: sunpoet
Date: Fri Mar  2 18:52:29 2018
New Revision: 463439
URL: https://svnweb.freebsd.org/changeset/ports/463439

Log:
  Update to 0.8.1
  
  - Add NO_ARCH
  - While I'm here, add LICENSE_FILE
  
  Changes:	https://github.com/jupyter/terminado/releases
  PR:		225550
  Submitted by:	John W. O'Brien <john at saltant.com>
  Approved by:	maintainer (timeout, 1 month)

Modified:
  head/net/py-terminado/Makefile
  head/net/py-terminado/distinfo

Modified: head/net/py-terminado/Makefile
==============================================================================
--- head/net/py-terminado/Makefile	Fri Mar  2 18:52:24 2018	(r463438)
+++ head/net/py-terminado/Makefile	Fri Mar  2 18:52:29 2018	(r463439)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	terminado
-PORTVERSION=	0.6
+PORTVERSION=	0.8.1
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,11 +10,14 @@ MAINTAINER=	robak at FreeBSD.org
 COMMENT=	Terminals served to term.js using Tornado websockets
 
 LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ptyprocess>0:sysutils/py-ptyprocess@${FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}tornado>0:www/py-tornado@${FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}tornado>=4:www/py-tornado@${FLAVOR}
 
 USES=		python
 USE_PYTHON=	distutils autoplist
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/net/py-terminado/distinfo
==============================================================================
--- head/net/py-terminado/distinfo	Fri Mar  2 18:52:24 2018	(r463438)
+++ head/net/py-terminado/distinfo	Fri Mar  2 18:52:29 2018	(r463439)
@@ -1,2 +1,3 @@
-SHA256 (terminado-0.6.tar.gz) = 2c0ba1f624067dccaaead7d2247cfe029806355cef124dc2ccb53c83229f0126
-SIZE (terminado-0.6.tar.gz) = 10334
+TIMESTAMP = 1516192497
+SHA256 (terminado-0.8.1.tar.gz) = 55abf9ade563b8f9be1f34e4233c7b7bde726059947a593322e8a553cc4c067a
+SIZE (terminado-0.8.1.tar.gz) = 21134


More information about the svn-ports-all mailing list