Date: Sun, 9 Dec 2018 01:49:15 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r487010 - branches/2018Q4/security/py-asyncssh Message-ID: <201812090149.wB91nF4B010982@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sun Dec 9 01:49:15 2018 New Revision: 487010 URL: https://svnweb.freebsd.org/changeset/ports/487010 Log: MFH: r487009 security/py-asyncssh: Update to 1.14.0 While here, add test target PR: 230151 Submitted by: Nathan <ndowens@yahoo.com> Approved by: maintainer timeout (bartosz@ixsystems.com, >2 months) Security: 0e8f496a-b498-11e8-bdcf-74d435e60b7c Approved by: ports-secteam (implicit) Modified: branches/2018Q4/security/py-asyncssh/Makefile branches/2018Q4/security/py-asyncssh/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/security/py-asyncssh/Makefile ============================================================================== --- branches/2018Q4/security/py-asyncssh/Makefile Sun Dec 9 01:47:38 2018 (r487009) +++ branches/2018Q4/security/py-asyncssh/Makefile Sun Dec 9 01:49:15 2018 (r487010) @@ -1,12 +1,12 @@ # $FreeBSD$ PORTNAME= asyncssh -PORTVERSION= 1.12.0 +PORTVERSION= 1.14.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= bartosz@ixsystems.com +MAINTAINER= bartosz@ixsystems.com COMMENT= Python asnycio SSH protocol library LICENSE= EPL @@ -18,5 +18,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcrypt>0:security/ USES= python:3.4+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes + +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include <bsd.port.mk> Modified: branches/2018Q4/security/py-asyncssh/distinfo ============================================================================== --- branches/2018Q4/security/py-asyncssh/distinfo Sun Dec 9 01:47:38 2018 (r487009) +++ branches/2018Q4/security/py-asyncssh/distinfo Sun Dec 9 01:49:15 2018 (r487010) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519265865 -SHA256 (asyncssh-1.12.0.tar.gz) = 183fb9fccf38f42f6d587c3068be8bcb04a83e51a036b0074a7370e7289d05d3 -SIZE (asyncssh-1.12.0.tar.gz) = 289549 +TIMESTAMP = 1536543976 +SHA256 (asyncssh-1.14.0.tar.gz) = a80025ffa5f4f9a4d1aa6883f2b187fe536fa19e7d012027f57228608e2a3138 +SIZE (asyncssh-1.14.0.tar.gz) = 307133
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812090149.wB91nF4B010982>