diff options
author | petef <petef@FreeBSD.org> | 2001-08-23 07:07:23 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-08-23 07:07:23 +0800 |
commit | 9a9f6f4594ca582cd125d13be7ac233ea507e8df (patch) | |
tree | 5ec4d401caa1d17e9239519dd52f762f1e00f895 /net | |
parent | 887b59d47c15d018d1a2010d2aeca4cb1bc86ce8 (diff) | |
download | freebsd-ports-gnome-9a9f6f4594ca582cd125d13be7ac233ea507e8df.tar.gz freebsd-ports-gnome-9a9f6f4594ca582cd125d13be7ac233ea507e8df.tar.zst freebsd-ports-gnome-9a9f6f4594ca582cd125d13be7ac233ea507e8df.zip |
Change my email address to petef@FreeBSD.org for the ports I maintain.
Reviewed by: ade
Diffstat (limited to 'net')
-rw-r--r-- | net/etherape/Makefile | 2 | ||||
-rw-r--r-- | net/ipcalc/Makefile | 2 | ||||
-rw-r--r-- | net/iperf/Makefile | 2 | ||||
-rw-r--r-- | net/nslint/Makefile | 2 | ||||
-rw-r--r-- | net/p5-File-Rsync/Makefile | 4 | ||||
-rw-r--r-- | net/p5-SNMP_Session/Makefile | 2 | ||||
-rw-r--r-- | net/passlogd/Makefile | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/net/etherape/Makefile b/net/etherape/Makefile index f1d0c94b3693..a7f08afea87f 100644 --- a/net/etherape/Makefile +++ b/net/etherape/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= petef@databits.net +MAINTAINER= petef@FreeBSD.org LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext diff --git a/net/ipcalc/Makefile b/net/ipcalc/Makefile index d2545e25285a..524c11f278ea 100644 --- a/net/ipcalc/Makefile +++ b/net/ipcalc/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://jodies.de/ DISTFILES= ipcalc.pl EXTRACT_ONLY= # empty -MAINTAINER= petef@databits.net +MAINTAINER= petef@FreeBSD.org NO_BUILD= yes USE_PERL5= yes diff --git a/net/iperf/Makefile b/net/iperf/Makefile index ecdd5dc3bd5b..d7d1dc5c7468 100644 --- a/net/iperf/Makefile +++ b/net/iperf/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.2 CATEGORIES= net MASTER_SITES= http://dast.nlanr.net/Projects/Iperf/ -MAINTAINER= petef@databits.net +MAINTAINER= petef@FreeBSD.org NO_CDROM= "can't charge a fee for the software" diff --git a/net/nslint/Makefile b/net/nslint/Makefile index e1c7b948fd8f..3660ad94b0a6 100644 --- a/net/nslint/Makefile +++ b/net/nslint/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 2.0.2 CATEGORIES= net MASTER_SITES= ftp://ftp.ee.lbl.gov/ -MAINTAINER= petef@databits.net +MAINTAINER= petef@FreeBSD.org GNU_CONFIGURE= yes ALL_TARGET= nslint diff --git a/net/p5-File-Rsync/Makefile b/net/p5-File-Rsync/Makefile index 429db31450d4..1e8ea1e06b29 100644 --- a/net/p5-File-Rsync/Makefile +++ b/net/p5-File-Rsync/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: p5-File-Rsync # Date created: 20 May 2001 -# Whom: petef@databits.net +# Whom: petef@FreeBSD.org # # $FreeBSD$ # @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= File PKGNAMEPREFIX= p5- -MAINTAINER= petef@databits.net +MAINTAINER= petef@FreeBSD.org RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync diff --git a/net/p5-SNMP_Session/Makefile b/net/p5-SNMP_Session/Makefile index 0e6eb4d54196..1c8950639927 100644 --- a/net/p5-SNMP_Session/Makefile +++ b/net/p5-SNMP_Session/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.switch.ch/software/sources/network/snmp/perl/%SUBDIR%/ MASTER_SITE_SUBDIR= . old PKGNAMEPREFIX= p5- -MAINTAINER= petef@databits.net +MAINTAINER= petef@FreeBSD.org PERL_CONFIGURE= yes diff --git a/net/passlogd/Makefile b/net/passlogd/Makefile index 458e0cc7d903..36da170a0b4e 100644 --- a/net/passlogd/Makefile +++ b/net/passlogd/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.1d CATEGORIES= net MASTER_SITES= http://www.morphine.com/src/ -MAINTAINER= petef@databits.net +MAINTAINER= petef@FreeBSD.org post-patch: ${PERL} -pi -e "s/.\(CXX\)/${CC} ${CFLAGS}/g" ${WRKSRC}/Makefile |