diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-12-02 05:29:46 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-12-02 05:29:46 +0800 |
commit | 8b197da457ae1c66c47958e8da375a6a8e9a3a8b (patch) | |
tree | 91298b0d105ad79cb23843ae8a348b034657e230 | |
parent | 7db25a6dcb53d5eb6017460f4dba53685f849cdb (diff) | |
download | freebsd-ports-gnome-8b197da457ae1c66c47958e8da375a6a8e9a3a8b.tar.gz freebsd-ports-gnome-8b197da457ae1c66c47958e8da375a6a8e9a3a8b.tar.zst freebsd-ports-gnome-8b197da457ae1c66c47958e8da375a6a8e9a3a8b.zip |
Restore previous MAINTAINER address. Email works now.
Submitted by: Joe Touch <touch@isi.edu> (maintainer)
-rw-r--r-- | net/xbone-gui/Makefile | 2 | ||||
-rw-r--r-- | net/xbone/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/xbone-gui/Makefile b/net/xbone-gui/Makefile index 0b4de5022e09..0b1c219e18b2 100644 --- a/net/xbone-gui/Makefile +++ b/net/xbone-gui/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net perl5 MASTER_SITES= http://www.isi.edu/xbone/software/xbone/ DISTNAME= XBone-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= xbone@isi.edu COMMENT= The GUI for XBone, a tool to deploy and manage IP-based VPNs BUILD_DEPENDS= ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \ diff --git a/net/xbone/Makefile b/net/xbone/Makefile index 5f2afcc42fbe..14f6f36727f6 100644 --- a/net/xbone/Makefile +++ b/net/xbone/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 3.2 CATEGORIES= net perl5 MASTER_SITES= http://www.isi.edu/xbone/software/xbone/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= xbone@isi.edu COMMENT= Deploys and manages IP-based VPNs (aka "virtual Internets") BUILD_DEPENDS= ${SITE_PERL}/AppConfig.pm:${PORTSDIR}/devel/p5-AppConfig \ |