aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-10-01 21:43:17 +0000
committerRene Ladan <rene@FreeBSD.org>2018-10-01 21:43:17 +0000
commit783c981d956f062c860270966e5edc8dd5feefea (patch)
treea7bb30b4d6bee67aba674e3ddf21d3ff1419a5fc /comms
parentc1e54e8dcdcf0bba86e35846f52180fae010345e (diff)
downloadports-783c981d956f062c860270966e5edc8dd5feefea.tar.gz
ports-783c981d956f062c860270966e5edc8dd5feefea.zip
Return avilla@'s ports to the pool after his commit bit got taken in for safekeeping.
Notes
Notes: svn path=/head/; revision=481072
Diffstat (limited to 'comms')
-rw-r--r--comms/libimobiledevice/Makefile2
-rw-r--r--comms/libusbmuxd/Makefile2
-rw-r--r--comms/py-libimobiledevice/Makefile2
-rw-r--r--comms/usbmuxd/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/comms/libimobiledevice/Makefile b/comms/libimobiledevice/Makefile
index d92ec6e07519..e94efb3d59f6 100644
--- a/comms/libimobiledevice/Makefile
+++ b/comms/libimobiledevice/Makefile
@@ -6,7 +6,7 @@ PORTREVISION?= 0
CATEGORIES?= comms
MASTER_SITES= http://www.${PORTNAME}.org/downloads/
-MAINTAINER?= avilla@FreeBSD.org
+MAINTAINER?= ports@FreeBSD.org
COMMENT?= Library to communicate with Apple iOS devices
LICENSE?= LGPL21
diff --git a/comms/libusbmuxd/Makefile b/comms/libusbmuxd/Makefile
index 3334404622b0..b6ad6e4fe31e 100644
--- a/comms/libusbmuxd/Makefile
+++ b/comms/libusbmuxd/Makefile
@@ -5,7 +5,7 @@ PORTVERSION= 1.0.10
CATEGORIES= comms
MASTER_SITES= http://www.libimobiledevice.org/downloads/
-MAINTAINER= avilla@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Communication interface library for usbmuxd
LICENSE= LGPL21 LGPL3
diff --git a/comms/py-libimobiledevice/Makefile b/comms/py-libimobiledevice/Makefile
index 2b1f6145fbc4..7775e5ee4a26 100644
--- a/comms/py-libimobiledevice/Makefile
+++ b/comms/py-libimobiledevice/Makefile
@@ -4,7 +4,7 @@ PORTREVISION= 0
CATEGORIES= comms python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= avilla@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Python bindings for libimobiledevice
LIB_DEPENDS= libimobiledevice.so:${MASTER_PORT}
diff --git a/comms/usbmuxd/Makefile b/comms/usbmuxd/Makefile
index 93cf7e29ad66..f2d9ebc56f51 100644
--- a/comms/usbmuxd/Makefile
+++ b/comms/usbmuxd/Makefile
@@ -5,7 +5,7 @@ DISTVERSION= 1.1.0
CATEGORIES= comms
MASTER_SITES= http://www.libimobiledevice.org/downloads/
-MAINTAINER= avilla@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Daemon for multiplexing connections over USB to iPhone/iPod Touch
LICENSE= GPLv2 GPLv3