svn commit: r412100 - in head/deskutils/calibre: . files

Guido Falsi madpilot at FreeBSD.org
Tue Mar 29 11:01:37 UTC 2016


Author: madpilot
Date: Tue Mar 29 11:01:36 2016
New Revision: 412100
URL: https://svnweb.freebsd.org/changeset/ports/412100

Log:
  Update patch to match the code accepted by upstream for merging.

Modified:
  head/deskutils/calibre/Makefile
  head/deskutils/calibre/files/patch-src_calibre_devices_usbms_device.py

Modified: head/deskutils/calibre/Makefile
==============================================================================
--- head/deskutils/calibre/Makefile	Tue Mar 29 10:17:18 2016	(r412099)
+++ head/deskutils/calibre/Makefile	Tue Mar 29 11:01:36 2016	(r412100)
@@ -3,7 +3,7 @@
 
 PORTNAME=	calibre
 PORTVERSION=	2.53.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	deskutils python
 MASTER_SITES=	http://download.calibre-ebook.com/${PORTVERSION}/
 

Modified: head/deskutils/calibre/files/patch-src_calibre_devices_usbms_device.py
==============================================================================
--- head/deskutils/calibre/files/patch-src_calibre_devices_usbms_device.py	Tue Mar 29 10:17:18 2016	(r412099)
+++ head/deskutils/calibre/files/patch-src_calibre_devices_usbms_device.py	Tue Mar 29 11:01:36 2016	(r412100)
@@ -6,7 +6,7 @@
                          d.serial == objif.GetProperty('usb.serial'):
 -                    dpaths = manager.FindDeviceStringMatch('storage.originating_device', path)
 +                    midpath = manager.FindDeviceStringMatch('info.parent', path)
-+                    dpaths = manager.FindDeviceStringMatch('storage.originating_device', midpath[0])
++                    dpaths = manager.FindDeviceStringMatch('storage.originating_device', path) + manager.FindDeviceStringMatch('storage.originating_device', midpath[0])
                      for dpath in dpaths:
                          # devif = dbus.Interface(bus.get_object('org.freedesktop.Hal', dpath), 'org.freedesktop.Hal.Device')
                          try:


More information about the svn-ports-head mailing list