Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Feb 2017 07:41:57 +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: r433284 - in head/devel: . py-adb py-libusb1 py-libusb1/files py-libusb115 py-libusb115/files
Message-ID:  <201702040741.v147fv7P047182@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)
==============================================================================



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702040741.v147fv7P047182>