Date: Thu, 26 May 2016 19:24:01 +0000 (UTC) From: Craig Rodrigues <rodrigc@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415908 - in head/security/py-paramiko: . files Message-ID: <201605261924.u4QJO1YH085178@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rodrigc (src committer) Date: Thu May 26 19:24:00 2016 New Revision: 415908 URL: https://svnweb.freebsd.org/changeset/ports/415908 Log: - Update to 2.0.0 Submitted by: rodrigc Reviewed by: robak, sbz Approved by: robak, sbz Differential Revision: https://reviews.freebsd.org/D6551 Deleted: head/security/py-paramiko/files/ Modified: head/security/py-paramiko/Makefile head/security/py-paramiko/distinfo Modified: head/security/py-paramiko/Makefile ============================================================================== --- head/security/py-paramiko/Makefile Thu May 26 19:19:10 2016 (r415907) +++ head/security/py-paramiko/Makefile Thu May 26 19:24:00 2016 (r415908) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= paramiko -PORTVERSION= 1.15.2 +PORTVERSION= 2.0.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ COMMENT= Python SSH2 protocol library LICENSE= GPLv2 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography \ ${PYTHON_PKGNAMEPREFIX}ecdsa>0:security/py-ecdsa USES= python Modified: head/security/py-paramiko/distinfo ============================================================================== --- head/security/py-paramiko/distinfo Thu May 26 19:19:10 2016 (r415907) +++ head/security/py-paramiko/distinfo Thu May 26 19:24:00 2016 (r415908) @@ -1,2 +1,3 @@ -SHA256 (paramiko-1.15.2.tar.gz) = 4f56a671a3eecbb76e6143e6e4ca007d503a39aa79aa9e14ade667fa53fd6e55 -SIZE (paramiko-1.15.2.tar.gz) = 1220578 +TIMESTAMP = 1464139163 +SHA256 (paramiko-2.0.0.tar.gz) = 51219ecaf88aa1cea9952b3c4ddcc0c1316f015d23d77edb7aee78a3468ef0e2 +SIZE (paramiko-2.0.0.tar.gz) = 1372885
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605261924.u4QJO1YH085178>