diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2011-03-22 11:12:02 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2011-03-22 11:12:02 +0000 |
commit | 631e33df2a4ce78e8452e16c4f9be12439661558 (patch) | |
tree | 9745bbb703a4daa92f2bee4a35723bb2247f73a7 | |
parent | 20f49c8ac1fd5913e9d20eb57edfdf3ac2ee86b1 (diff) | |
download | ports-631e33df2a4ce78e8452e16c4f9be12439661558.tar.gz ports-631e33df2a4ce78e8452e16c4f9be12439661558.zip |
Notes
-rw-r--r-- | comms/usbmuxd/Makefile | 4 | ||||
-rw-r--r-- | comms/usbmuxd/distinfo | 4 | ||||
-rw-r--r-- | comms/usbmuxd/pkg-plist | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/comms/usbmuxd/Makefile b/comms/usbmuxd/Makefile index b278c229d6f7..2ff4d22be9d3 100644 --- a/comms/usbmuxd/Makefile +++ b/comms/usbmuxd/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= usbmuxd -PORTVERSION= 1.0.6 +PORTVERSION= 1.0.7 CATEGORIES= comms MASTER_SITES= http://marcansoft.com/uploads/${PORTNAME}/ @@ -24,7 +24,7 @@ PORTDOCS= AUTHORS README README.devel .include <bsd.port.pre.mk> .if ${OSVERSION} <= 800107 || ${OSVERSION} >= 900000 && ${OSVERSION} <= 900002 -BROKEN= requires libusb 1.0.4 +BROKEN= requires libusb 1.0.3 .endif pre-configure: diff --git a/comms/usbmuxd/distinfo b/comms/usbmuxd/distinfo index 8ee1f4594d30..384afda9b3e3 100644 --- a/comms/usbmuxd/distinfo +++ b/comms/usbmuxd/distinfo @@ -1,2 +1,2 @@ -SHA256 (usbmuxd-1.0.6.tar.bz2) = b2b8a094fef7f1d250f20eba8fa8ff3cf1696b5c62543de2740b2b5dc2de40a7 -SIZE (usbmuxd-1.0.6.tar.bz2) = 58339 +SHA256 (usbmuxd-1.0.7.tar.bz2) = 80a02c106f88f7cedf93f12545b906d9fe4b20f696fa4c3daf1d1bd24de65c27 +SIZE (usbmuxd-1.0.7.tar.bz2) = 59152 diff --git a/comms/usbmuxd/pkg-plist b/comms/usbmuxd/pkg-plist index 3600fc4d03e5..897e65234e0b 100644 --- a/comms/usbmuxd/pkg-plist +++ b/comms/usbmuxd/pkg-plist @@ -3,6 +3,6 @@ include/usbmuxd-proto.h include/usbmuxd.h lib/libusbmuxd.so lib/libusbmuxd.so.1 -lib/libusbmuxd.so.1.0.6 +lib/libusbmuxd.so.1.0.7 libdata/pkgconfig/libusbmuxd.pc sbin/usbmuxd |