diff options
author | eadler <eadler@FreeBSD.org> | 2011-08-22 00:12:46 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2011-08-22 00:12:46 +0800 |
commit | 7371c9dd7c12e0ad1fe8ae5efc9f2fabd6f3db57 (patch) | |
tree | 2b66cee794fd5ce79182cf50bf8bf8fe2af077df /misc | |
parent | 98ecb18703a87e81fe2fd46633a8b23e91913f35 (diff) | |
download | freebsd-ports-gnome-7371c9dd7c12e0ad1fe8ae5efc9f2fabd6f3db57.tar.gz freebsd-ports-gnome-7371c9dd7c12e0ad1fe8ae5efc9f2fabd6f3db57.tar.zst freebsd-ports-gnome-7371c9dd7c12e0ad1fe8ae5efc9f2fabd6f3db57.zip |
- change the email address I use to maintain ports
Approved by: bapt (mentor)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/getopt/Makefile | 2 | ||||
-rw-r--r-- | misc/pastebinit/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/getopt/Makefile b/misc/getopt/Makefile index 40a430f7b993..926906133271 100644 --- a/misc/getopt/Makefile +++ b/misc/getopt/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= http://software.frodo.looijaard.name/getopt/files/ -MAINTAINER= ports@eitanadler.com +MAINTAINER= eadler@freebsd.org COMMENT= A getopt(1) replacement that supports GNU-style long options USE_GETTEXT= yes diff --git a/misc/pastebinit/Makefile b/misc/pastebinit/Makefile index 915ba74b6433..4ba6bf5accee 100644 --- a/misc/pastebinit/Makefile +++ b/misc/pastebinit/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.2 CATEGORIES= misc python MASTER_SITES= http://launchpadlibrarian.net/63157878/ -MAINTAINER= ports@eitanadler.com +MAINTAINER= eadler@freebsd.org COMMENT= A command line utility for pastebing RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}configobj>=4.3.2:${PORTSDIR}/devel/py-configobj |