View | Details | Raw Unified | Return to bug 230151 | Differences between
and this patch

Collapse All | Expand All

(-)security/py-asyncssh/Makefile (-2 / +5 lines)
Lines 1-12 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	asyncssh
3
PORTNAME=	asyncssh
4
PORTVERSION=	1.12.0
4
PORTVERSION=	1.14.0
5
CATEGORIES=	security python
5
CATEGORIES=	security python
6
MASTER_SITES=	CHEESESHOP
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
8
9
MAINTAINER=  	bartosz@ixsystems.com
9
MAINTAINER=	bartosz@ixsystems.com
10
COMMENT=	Python asnycio SSH protocol library
10
COMMENT=	Python asnycio SSH protocol library
11
11
12
LICENSE=	EPL
12
LICENSE=	EPL
Lines 19-22 Link Here
19
USE_PYTHON=	autoplist concurrent distutils
19
USE_PYTHON=	autoplist concurrent distutils
20
NO_ARCH=	yes
20
NO_ARCH=	yes
21
21
22
do-test:
23
	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
24
22
.include <bsd.port.mk>
25
.include <bsd.port.mk>
(-)security/py-asyncssh/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1519265865
1
TIMESTAMP = 1536543976
2
SHA256 (asyncssh-1.12.0.tar.gz) = 183fb9fccf38f42f6d587c3068be8bcb04a83e51a036b0074a7370e7289d05d3
2
SHA256 (asyncssh-1.14.0.tar.gz) = a80025ffa5f4f9a4d1aa6883f2b187fe536fa19e7d012027f57228608e2a3138
3
SIZE (asyncssh-1.12.0.tar.gz) = 289549
3
SIZE (asyncssh-1.14.0.tar.gz) = 307133

Return to bug 230151