From owner-svn-ports-head@freebsd.org Sat Feb 4 07:41:58 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F15FFCD0C12; Sat, 4 Feb 2017 07:41:58 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AC5B5BBD; Sat, 4 Feb 2017 07:41:58 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v147fvvW047190; Sat, 4 Feb 2017 07:41:57 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v147fv7P047182; Sat, 4 Feb 2017 07:41:57 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201702040741.v147fv7P047182@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 4 Feb 2017 07:41:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433284 - in head/devel: . py-adb py-libusb1 py-libusb1/files py-libusb115 py-libusb115/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2017 07:41:59 -0000 Author: jbeich Date: Sat Feb 4 07:41:56 2017 New Revision: 433284 URL: https://svnweb.freebsd.org/changeset/ports/433284 Log: devel/py-libusb1: update to 1.6.4 devel/py-adb stays on the old version due to google/python-adb#36 Changes: https://pypi.python.org/pypi/libusb1#id60 Added: head/devel/py-libusb1/files/patch-usb1_____init____.py (contents, props changed) - copied, changed from r433283, head/devel/py-libusb1/files/patch-usb1.py head/devel/py-libusb115/ head/devel/py-libusb115/Makefile (contents, props changed) head/devel/py-libusb115/distinfo (contents, props changed) - copied, changed from r433283, head/devel/py-libusb1/distinfo head/devel/py-libusb115/files/ head/devel/py-libusb115/files/patch-usb1.py (contents, props changed) - copied, changed from r433283, head/devel/py-libusb1/files/patch-usb1.py Deleted: head/devel/py-libusb1/files/patch-usb1.py Modified: head/devel/Makefile (contents, props changed) head/devel/py-adb/Makefile (contents, props changed) head/devel/py-libusb1/Makefile (contents, props changed) head/devel/py-libusb1/distinfo (contents, props changed) Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Feb 4 07:41:45 2017 (r433283) +++ head/devel/Makefile Sat Feb 4 07:41:56 2017 (r433284) @@ -4355,6 +4355,7 @@ SUBDIR += py-libpeas SUBDIR += py-libplist SUBDIR += py-libusb1 + SUBDIR += py-libusb115 SUBDIR += py-libvirt SUBDIR += py-libzfs SUBDIR += py-linecache2 Modified: head/devel/py-adb/Makefile ============================================================================== --- head/devel/py-adb/Makefile Sat Feb 4 07:41:45 2017 (r433283) +++ head/devel/py-adb/Makefile Sat Feb 4 07:41:56 2017 (r433284) @@ -3,6 +3,7 @@ PORTNAME= adb DISTVERSION= 1.1.1-37 DISTVERSIONSUFFIX= -gfb09de9 +PORTREVISION= 1 CATEGORIES= devel comms python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +12,7 @@ COMMENT= Pure-python implementation of A LICENSE= APACHE20 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libusb1>=1.0.16:devel/py-libusb1 \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libusb115>=1.0.16:devel/py-libusb115 \ ${PYTHON_PKGNAMEPREFIX}m2crypto>=0.21.1:security/py-m2crypto USE_GITHUB= yes Modified: head/devel/py-libusb1/Makefile ============================================================================== --- head/devel/py-libusb1/Makefile Sat Feb 4 07:41:45 2017 (r433283) +++ head/devel/py-libusb1/Makefile Sat Feb 4 07:41:56 2017 (r433284) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libusb1 -PORTVERSION= 1.5.3 +PORTVERSION?= 1.6.4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +11,8 @@ COMMENT= Pure-python wrapper for libusb- LICENSE= LGPL21+ +CONFLICTS_INSTALL?= ${PKGNAMEPREFIX}${PORTNAME}15 + NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils Modified: head/devel/py-libusb1/distinfo ============================================================================== --- head/devel/py-libusb1/distinfo Sat Feb 4 07:41:45 2017 (r433283) +++ head/devel/py-libusb1/distinfo Sat Feb 4 07:41:56 2017 (r433284) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474053011 -SHA256 (libusb1-1.5.3.tar.gz) = 85f6bbf9fcfe9421f99864f20a37eacb00f30b8a7c29adc6b2a163bde29649ea -SIZE (libusb1-1.5.3.tar.gz) = 53409 +TIMESTAMP = 1486131645 +SHA256 (libusb1-1.6.4.tar.gz) = 8c930d9c1d037d9c83924c82608aa6a1adcaa01ca0e4a23ee0e8e18d7eee670d +SIZE (libusb1-1.6.4.tar.gz) = 55491 Copied and modified: head/devel/py-libusb1/files/patch-usb1_____init____.py (from r433283, head/devel/py-libusb1/files/patch-usb1.py) ============================================================================== --- head/devel/py-libusb1/files/patch-usb1.py Sat Feb 4 07:41:45 2017 (r433283, copy source) +++ head/devel/py-libusb1/files/patch-usb1_____init____.py Sat Feb 4 07:41:56 2017 (r433284) @@ -1,8 +1,8 @@ https://lists.freebsd.org/pipermail/freebsd-usb/2015-January/013586.html ---- usb1.py.orig 2015-08-15 17:59:35 UTC -+++ usb1.py -@@ -1729,15 +1729,20 @@ class USBDevice(object): +--- usb1/__init__.py.orig 2016-11-23 13:07:52 UTC ++++ usb1/__init__.py +@@ -1830,15 +1830,20 @@ class USBDevice(object): """ Get device's port number. """ Added: head/devel/py-libusb115/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-libusb115/Makefile Sat Feb 4 07:41:56 2017 (r433284) @@ -0,0 +1,12 @@ +# $FreeBSD$ + +PORTVERSION= 1.5.3 +PKGNAMESUFFIX= 15 + +MASTERDIR= ${.CURDIR}/../py-libusb1 +DISTINFO_FILE= ${.CURDIR}/distinfo +PATCHDIR= ${.CURDIR}/files + +CONFLICTS_INSTALL= ${PKGNAMEPREFIX}${PORTNAME} + +.include "${MASTERDIR}/Makefile" Copied and modified: head/devel/py-libusb115/distinfo (from r433283, head/devel/py-libusb1/distinfo) ============================================================================== Copied and modified: head/devel/py-libusb115/files/patch-usb1.py (from r433283, head/devel/py-libusb1/files/patch-usb1.py) ==============================================================================