diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2002-10-08 12:10:37 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2002-10-08 12:10:37 +0000 |
commit | aeee54b1c1a2b53c1f7b994d43e55c48e8ec6eba (patch) | |
tree | 6f10d2e4c80cad5a438a1234ccc5a5fa7953d91b /net | |
parent | Update to 0.52. (diff) |
Update maintainer address
PR: 43820
Submitted by: Dominic Marks <d.marks@students.umist.ac.uk>
Notes
Notes:
svn path=/head/; revision=67632
Diffstat (limited to 'net')
-rw-r--r-- | net/honeyd/Makefile | 4 | ||||
-rw-r--r-- | net/libdnet/Makefile | 4 | ||||
-rw-r--r-- | net/mutella/Makefile | 4 | ||||
-rw-r--r-- | net/pen/Makefile | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/net/honeyd/Makefile b/net/honeyd/Makefile index cc37e088d754..b718c84d41a8 100644 --- a/net/honeyd/Makefile +++ b/net/honeyd/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: honeyd # Date created: 16/04/2002 -# Whom: Dominic Marks <dominic_marks@btinternet.com> +# Whom: Dominic Marks <d.marks@students.umist.ac.uk> # # $FreeBSD$ # @@ -10,7 +10,7 @@ PORTVERSION= 0.3 CATEGORIES= net MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/ -MAINTAINER= dominic_marks@btinternet.com +MAINTAINER= d.marks@students.umist.ac.uk BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet \ ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent diff --git a/net/libdnet/Makefile b/net/libdnet/Makefile index 8ed53f920cb4..5452b872daa1 100644 --- a/net/libdnet/Makefile +++ b/net/libdnet/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: libdnet # Date created: 15 April 2002 -# Whom: Dominic Marks <dominic_marks@btinternet.com> +# Whom: Dominic Marks <d.marks@students.umist.ac.uk> # # $FreeBSD$ # @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= dominic_marks@btinternet.com +MAINTAINER= d.marks@students.umist.ac.uk GNU_CONFIGURE= yes diff --git a/net/mutella/Makefile b/net/mutella/Makefile index e6618fb136d4..a1dbf9702422 100644 --- a/net/mutella/Makefile +++ b/net/mutella/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: mutella # Date created: 2/12/2001 -# Whom: Dominic Marks <dominic_marks@btinternet.com> +# Whom: Dominic Marks <d.marks@students.umist.ac.uk> # # $FreeBSD$ # @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= dominic_marks@btinternet.com +MAINTAINER= d.marks@students.umist.ac.uk GNU_CONFIGURE= yes USE_REINPLACE= yes diff --git a/net/pen/Makefile b/net/pen/Makefile index 87dd2a34bba0..6635dfa3f24d 100644 --- a/net/pen/Makefile +++ b/net/pen/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net MASTER_SITES= ftp://siag.nu/pub/pen/ \ http://siag.nu/pub/pen/ -MAINTAINER= dominic_marks@btinternet.com +MAINTAINER= d.marks@students.umist.ac.uk GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-daemon |