Index: branches/2017Q1/devel/py-adb/Makefile =================================================================== --- branches/2017Q1/devel/py-adb/Makefile (revision 434305) +++ branches/2017Q1/devel/py-adb/Makefile (revision 434306) @@ -1,22 +1,25 @@ # $FreeBSD$ PORTNAME= adb -PORTVERSION= 1.1.1 +DISTVERSION= 1.1.1-37 +DISTVERSIONSUFFIX= -gfb09de9 CATEGORIES= devel comms python -MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jbeich@FreeBSD.org COMMENT= Pure-python implementation of ADB and Fastboot protocols LICENSE= APACHE20 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libusb1>0:devel/py-libusb1 \ - ${PYTHON_PKGNAMEPREFIX}gflags>0:devel/py-gflags \ - ${PYTHON_PKGNAMEPREFIX}m2crypto>0:security/py-m2crypto +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libusb1>=1.0.16:devel/py-libusb1 \ + ${PYTHON_PKGNAMEPREFIX}m2crypto>=0.21.1:security/py-m2crypto + +USE_GITHUB= yes +GH_ACCOUNT= google +GH_PROJECT= python-${PORTNAME} NO_ARCH= yes USES= python:-2.7 USE_PYTHON= autoplist distutils .include Index: branches/2017Q1/devel/py-adb/distinfo =================================================================== --- branches/2017Q1/devel/py-adb/distinfo (revision 434305) +++ branches/2017Q1/devel/py-adb/distinfo (revision 434306) @@ -1,2 +1,3 @@ -SHA256 (adb-1.1.1.tar.gz) = 867c819e031210272d55ff97deaefd0514f62fd809154e1a04f77ce5632fd40c -SIZE (adb-1.1.1.tar.gz) = 18255 +TIMESTAMP = 1477441756 +SHA256 (google-python-adb-1.1.1-37-gfb09de9_GH0.tar.gz) = 21c1869b80c3b9f2f31e24222161d69a32b5f5954237038f2a9632ce6ea0db0d +SIZE (google-python-adb-1.1.1-37-gfb09de9_GH0.tar.gz) = 29207 Index: branches/2017Q1/devel/py-adb/pkg-descr =================================================================== --- branches/2017Q1/devel/py-adb/pkg-descr (revision 434305) +++ branches/2017Q1/devel/py-adb/pkg-descr (revision 434306) @@ -1,9 +1,9 @@ py-adb is mainly targeted to users that need to communicate with Android devices in an automated fashion, such as in automated testing. It does not have a daemon between the client and the device, and therefore does not support multiple simultaneous commands to the same device. It does support any number of devices and never communicates with a device that it wasn't intended to, unlike the Android project's ADB. -WWW: https://pypi.python.org/pypi/adb +WWW: https://github.com/google/python-adb Index: branches/2017Q1 =================================================================== --- branches/2017Q1 (revision 434305) +++ branches/2017Q1 (revision 434306) Property changes on: branches/2017Q1 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r433283