diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2015-06-11 15:07:48 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2015-06-11 15:07:48 +0000 |
commit | 1fd64ca33a4b1645f1cc3bbd4afe4e05d98914d0 (patch) | |
tree | c439e765367cf01df3c879adf07917e4b776d5d6 /comms/libimobiledevice | |
parent | net-im/skype4: unbreak on 11.0-CURRENT (diff) |
- Update libplist to 1.12.
- Update libusbmuxd to 1.0.10.
- Update libimobiledevice to 1.2.0.
- Update usbmuxd to 1.1.0.
This marks an important milestone with proper iOS 8 support that is
packed with new features, tools, speed improvements, code refactoring,
crash fixes, memory leak fixes and much more.
Notes
Notes:
svn path=/head/; revision=389224
Diffstat (limited to 'comms/libimobiledevice')
-rw-r--r-- | comms/libimobiledevice/Makefile | 4 | ||||
-rw-r--r-- | comms/libimobiledevice/distinfo | 4 | ||||
-rw-r--r-- | comms/libimobiledevice/pkg-plist | 10 |
3 files changed, 12 insertions, 6 deletions
diff --git a/comms/libimobiledevice/Makefile b/comms/libimobiledevice/Makefile index e42339227a49..f1e0cbc90ee1 100644 --- a/comms/libimobiledevice/Makefile +++ b/comms/libimobiledevice/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libimobiledevice -PORTVERSION= 1.1.6 +PORTVERSION= 1.2.0 PORTREVISION?= 0 CATEGORIES?= comms MASTER_SITES= http://www.${PORTNAME}.org/downloads/ @@ -38,7 +38,7 @@ OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's, *@ssl_requires@,,' \ - ${WRKSRC}/${PORTNAME}*.pc.in + ${WRKSRC}/src/${PORTNAME}*.pc.in post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/comms/libimobiledevice/distinfo b/comms/libimobiledevice/distinfo index 42d239d35424..a14919213528 100644 --- a/comms/libimobiledevice/distinfo +++ b/comms/libimobiledevice/distinfo @@ -1,2 +1,2 @@ -SHA256 (libimobiledevice-1.1.6.tar.bz2) = 1fcd56489a27181617507b1d8aaf122f66d9860c0fe5af4c78f9e0ed129e33e0 -SIZE (libimobiledevice-1.1.6.tar.bz2) = 619429 +SHA256 (libimobiledevice-1.2.0.tar.bz2) = 786b0de0875053bf61b5531a86ae8119e320edab724fc62fe2150cc931f11037 +SIZE (libimobiledevice-1.2.0.tar.bz2) = 631495 diff --git a/comms/libimobiledevice/pkg-plist b/comms/libimobiledevice/pkg-plist index 5967195ba8e3..ee19f9951c70 100644 --- a/comms/libimobiledevice/pkg-plist +++ b/comms/libimobiledevice/pkg-plist @@ -3,17 +3,20 @@ bin/idevicebackup bin/idevicebackup2 bin/idevicecrashreport bin/idevicedate +bin/idevicedebug bin/idevicedebugserverproxy bin/idevicediagnostics bin/ideviceenterrecovery bin/ideviceimagemounter bin/ideviceinfo bin/idevicename +bin/idevicenotificationproxy bin/idevicepair bin/ideviceprovision bin/idevicescreenshot bin/idevicesyslog include/libimobiledevice/afc.h +include/libimobiledevice/debugserver.h include/libimobiledevice/diagnostics_relay.h include/libimobiledevice/file_relay.h include/libimobiledevice/heartbeat.h @@ -27,6 +30,7 @@ include/libimobiledevice/mobilebackup.h include/libimobiledevice/mobilebackup2.h include/libimobiledevice/mobilesync.h include/libimobiledevice/notification_proxy.h +include/libimobiledevice/property_list_service.h include/libimobiledevice/restore.h include/libimobiledevice/sbservices.h include/libimobiledevice/screenshotr.h @@ -35,20 +39,22 @@ include/libimobiledevice/syslog_relay.h include/libimobiledevice/webinspector.h lib/libimobiledevice.a lib/libimobiledevice.so -lib/libimobiledevice.so.4 -lib/libimobiledevice.so.4.0.1 +lib/libimobiledevice.so.6 +lib/libimobiledevice.so.6.0.0 libdata/pkgconfig/libimobiledevice-1.0.pc man/man1/idevice_id.1.gz man/man1/idevicebackup.1.gz man/man1/idevicebackup2.1.gz man/man1/idevicecrashreport.1.gz man/man1/idevicedate.1.gz +man/man1/idevicedebug.1.gz man/man1/idevicedebugserverproxy.1.gz man/man1/idevicediagnostics.1.gz man/man1/ideviceenterrecovery.1.gz man/man1/ideviceimagemounter.1.gz man/man1/ideviceinfo.1.gz man/man1/idevicename.1.gz +man/man1/idevicenotificationproxy.1.gz man/man1/idevicepair.1.gz man/man1/ideviceprovision.1.gz man/man1/idevicescreenshot.1.gz |