aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2018-10-02 05:43:17 +0800
committerrene <rene@FreeBSD.org>2018-10-02 05:43:17 +0800
commitd4f6cadb864e3e1258e2b54860b4ce712a7d919f (patch)
treea7bb30b4d6bee67aba674e3ddf21d3ff1419a5fc /comms
parent2f298739592581a16362170d3828af5361484bd6 (diff)
downloadfreebsd-ports-gnome-d4f6cadb864e3e1258e2b54860b4ce712a7d919f.tar.gz
freebsd-ports-gnome-d4f6cadb864e3e1258e2b54860b4ce712a7d919f.tar.zst
freebsd-ports-gnome-d4f6cadb864e3e1258e2b54860b4ce712a7d919f.zip
Return avilla@'s ports to the pool after his commit bit got taken in for safekeeping.
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