diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2013-05-07 00:29:48 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2013-05-07 00:29:48 +0000 |
commit | 7bbf12108c31a87fe31bf8cd9d65fa866ab279af (patch) | |
tree | 5ea52d3d3cba5b88bf453118f83d4f7095ef6dad /comms/usbmuxd | |
parent | 696ae175e5388411df62084b3224ce19eb8640d0 (diff) | |
download | ports-7bbf12108c31a87fe31bf8cd9d65fa866ab279af.tar.gz ports-7bbf12108c31a87fe31bf8cd9d65fa866ab279af.zip |
Notes
Diffstat (limited to 'comms/usbmuxd')
-rw-r--r-- | comms/usbmuxd/Makefile | 27 | ||||
-rw-r--r-- | comms/usbmuxd/distinfo | 4 | ||||
-rw-r--r-- | comms/usbmuxd/pkg-descr | 2 | ||||
-rw-r--r-- | comms/usbmuxd/pkg-plist | 4 |
4 files changed, 17 insertions, 20 deletions
diff --git a/comms/usbmuxd/Makefile b/comms/usbmuxd/Makefile index 284071b2b5f1..12428ff61820 100644 --- a/comms/usbmuxd/Makefile +++ b/comms/usbmuxd/Makefile @@ -1,18 +1,17 @@ # $FreeBSD$ PORTNAME= usbmuxd -PORTVERSION= 1.0.7 -PORTREVISION= 3 +PORTVERSION= 1.0.8 CATEGORIES= comms MASTER_SITES= http://www.libimobiledevice.org/downloads/ MAINTAINER= avilla@FreeBSD.org -COMMENT= Daemon for multiplexing connections over USB to an iPhone/iPod Touch +COMMENT= Daemon for multiplexing connections over USB to iPhone/iPod Touch LIB_DEPENDS= plist:${PORTSDIR}/devel/libplist USE_BZIP2= yes -USES= cmake +USES= cmake pkgconfig MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes @@ -26,6 +25,7 @@ INOTIFY_DESC= Use inotify instead of polling (saves energy) .if ${PORT_OPTIONS:MINOTIFY} LIB_DEPENDS+= inotify:${PORTSDIR}/devel/libinotify +CMAKE_ARGS+= -DWANT_INOTIFY:BOOL=TRUE .else CMAKE_ARGS+= -DWANT_INOTIFY:BOOL=FALSE .endif @@ -34,25 +34,22 @@ CMAKE_ARGS+= -DWANT_INOTIFY:BOOL=FALSE IGNORE= requires libusb 1.0.3 .endif -pre-configure: - ${REINPLACE_CMD} -e 's,$${LIB_SUFFIX}/pkgconfig,data/pkgconfig,' \ +post-patch: + @${REINPLACE_CMD} -e 's,$${LIB_SUFFIX}/pkgconfig,data/pkgconfig,' \ ${WRKSRC}/CMakeLists.txt - ${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \ + @${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \ ${WRKSRC}/Modules/FindInotify.cmake pre-install: - ${REINPLACE_CMD} -e '1 s,python,env python,' \ + @${REINPLACE_CMD} -e '1 s,python,env python,' \ ${WRKSRC}/python-client/*.py post-install: - ${MKDIR} ${DATADIR} - ${INSTALL_SCRIPT} ${WRKSRC}/python-client/*.py \ - ${DATADIR}/ + @${MKDIR} ${DATADIR} + ${INSTALL_SCRIPT} ${WRKSRC}/python-client/*.py ${DATADIR} .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} -.for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -.endfor + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} .endif .include <bsd.port.mk> diff --git a/comms/usbmuxd/distinfo b/comms/usbmuxd/distinfo index 384afda9b3e3..805952157c6d 100644 --- a/comms/usbmuxd/distinfo +++ b/comms/usbmuxd/distinfo @@ -1,2 +1,2 @@ -SHA256 (usbmuxd-1.0.7.tar.bz2) = 80a02c106f88f7cedf93f12545b906d9fe4b20f696fa4c3daf1d1bd24de65c27 -SIZE (usbmuxd-1.0.7.tar.bz2) = 59152 +SHA256 (usbmuxd-1.0.8.tar.bz2) = 899d63cb7915ee844f1d3d651bee06f3dbb862cebca849f0a57f27a0fdfcba5c +SIZE (usbmuxd-1.0.8.tar.bz2) = 59347 diff --git a/comms/usbmuxd/pkg-descr b/comms/usbmuxd/pkg-descr index 9bb44d96e866..f60a2d364830 100644 --- a/comms/usbmuxd/pkg-descr +++ b/comms/usbmuxd/pkg-descr @@ -1,6 +1,6 @@ 'usbmuxd' stands for "USB multiplexing daemon". This daemon is in charge of multiplexing connections over USB to an iPhone or iPod -touch. To users, it means you can sync your music, contacts, photos, +Touch. To users, it means you can sync your music, contacts, photos, etc. over USB. To developers, it means you can connect to any listening localhost socket on the device. diff --git a/comms/usbmuxd/pkg-plist b/comms/usbmuxd/pkg-plist index 3086a49b40a5..56e50bf024ff 100644 --- a/comms/usbmuxd/pkg-plist +++ b/comms/usbmuxd/pkg-plist @@ -2,8 +2,8 @@ bin/iproxy include/usbmuxd-proto.h include/usbmuxd.h lib/libusbmuxd.so -lib/libusbmuxd.so.1 -lib/libusbmuxd.so.1.0.7 +lib/libusbmuxd.so.1.0.8 +lib/libusbmuxd.so.2 libdata/pkgconfig/libusbmuxd.pc sbin/usbmuxd %%DATADIR%%/tcprelay.py |