diff options
author | beech <beech@FreeBSD.org> | 2010-12-04 03:25:02 +0000 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2010-12-04 03:25:02 +0000 |
commit | 4daeeb7fb23dad2987ff4378bce235eb063b5c81 (patch) | |
tree | 307a78fc357f0c8aed2c01353762e5ea5e581cf5 | |
parent | d7d00306c91dddd346190b3070ddb939a008f761 (diff) | |
download | FreeBSD-ports-4daeeb7fb23dad2987ff4378bce235eb063b5c81.zip FreeBSD-ports-4daeeb7fb23dad2987ff4378bce235eb063b5c81.tar.gz |
Take maintainership.
Approved by: itetcu (mentor) (implicit)
-rw-r--r-- | irc/eggcreator/Makefile | 2 | ||||
-rw-r--r-- | irc/eggdrop/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/irc/eggcreator/Makefile b/irc/eggcreator/Makefile index bdc4d0e..508ddf5 100644 --- a/irc/eggcreator/Makefile +++ b/irc/eggcreator/Makefile @@ -13,7 +13,7 @@ CATEGORIES= irc MASTER_SITES= http://www.oook.cz/bsd/distfiles/ \ LOCAL/beech -MAINTAINER= ports@FreeBSD.org +MAINTAINER= beech@FreeBSD.org COMMENT= Eggdrop.conf creator BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake diff --git a/irc/eggdrop/Makefile b/irc/eggdrop/Makefile index b0e975a..9f952dd 100644 --- a/irc/eggdrop/Makefile +++ b/irc/eggdrop/Makefile @@ -18,7 +18,7 @@ PATCHFILES= ${PORTNAME}-${PORTVERSION}-ssl-rootie.patch.gz:ssl \ PATCH_SITES= http://www.egghelp.org/files/patches/:ssl \ ftp://ftp.eggheads.org/pub/eggdrop/patches/official/1.6/:ctcpfix -MAINTAINER= ports@FreeBSD.org +MAINTAINER= beech@FreeBSD.org COMMENT= The most popular open source Internet Relay Chat bot USE_TCL= 82+ |