summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/py-adb/Makefile14
-rw-r--r--devel/py-adb/distinfo5
-rw-r--r--devel/py-adb/pkg-descr2
3 files changed, 12 insertions, 9 deletions
diff --git a/devel/py-adb/Makefile b/devel/py-adb/Makefile
index db1555cfa90a..1adcd0ae08a8 100644
--- a/devel/py-adb/Makefile
+++ b/devel/py-adb/Makefile
@@ -1,10 +1,9 @@
# $FreeBSD$
PORTNAME= adb
-PORTVERSION= 1.1.1
-PORTREVISION= 1
+DISTVERSION= 1.1.1-37
+DISTVERSIONSUFFIX= -gfb09de9
CATEGORIES= devel comms python
-MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jbeich@FreeBSD.org
@@ -12,9 +11,12 @@ COMMENT= Pure-python implementation of ADB and Fastboot protocols
LICENSE= APACHE20
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libusb1>0:devel/py-libusb1 \
- ${PYTHON_PKGNAMEPREFIX}python-gflags>0:devel/py-python-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
diff --git a/devel/py-adb/distinfo b/devel/py-adb/distinfo
index 57db802c7f41..6cd458eb8d51 100644
--- a/devel/py-adb/distinfo
+++ b/devel/py-adb/distinfo
@@ -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
diff --git a/devel/py-adb/pkg-descr b/devel/py-adb/pkg-descr
index 849d27b35247..3785cef674f6 100644
--- a/devel/py-adb/pkg-descr
+++ b/devel/py-adb/pkg-descr
@@ -6,4 +6,4 @@ 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