[Midnightbsd-cvs] mports [21126] trunk/comms/usbmuxd: usbmuxd 1.1.0
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Mar 12 17:15:39 EST 2016
Revision: 21126
http://svnweb.midnightbsd.org/mports/?rev=21126
Author: laffer1
Date: 2016-03-12 17:15:38 -0500 (Sat, 12 Mar 2016)
Log Message:
-----------
usbmuxd 1.1.0
Modified Paths:
--------------
trunk/comms/usbmuxd/Makefile
trunk/comms/usbmuxd/distinfo
trunk/comms/usbmuxd/pkg-descr
Removed Paths:
-------------
trunk/comms/usbmuxd/pkg-plist
Modified: trunk/comms/usbmuxd/Makefile
===================================================================
--- trunk/comms/usbmuxd/Makefile 2016-03-12 22:10:01 UTC (rev 21125)
+++ trunk/comms/usbmuxd/Makefile 2016-03-12 22:15:38 UTC (rev 21126)
@@ -1,8 +1,9 @@
# $MidnightBSD$
PORTNAME= usbmuxd
-DISTVERSION= 1.0.9-alpha1
+DISTVERSION= 1.1.0
CATEGORIES= comms
+MASTER_SITES= http://www.libimobiledevice.org/downloads/
MAINTAINER= ports at MidnightBSD.org
COMMENT= Daemon for multiplexing connections over USB to iPhone/iPod Touch
@@ -13,27 +14,24 @@
LIB_DEPENDS= libplist.so:${PORTSDIR}/devel/libplist \
libimobiledevice.so:${PORTSDIR}/comms/libimobiledevice
-USE_GITHUB= yes
-GH_ACCOUNT= libimobiledevice
-GH_TAGNAME= ${GH_COMMIT}
-GH_COMMIT= 2f6d9d5
-
USES= autoreconf cpe libtool pathfix pkgconfig tar:bzip2
CPE_VENDOR= nikias_bassen
-CPE_VERSION= ${DISTVERSION:C/-.*//}
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-systemd \
libusb_CFLAGS="-I/usr/include" \
libusb_LIBS="-lusb"
-PORTDOCS= AUTHORS README
+PLIST_FILES= man/man1/${PORTNAME}.1.gz \
+ sbin/${PORTNAME}
+PORTDOCS= AUTHORS NEWS README
+
OPTIONS_DEFINE= DOCS
post-patch:
# TODO: add devd(8) rule.
@${REINPLACE_CMD} \
- -e '/*cygwin*/ s,),|*bsd*),' \
+ -e '/*cygwin*/ s,),|dragonfly*|*bsd*),' \
${WRKSRC}/configure.ac
post-install:
Modified: trunk/comms/usbmuxd/distinfo
===================================================================
--- trunk/comms/usbmuxd/distinfo 2016-03-12 22:10:01 UTC (rev 21125)
+++ trunk/comms/usbmuxd/distinfo 2016-03-12 22:15:38 UTC (rev 21126)
@@ -1,2 +1,2 @@
-SHA256 (usbmuxd-1.0.9-alpha1_GH0.tar.bz2) = 0707baac79bf739ede6b1fc780fcc1fa74bdcebf6c70e4a89bb8dbbd058332bf
-SIZE (usbmuxd-1.0.9-alpha1_GH0.tar.bz2) = 55913
+SHA256 (usbmuxd-1.1.0.tar.bz2) = 3e8948b4fe4250ee5c4bd41ccd1b83c09b8a6f5518a7d131a66fd38bd461b42d
+SIZE (usbmuxd-1.1.0.tar.bz2) = 321897
Modified: trunk/comms/usbmuxd/pkg-descr
===================================================================
--- trunk/comms/usbmuxd/pkg-descr 2016-03-12 22:10:01 UTC (rev 21125)
+++ trunk/comms/usbmuxd/pkg-descr 2016-03-12 22:15:38 UTC (rev 21126)
@@ -4,4 +4,4 @@
etc. over USB. To developers, it means you can connect to any
listening localhost socket on the device.
-WWW: http://marcansoft.com/blog/iphonelinux/usbmuxd
+WWW: http://www.libimobiledevice.org
Deleted: trunk/comms/usbmuxd/pkg-plist
===================================================================
--- trunk/comms/usbmuxd/pkg-plist 2016-03-12 22:10:01 UTC (rev 21125)
+++ trunk/comms/usbmuxd/pkg-plist 2016-03-12 22:15:38 UTC (rev 21126)
@@ -1,11 +0,0 @@
-bin/iproxy
-include/usbmuxd-proto.h
-include/usbmuxd.h
-lib/libusbmuxd.so
-lib/libusbmuxd.so.1.0.8
-lib/libusbmuxd.so.2
-libdata/pkgconfig/libusbmuxd.pc
-sbin/usbmuxd
-%%DATADIR%%/tcprelay.py
-%%DATADIR%%/usbmux.py
- at dirrm %%DATADIR%%
More information about the Midnightbsd-cvs
mailing list