Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jul 2024 01:45:44 GMT
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2c3fb6ea503a - main - comms/libusbmuxd: Update to 2.1.0
Message-ID:  <202407110145.46B1jiRI051863@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhale:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2c3fb6ea503a1e12920220860521b0a8b8582c0f

commit 2c3fb6ea503a1e12920220860521b0a8b8582c0f
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2024-07-11 00:43:06 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2024-07-11 01:45:31 +0000

    comms/libusbmuxd: Update to 2.1.0
    
    https://github.com/libimobiledevice/libusbmuxd/releases/tag/2.1.0
    
    PR:             280014
    Reported by:    <fabio.comolli@gmail.com>
---
 comms/libusbmuxd/Makefile  | 14 ++++++--------
 comms/libusbmuxd/distinfo  |  6 +++---
 comms/libusbmuxd/pkg-plist |  4 ++--
 3 files changed, 11 insertions(+), 13 deletions(-)

diff --git a/comms/libusbmuxd/Makefile b/comms/libusbmuxd/Makefile
index 57310869007a..c7cc52711d3a 100644
--- a/comms/libusbmuxd/Makefile
+++ b/comms/libusbmuxd/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	libusbmuxd
-PORTVERSION=	2.0.2
-PORTREVISION=	1
+PORTVERSION=	2.1.0
 CATEGORIES=	comms
 MASTER_SITES=	https://github.com/libimobiledevice/${PORTNAME}/releases/download/${PORTVERSION}/
 
@@ -11,16 +10,15 @@ WWW=		https://www.libimobiledevice.org
 LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libplist-2.0.so:devel/libplist
-
-CONFLICTS_INSTALL=usbmuxd-1.0.[6-8]
+LIB_DEPENDS=	libimobiledevice-glue-1.0.so:comms/libimobiledevice-glue \
+		libplist-2.0.so:devel/libplist
 
 USES=		cpe libtool pathfix pkgconfig tar:bzip2
 CPE_VENDOR=	libimobiledevice
+USE_LDCONFIG=	yes
+
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 INSTALL_TARGET=	install-strip
-USE_LDCONFIG=	yes
 
 PORTDOCS=	AUTHORS README.md
 
@@ -36,6 +34,6 @@ INOTIFY_LDFLAGS=	-L${LOCALBASE}/lib -linotify
 
 post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>
diff --git a/comms/libusbmuxd/distinfo b/comms/libusbmuxd/distinfo
index b77549acf3d1..f93e5af5579a 100644
--- a/comms/libusbmuxd/distinfo
+++ b/comms/libusbmuxd/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1611088906
-SHA256 (libusbmuxd-2.0.2.tar.bz2) = cc6a808553da4efa9fa5638be256d5ae020498795d9d260d280b87074e799b20
-SIZE (libusbmuxd-2.0.2.tar.bz2) = 340634
+TIMESTAMP = 1713935966
+SHA256 (libusbmuxd-2.1.0.tar.bz2) = c35bf68f8e248434957bd5b234c389b02206a06ecd9303a7fb931ed7a5636b16
+SIZE (libusbmuxd-2.1.0.tar.bz2) = 325055
diff --git a/comms/libusbmuxd/pkg-plist b/comms/libusbmuxd/pkg-plist
index 8756e1c0763f..4e7eb6e63478 100644
--- a/comms/libusbmuxd/pkg-plist
+++ b/comms/libusbmuxd/pkg-plist
@@ -4,8 +4,8 @@ include/usbmuxd-proto.h
 include/usbmuxd.h
 lib/libusbmuxd-2.0.a
 lib/libusbmuxd-2.0.so
-lib/libusbmuxd-2.0.so.6
-lib/libusbmuxd-2.0.so.6.0.0
+lib/libusbmuxd-2.0.so.7
+lib/libusbmuxd-2.0.so.7.0.0
 libdata/pkgconfig/libusbmuxd-2.0.pc
 share/man/man1/inetcat.1.gz
 share/man/man1/iproxy.1.gz



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