diff options
Diffstat (limited to 'comms/libimobiledevice')
-rw-r--r-- | comms/libimobiledevice/Makefile | 7 | ||||
-rw-r--r-- | comms/libimobiledevice/distinfo | 6 | ||||
-rw-r--r-- | comms/libimobiledevice/files/patch-cython | 19 | ||||
-rw-r--r-- | comms/libimobiledevice/pkg-plist | 1 |
4 files changed, 8 insertions, 25 deletions
diff --git a/comms/libimobiledevice/Makefile b/comms/libimobiledevice/Makefile index 7f1179f7d085..acfa4759a88c 100644 --- a/comms/libimobiledevice/Makefile +++ b/comms/libimobiledevice/Makefile @@ -1,7 +1,7 @@ PORTNAME= libimobiledevice -DISTVERSION= 1.3.0-241 +DISTVERSION= 1.3.0-300 PORTREVISION?= 0 -DISTVERSIONSUFFIX= -g2a0a6d5 +DISTVERSIONSUFFIX= -gcb34a17 CATEGORIES?= comms #MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/ @@ -12,7 +12,8 @@ WWW= https://www.libimobiledevice.org LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER -USES+= autoreconf cpe libtool localbase:ldflags pkgconfig ssl +USES+= autoreconf cpe libtool localbase:ldflags pkgconfig \ + readline ssl USE_GITHUB= yes GNU_CONFIGURE= yes diff --git a/comms/libimobiledevice/distinfo b/comms/libimobiledevice/distinfo index 6c8b853e7d26..8ec9aee3f8a7 100644 --- a/comms/libimobiledevice/distinfo +++ b/comms/libimobiledevice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1720418798 -SHA256 (libimobiledevice-libimobiledevice-1.3.0-241-g2a0a6d5_GH0.tar.gz) = 75e7c7b778b0b377f961b2bc642f6b30fc2e7f73221153c6a94de7e2bffc4dcf -SIZE (libimobiledevice-libimobiledevice-1.3.0-241-g2a0a6d5_GH0.tar.gz) = 411083 +TIMESTAMP = 1751600582 +SHA256 (libimobiledevice-libimobiledevice-1.3.0-300-gcb34a17_GH0.tar.gz) = a3bd75332a403855e46458606fb8bccc166e54c4755c7481bb5ddae275394069 +SIZE (libimobiledevice-libimobiledevice-1.3.0-300-gcb34a17_GH0.tar.gz) = 420171 diff --git a/comms/libimobiledevice/files/patch-cython b/comms/libimobiledevice/files/patch-cython deleted file mode 100644 index e4a19f7e4d8f..000000000000 --- a/comms/libimobiledevice/files/patch-cython +++ /dev/null @@ -1,19 +0,0 @@ -Obtained from: https://github.com/libimobiledevice/libimobiledevice/commit/0bf0f9e941c85d06ce4b5909d7a61b3a4f2a6a05 - ---- cython/debugserver.pxi.orig 2024-07-01 16:27:27 UTC -+++ cython/debugserver.pxi -@@ -43,13 +43,7 @@ cdef class DebugServerError(BaseError): - BaseError.__init__(self, *args, **kwargs) - - --# from http://stackoverflow.com/a/17511714 --# https://github.com/libimobiledevice/libimobiledevice/pull/198 --from cpython cimport PY_MAJOR_VERSION --if PY_MAJOR_VERSION <= 2: -- from cpython.string cimport PyString_AsString --else: -- from cpython.bytes cimport PyBytes_AsString as PyString_AsString -+from cpython.bytes cimport PyBytes_AsString as PyString_AsString - cdef char ** to_cstring_array(list_str): - if not list_str: - return NULL diff --git a/comms/libimobiledevice/pkg-plist b/comms/libimobiledevice/pkg-plist index 361b606c2223..5d80ce566f8f 100644 --- a/comms/libimobiledevice/pkg-plist +++ b/comms/libimobiledevice/pkg-plist @@ -36,6 +36,7 @@ include/libimobiledevice/mobilebackup.h include/libimobiledevice/mobilebackup2.h include/libimobiledevice/mobilesync.h include/libimobiledevice/notification_proxy.h +include/libimobiledevice/ostrace.h include/libimobiledevice/preboard.h include/libimobiledevice/property_list_service.h include/libimobiledevice/restore.h |