aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/gitphp/Makefile2
-rw-r--r--textproc/libxdiff/Makefile2
-rw-r--r--textproc/pecl-xdiff/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/devel/gitphp/Makefile b/devel/gitphp/Makefile
index e91ea96022bd..54d3cd25be41 100644
--- a/devel/gitphp/Makefile
+++ b/devel/gitphp/Makefile
@@ -5,7 +5,7 @@ PORTVERSION= 0.2.8
CATEGORIES= devel www
MASTER_SITES= http://www.gitphp.org/attachments/download/47/
-MAINTAINER= tabthorpe@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Web based git repository browser written in PHP
LICENSE= GPLv2
diff --git a/textproc/libxdiff/Makefile b/textproc/libxdiff/Makefile
index e150e675fad3..cbfe9f57f05c 100644
--- a/textproc/libxdiff/Makefile
+++ b/textproc/libxdiff/Makefile
@@ -7,7 +7,7 @@ PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://www.xmailserver.org/
-MAINTAINER= tabthorpe@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Create file differences/patches to both binary and text files
LICENSE= LGPL3
diff --git a/textproc/pecl-xdiff/Makefile b/textproc/pecl-xdiff/Makefile
index 5c9c0e134057..22435bf60c92 100644
--- a/textproc/pecl-xdiff/Makefile
+++ b/textproc/pecl-xdiff/Makefile
@@ -9,7 +9,7 @@ PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
-MAINTAINER= tabthorpe@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= PECL extension to create/apply binary and text patches
LICENSE= PHP301