diff options
author | gahr <gahr@FreeBSD.org> | 2008-02-22 05:20:01 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-02-22 05:20:01 +0800 |
commit | ae1fac17a61d425a3d1ab3028536c82e2bfe74a5 (patch) | |
tree | e5342817188d261faf8169e1592d4e73c11ec029 /games | |
parent | 068f46e1b40d74a14540c7c231f8ac09ac0811f2 (diff) | |
download | freebsd-ports-gnome-ae1fac17a61d425a3d1ab3028536c82e2bfe74a5.tar.gz freebsd-ports-gnome-ae1fac17a61d425a3d1ab3028536c82e2bfe74a5.tar.zst freebsd-ports-gnome-ae1fac17a61d425a3d1ab3028536c82e2bfe74a5.zip |
My reference e-mail address as a ports maintainer is now gahr@FreeBSD.org.
Approved by: miwi (mentor)
Diffstat (limited to 'games')
-rw-r--r-- | games/adgali/Makefile | 2 | ||||
-rw-r--r-- | games/deal/Makefile | 2 | ||||
-rw-r--r-- | games/gnubg/Makefile | 2 | ||||
-rw-r--r-- | games/nil/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/games/adgali/Makefile b/games/adgali/Makefile index 11eaa35d3c17..c7bfd023ea3a 100644 --- a/games/adgali/Makefile +++ b/games/adgali/Makefile @@ -12,7 +12,7 @@ PORTREVISION= 3 CATEGORIES= games devel MASTER_SITES= http://adgali.apiou.org/download/ -MAINTAINER= gahr@gahr.ch +MAINTAINER= gahr@FreeBSD.org COMMENT= An open source game library useful for 2D game development LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ diff --git a/games/deal/Makefile b/games/deal/Makefile index 000391c66e3e..d776a35072a5 100644 --- a/games/deal/Makefile +++ b/games/deal/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 2.4 CATEGORIES= games MASTER_SITES= http://catb.org/~esr/deal/ -MAINTAINER= gahr@gahr.ch +MAINTAINER= gahr@FreeBSD.org COMMENT= A calculator for card-draw probabilities MAN1= deal.1 diff --git a/games/gnubg/Makefile b/games/gnubg/Makefile index 394cb0249c37..cd891e79aafe 100644 --- a/games/gnubg/Makefile +++ b/games/gnubg/Makefile @@ -15,7 +15,7 @@ DISTFILES= gnubg-source-MAIN-20070601.tar.gz:src \ gnubg_ts0.bd.gz:ts EXTRACT_ONLY= gnubg-source-MAIN-20070601.tar.gz -MAINTAINER= gahr@gahr.ch +MAINTAINER= gahr@FreeBSD.org COMMENT= GNU Backgammon BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison diff --git a/games/nil/Makefile b/games/nil/Makefile index 631aaf856498..a677e625727b 100644 --- a/games/nil/Makefile +++ b/games/nil/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-cvs-backup-${DISTVERSION} -MAINTAINER= gahr@gahr.ch +MAINTAINER= gahr@FreeBSD.org COMMENT= A multiplayer game like Quake in 2D or Worms done right WRKSRC= ${WRKDIR}/${PORTNAME} |