diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-05-17 11:18:29 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-05-17 11:18:29 +0000 |
commit | cb52fef94bb22e876741458b1743ea0eb3eb954c (patch) | |
tree | c4bbd6b10a39794e30eca3d8f3b0103adb378ded /comms | |
parent | 2fc2dde59c41cacfaadb54094261e6ee31a7a17b (diff) | |
download | ports-cb52fef94bb22e876741458b1743ea0eb3eb954c.tar.gz ports-cb52fef94bb22e876741458b1743ea0eb3eb954c.zip |
's|sobomax@altavista.net|sobomax@FreeBSD.org|'
Notes
Notes:
svn path=/head/; revision=28515
Diffstat (limited to 'comms')
-rw-r--r-- | comms/mserver/Makefile | 4 | ||||
-rw-r--r-- | comms/mserver/pkg-descr | 2 | ||||
-rw-r--r-- | comms/sredird/Makefile | 4 | ||||
-rw-r--r-- | comms/sredird/pkg-descr | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/comms/mserver/Makefile b/comms/mserver/Makefile index 5b9f9203ef43..e906e40cc9a3 100644 --- a/comms/mserver/Makefile +++ b/comms/mserver/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: mserver # Date created: 21 May 1999 -# Whom: Maxim Sobolev <sobomax@altavista.net> +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ # @@ -10,7 +10,7 @@ PORTVERSION= 0.23a CATEGORIES= comms MASTER_SITES= ftp://ftp.innet.be/pub/staff/carl/ -MAINTAINER= sobomax@altavista.net +MAINTAINER= sobomax@FreeBSD.org do-install: ${MKDIR} ${PREFIX}/share/doc/mserver diff --git a/comms/mserver/pkg-descr b/comms/mserver/pkg-descr index 2d892d2ba22a..60c3318a6615 100644 --- a/comms/mserver/pkg-descr +++ b/comms/mserver/pkg-descr @@ -3,4 +3,4 @@ be exported to any number of hosts on the (local) internet. Access control to each individually exported modem is performed on a per-host basis. - Maxim Sobolev -sobomax@altavista.net +sobomax@FreeBSD.org diff --git a/comms/sredird/Makefile b/comms/sredird/Makefile index ced64c8c1900..2265795298da 100644 --- a/comms/sredird/Makefile +++ b/comms/sredird/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: sredird # Date created: 19 Dec 1999 -# Whom: Maxim Sobolev <sobomax@altavista.net> +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ # @@ -10,7 +10,7 @@ PORTVERSION= 1.1.7 CATEGORIES= comms MASTER_SITES= http://metalab.unc.edu/pub/Linux/system/serial/ -MAINTAINER= sobomax@altavista.net +MAINTAINER= sobomax@FreeBSD.org do-build: ${CC} ${CFLAGS} -g -Wall -o ${WRKSRC}/sredird ${WRKSRC}/sredird.c diff --git a/comms/sredird/pkg-descr b/comms/sredird/pkg-descr index db2257c10daa..ff20ee307183 100644 --- a/comms/sredird/pkg-descr +++ b/comms/sredird/pkg-descr @@ -8,4 +8,4 @@ contact author of sredird. Information on RFC 2217 and the Telnet Protocol is available at www.ietf.org. - Maxim Sobolev -sobomax@altavista.net +sobomax@FreeBSD.org |