aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/rpc2/Makefile2
-rw-r--r--devel/rvm/Makefile2
-rw-r--r--net/coda5_client/Makefile2
-rw-r--r--net/coda5_server/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/devel/rpc2/Makefile b/devel/rpc2/Makefile
index 056368f6186b..ebe7ac68ac0f 100644
--- a/devel/rpc2/Makefile
+++ b/devel/rpc2/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 1.28
CATEGORIES= devel
MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/rpc2/src/
-MAINTAINER= coda@cs.cmu.edu
+MAINTAINER= ports@FreeBSD.org
COMMENT= An interprocess communication library
LIB_DEPENDS= lwp.2:${PORTSDIR}/devel/lwp
diff --git a/devel/rvm/Makefile b/devel/rvm/Makefile
index 1af66378b32b..385dc13aa0cc 100644
--- a/devel/rvm/Makefile
+++ b/devel/rvm/Makefile
@@ -11,7 +11,7 @@ PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/rvm/src/
-MAINTAINER= coda@cs.cmu.edu
+MAINTAINER= ports@FreeBSD.org
COMMENT= A persistent VM library
LIB_DEPENDS= lwp.2:${PORTSDIR}/devel/lwp
diff --git a/net/coda5_client/Makefile b/net/coda5_client/Makefile
index b37125db80b9..e1568482b9e0 100644
--- a/net/coda5_client/Makefile
+++ b/net/coda5_client/Makefile
@@ -9,7 +9,7 @@ PORTNAME= coda
PORTVERSION= ${CODA_VERSION}
PORTREVISION= 2
-MAINTAINER= coda@cs.cmu.edu
+MAINTAINER= ports@FreeBSD.org
COMMENT= Client programs for a replicated high-performance network file system
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc
diff --git a/net/coda5_server/Makefile b/net/coda5_server/Makefile
index 4974c5d7b290..c5379aa15509 100644
--- a/net/coda5_server/Makefile
+++ b/net/coda5_server/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/
PKGNAMESUFFIX= -${CODA_SUITE}
DISTNAME= coda-${PORTVERSION}
-MAINTAINER?= coda@cs.cmu.edu
+MAINTAINER?= ports@FreeBSD.org
COMMENT?= Server programs for a replicated high-performance network file system
LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm \