mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
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>
This commit is contained in:
parent
9e7dc527bb
commit
2c3fb6ea50
@ -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,17 +10,16 @@ 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
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
PORTDOCS= AUTHORS README.md
|
||||
|
||||
OPTIONS_DEFINE= DOCS INOTIFY
|
||||
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user