diff options
author | eadler <eadler@FreeBSD.org> | 2011-08-22 04:51:40 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2011-08-22 04:51:40 +0800 |
commit | ce95fb20703f646c40e1b9fe864a658f4ea5d5ed (patch) | |
tree | b1b3d82c26c661d621eda77a95831fb13665e4af /sysutils | |
parent | 0c9b0b1823bfec2748854e85411dd0a9a209d646 (diff) | |
download | freebsd-ports-gnome-ce95fb20703f646c40e1b9fe864a658f4ea5d5ed.tar.gz freebsd-ports-gnome-ce95fb20703f646c40e1b9fe864a658f4ea5d5ed.tar.zst freebsd-ports-gnome-ce95fb20703f646c40e1b9fe864a658f4ea5d5ed.zip |
- change the email address I use to maintain ports
Approved by: bapt (mentor)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/googlog/Makefile | 2 | ||||
-rw-r--r-- | sysutils/hextools/Makefile | 2 | ||||
-rw-r--r-- | sysutils/moreutils-parallel/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/googlog/Makefile b/sysutils/googlog/Makefile index d81f3e51f4b9..0acf72a390d7 100644 --- a/sysutils/googlog/Makefile +++ b/sysutils/googlog/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.googlog.org/download/ DISTNAME= GoogLog-${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= eadler@freebsd.org +MAINTAINER= eadler@FreeBSD.org COMMENT= GoogLog is a simple tool to search inside your syslog files RUN_DEPENDS= ${SITE_PERL}/Config/Tiny.pm:${PORTSDIR}/devel/p5-Config-Tiny \ diff --git a/sysutils/hextools/Makefile b/sysutils/hextools/Makefile index 46330cbb7278..d1ceb4a0204d 100644 --- a/sysutils/hextools/Makefile +++ b/sysutils/hextools/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.1 CATEGORIES= sysutils MASTER_SITES= http://avl.enemy.org/utils/hextools/ -MAINTAINER= eadler@freebsd.org +MAINTAINER= eadler@FreeBSD.org COMMENT= Useful tools for dealing with hex files NO_WRKSUBDIR=yes diff --git a/sysutils/moreutils-parallel/Makefile b/sysutils/moreutils-parallel/Makefile index 678ab7e1bcf9..efa74dcfba5a 100644 --- a/sysutils/moreutils-parallel/Makefile +++ b/sysutils/moreutils-parallel/Makefile @@ -11,7 +11,7 @@ CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} DISTNAME= moreutils_${PORTVERSION} -MAINTAINER= eadler@freebsd.org +MAINTAINER= eadler@FreeBSD.org COMMENT= Run programs in parallel CONFLICTS= parallel-[0-9]* |