diff options
author | ed <ed@FreeBSD.org> | 2008-06-20 15:18:30 +0800 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2008-06-20 15:18:30 +0800 |
commit | 841b001b671e6f437a1285daf1da6827132b14e9 (patch) | |
tree | 87aad9c43bdd342749d1c567abc50920cbb7df1b /devel | |
parent | 5d59a4b837a974937cba09cf0f186deb115bd984 (diff) | |
download | freebsd-ports-gnome-841b001b671e6f437a1285daf1da6827132b14e9.tar.gz freebsd-ports-gnome-841b001b671e6f437a1285daf1da6827132b14e9.tar.zst freebsd-ports-gnome-841b001b671e6f437a1285daf1da6827132b14e9.zip |
Use the email address from the FreeBSD project for my ports.
Rink Springer also asked me if he could maintain his own ports. Change
maitainership of games/sudsol, net/freedbd and net/kissd to Rink.
Approved by: philip (mentor), rink
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cobf/Makefile | 2 | ||||
-rw-r--r-- | devel/elfrc/Makefile | 2 | ||||
-rw-r--r-- | devel/mimir/Makefile | 2 | ||||
-rw-r--r-- | devel/mingw32-directx/Makefile | 2 | ||||
-rw-r--r-- | devel/mingw32-pdcurses/Makefile | 2 | ||||
-rw-r--r-- | devel/mingw32-pthreads/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/devel/cobf/Makefile b/devel/cobf/Makefile index d382aaebefd6..782a842f9ef7 100644 --- a/devel/cobf/Makefile +++ b/devel/cobf/Makefile @@ -11,7 +11,7 @@ CATEGORIES= devel MASTER_SITES= http://home.arcor.de/bernhard.baier/${PORTNAME}/ DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ed@fxq.nl +MAINTAINER= ed@FreeBSD.org COMMENT= C and C++ code obfuscator USE_ZIP= yes diff --git a/devel/elfrc/Makefile b/devel/elfrc/Makefile index e86428ea9518..be617c03ebc9 100644 --- a/devel/elfrc/Makefile +++ b/devel/elfrc/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.7 CATEGORIES= devel MASTER_SITES= http://ktown.kde.org/~frerich/ -MAINTAINER= ed@fxq.nl +MAINTAINER= ed@FreeBSD.org COMMENT= Resource compiler for ELF systems PLIST_FILES= bin/elfrc diff --git a/devel/mimir/Makefile b/devel/mimir/Makefile index fbf40293a385..5117c83de46c 100644 --- a/devel/mimir/Makefile +++ b/devel/mimir/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.cs.ru.nl/pub/vb/ -MAINTAINER= ed@fxq.nl +MAINTAINER= ed@FreeBSD.org COMMENT= Data-structure library used by the Elan Programming Environment USE_AUTOTOOLS= libtool:15 diff --git a/devel/mingw32-directx/Makefile b/devel/mingw32-directx/Makefile index 06b2aa62d7c9..43d64c1732b4 100644 --- a/devel/mingw32-directx/Makefile +++ b/devel/mingw32-directx/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.libsdl.org/extras/win32/cygwin/ PKGNAMEPREFIX= mingw32- DISTNAME= ${PORTNAME}-devel -MAINTAINER= ed@fxq.nl +MAINTAINER= ed@FreeBSD.org COMMENT= DirectX header files for use with MinGW BUILD_DEPENDS= ${PKGNAMEPREFIX}gcc:${PORTSDIR}/devel/${PKGNAMEPREFIX}gcc \ diff --git a/devel/mingw32-pdcurses/Makefile b/devel/mingw32-pdcurses/Makefile index d512b3925dab..6849ca2ceebb 100644 --- a/devel/mingw32-pdcurses/Makefile +++ b/devel/mingw32-pdcurses/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMEPREFIX= mingw32- DISTNAME= PDCurses-${PORTVERSION} -MAINTAINER= ed@fxq.nl +MAINTAINER= ed@FreeBSD.org COMMENT= Curses and Panel terminal library for Windows BUILD_DEPENDS= ${PKGNAMEPREFIX}gcc:${PORTSDIR}/devel/${PKGNAMEPREFIX}gcc \ diff --git a/devel/mingw32-pthreads/Makefile b/devel/mingw32-pthreads/Makefile index f396abf5ccee..afc6951e3280 100644 --- a/devel/mingw32-pthreads/Makefile +++ b/devel/mingw32-pthreads/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://sources.redhat.com/pub/${PORTNAME}-win32/ PKGNAMEPREFIX= mingw32- DISTNAME= ${PORTNAME}-w32-${PORTVERSION:S/./-/g}-release -MAINTAINER= ed@fxq.nl +MAINTAINER= ed@FreeBSD.org COMMENT= POSIX threads library for Windows compiled with MinGW32 BUILD_DEPENDS= ${PKGNAMEPREFIX}gcc:${PORTSDIR}/devel/${PKGNAMEPREFIX}gcc \ |