diff options
author | shurd <shurd@FreeBSD.org> | 2014-06-19 04:18:11 +0800 |
---|---|---|
committer | shurd <shurd@FreeBSD.org> | 2014-06-19 04:18:11 +0800 |
commit | fc7c689a0b481d7fafc7926342c00514ce22ed17 (patch) | |
tree | 8a808f8df89c9a4c9c151b66abaa2452b50b87ce /games | |
parent | 9ac6473bee19f4a9840baba30e033eef5ee85a7c (diff) | |
download | freebsd-ports-gnome-fc7c689a0b481d7fafc7926342c00514ce22ed17.tar.gz freebsd-ports-gnome-fc7c689a0b481d7fafc7926342c00514ce22ed17.tar.zst freebsd-ports-gnome-fc7c689a0b481d7fafc7926342c00514ce22ed17.zip |
Update my ports to use my shurd@FreeBSD.org account
Approved by: db, skreuzer (mentors)
Diffstat (limited to 'games')
-rw-r--r-- | games/freedink-data/Makefile | 4 | ||||
-rw-r--r-- | games/freedink-dfarc/Makefile | 4 | ||||
-rw-r--r-- | games/freedink-engine/Makefile | 4 | ||||
-rw-r--r-- | games/freedink/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/games/freedink-data/Makefile b/games/freedink-data/Makefile index 949fc8a9fe35..e7cb08491b0d 100644 --- a/games/freedink-data/Makefile +++ b/games/freedink-data/Makefile @@ -1,4 +1,4 @@ -# Created by: Stephen Hurd <shurd@sasktel.net> +# Created by: Stephen Hurd <shurd@FreeBSD.org> # $FreeBSD$ PORTNAME= freedink-data @@ -7,7 +7,7 @@ CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= freedink -MAINTAINER= shurd@sasktel.net +MAINTAINER= shurd@FreeBSD.org COMMENT= Game data for games/freedink (Dink Smallwood) USES= gettext gmake diff --git a/games/freedink-dfarc/Makefile b/games/freedink-dfarc/Makefile index 568a4cf918d8..d698e087ff6c 100644 --- a/games/freedink-dfarc/Makefile +++ b/games/freedink-dfarc/Makefile @@ -1,4 +1,4 @@ -# Created by: Stephen Hurd <shurd@sasktel.net> +# Created by: Stephen Hurd <shurd@FreeBSD.org> # $FreeBSD$ PORTNAME= freedink-dfarc @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= freedink DISTNAME= dfarc-${PORTVERSION} -MAINTAINER= shurd@sasktel.net +MAINTAINER= shurd@FreeBSD.org COMMENT= Frontend and .dmod installer for GNU FreeDink USES= desktop-file-utils gettext gmake shared-mime-info diff --git a/games/freedink-engine/Makefile b/games/freedink-engine/Makefile index 9e2f5e34c6f2..991473e2b577 100644 --- a/games/freedink-engine/Makefile +++ b/games/freedink-engine/Makefile @@ -1,4 +1,4 @@ -# Created by: Stephen Hurd <shurd@sasktel.net> +# Created by: Stephen Hurd <shurd@FreeBSD.org> # $FreeBSD$ PORTNAME= freedink @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= freedink PKGNAMESUFFIX= -engine -MAINTAINER= shurd@sasktel.net +MAINTAINER= shurd@FreeBSD.org COMMENT= Dink Smallwood RPG and RPG Construction Set LIB_DEPENDS= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig diff --git a/games/freedink/Makefile b/games/freedink/Makefile index e0259359b8c7..6973b656602e 100644 --- a/games/freedink/Makefile +++ b/games/freedink/Makefile @@ -1,4 +1,4 @@ -# Created by: Stephen Hurd <shurd@sasktel.net> +# Created by: Stephen Hurd <shurd@FreeBSD.org> # $FreeBSD$ PORTNAME= freedink @@ -8,7 +8,7 @@ MASTER_SITES= # none DISTFILES= # none EXTRACT_ONLY= # none -MAINTAINER= shurd@sasktel.net +MAINTAINER= shurd@FreeBSD.org COMMENT= Metaport for FreeDink engine and data RUN_DEPENDS= freedink:${PORTSDIR}/games/freedink-engine \ |