Date: Mon, 1 Jul 2019 03:32:40 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505536 - head/devel/py-adb Message-ID: <201907010332.x613WeOT048353@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Mon Jul 1 03:32:39 2019 New Revision: 505536 URL: https://svnweb.freebsd.org/changeset/ports/505536 Log: devel/py-adb: update to 1.3.0.7 (snapshot) Changes: https://github.com/google/python-adb/compare/d9b94b2...0e50795 Modified: head/devel/py-adb/Makefile (contents, props changed) head/devel/py-adb/distinfo (contents, props changed) Modified: head/devel/py-adb/Makefile ============================================================================== --- head/devel/py-adb/Makefile Mon Jul 1 03:26:37 2019 (r505535) +++ head/devel/py-adb/Makefile Mon Jul 1 03:32:39 2019 (r505536) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= adb -DISTVERSION= 1.3.0-5 -DISTVERSIONSUFFIX= -gd9b94b2 +DISTVERSION= 1.3.0-7 +DISTVERSIONSUFFIX= -g0e50795 CATEGORIES= devel comms python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ COMMENT= Pure-python implementation of ADB and Fastboo LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libusb1>=1.0.16:devel/py-libusb1@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}m2crypto>=0.21.1:security/py-m2crypto@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} USE_GITHUB= yes Modified: head/devel/py-adb/distinfo ============================================================================== --- head/devel/py-adb/distinfo Mon Jul 1 03:26:37 2019 (r505535) +++ head/devel/py-adb/distinfo Mon Jul 1 03:32:39 2019 (r505536) @@ -1,3 +1,3 @@ -TIMESTAMP = 1538820349 -SHA256 (google-python-adb-1.3.0-5-gd9b94b2_GH0.tar.gz) = e8c17bf5f3b415f30027efd611fd9983720950f069704df51936b69712058c60 -SIZE (google-python-adb-1.3.0-5-gd9b94b2_GH0.tar.gz) = 36744 +TIMESTAMP = 1559087043 +SHA256 (google-python-adb-1.3.0-7-g0e50795_GH0.tar.gz) = ca5d787cfafa3f3bd6047d2a233cdcd55d0da8b5e64f8c59bb808dbbd5ba02a3 +SIZE (google-python-adb-1.3.0-7-g0e50795_GH0.tar.gz) = 36830
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907010332.x613WeOT048353>