mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04: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
3 changed files with 12 additions and 14 deletions
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= libusbmuxd
|
PORTNAME= libusbmuxd
|
||||||
PORTVERSION= 2.0.2
|
PORTVERSION= 2.1.0
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= comms
|
CATEGORIES= comms
|
||||||
MASTER_SITES= https://github.com/libimobiledevice/${PORTNAME}/releases/download/${PORTVERSION}/
|
MASTER_SITES= https://github.com/libimobiledevice/${PORTNAME}/releases/download/${PORTVERSION}/
|
||||||
|
|
||||||
|
@ -11,17 +10,16 @@ WWW= https://www.libimobiledevice.org
|
||||||
LICENSE= LGPL21+
|
LICENSE= LGPL21+
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
LIB_DEPENDS= libplist-2.0.so:devel/libplist
|
LIB_DEPENDS= libimobiledevice-glue-1.0.so:comms/libimobiledevice-glue \
|
||||||
|
libplist-2.0.so:devel/libplist
|
||||||
CONFLICTS_INSTALL=usbmuxd-1.0.[6-8]
|
|
||||||
|
|
||||||
USES= cpe libtool pathfix pkgconfig tar:bzip2
|
USES= cpe libtool pathfix pkgconfig tar:bzip2
|
||||||
CPE_VENDOR= libimobiledevice
|
CPE_VENDOR= libimobiledevice
|
||||||
GNU_CONFIGURE= yes
|
|
||||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
||||||
INSTALL_TARGET= install-strip
|
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
PORTDOCS= AUTHORS README.md
|
PORTDOCS= AUTHORS README.md
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS INOTIFY
|
OPTIONS_DEFINE= DOCS INOTIFY
|
||||||
|
@ -36,6 +34,6 @@ INOTIFY_LDFLAGS= -L${LOCALBASE}/lib -linotify
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1611088906
|
TIMESTAMP = 1713935966
|
||||||
SHA256 (libusbmuxd-2.0.2.tar.bz2) = cc6a808553da4efa9fa5638be256d5ae020498795d9d260d280b87074e799b20
|
SHA256 (libusbmuxd-2.1.0.tar.bz2) = c35bf68f8e248434957bd5b234c389b02206a06ecd9303a7fb931ed7a5636b16
|
||||||
SIZE (libusbmuxd-2.0.2.tar.bz2) = 340634
|
SIZE (libusbmuxd-2.1.0.tar.bz2) = 325055
|
||||||
|
|
|
@ -4,8 +4,8 @@ include/usbmuxd-proto.h
|
||||||
include/usbmuxd.h
|
include/usbmuxd.h
|
||||||
lib/libusbmuxd-2.0.a
|
lib/libusbmuxd-2.0.a
|
||||||
lib/libusbmuxd-2.0.so
|
lib/libusbmuxd-2.0.so
|
||||||
lib/libusbmuxd-2.0.so.6
|
lib/libusbmuxd-2.0.so.7
|
||||||
lib/libusbmuxd-2.0.so.6.0.0
|
lib/libusbmuxd-2.0.so.7.0.0
|
||||||
libdata/pkgconfig/libusbmuxd-2.0.pc
|
libdata/pkgconfig/libusbmuxd-2.0.pc
|
||||||
share/man/man1/inetcat.1.gz
|
share/man/man1/inetcat.1.gz
|
||||||
share/man/man1/iproxy.1.gz
|
share/man/man1/iproxy.1.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue