svn commit: r564622 - head/comms/usbmuxd
Jason E. Hale
jhale at FreeBSD.org
Sun Feb 7 14:18:13 UTC 2021
Author: jhale
Date: Sun Feb 7 14:18:13 2021
New Revision: 564622
URL: https://svnweb.freebsd.org/changeset/ports/564622
Log:
comms/usbmuxd: Revert the unnecessary change of ownership of the daemon added
in r564232.
Modified:
head/comms/usbmuxd/Makefile
Modified: head/comms/usbmuxd/Makefile
==============================================================================
--- head/comms/usbmuxd/Makefile Sun Feb 7 14:12:05 2021 (r564621)
+++ head/comms/usbmuxd/Makefile Sun Feb 7 14:18:13 2021 (r564622)
@@ -2,7 +2,7 @@
PORTNAME= usbmuxd
DISTVERSION= 1.1.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= comms
MASTER_SITES= https://github.com/libimobiledevice/${PORTNAME}/releases/download/${PORTVERSION}/
@@ -30,7 +30,7 @@ USERS= ${PORTNAME}
GROUPS= ${PORTNAME}
PLIST_FILES= man/man8/${PORTNAME}.8.gz \
- "@(${USERS},${GROUPS},) sbin/${PORTNAME}"
+ sbin/${PORTNAME}
PORTDOCS= AUTHORS NEWS README.md
OPTIONS_DEFINE= DEVD DOCS
More information about the svn-ports-all
mailing list