diff options
author | pav <pav@FreeBSD.org> | 2006-05-30 04:45:48 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-05-30 04:45:48 +0800 |
commit | 83cb9fd9b8205f58ac396d1f96bc94d52b3e5da7 (patch) | |
tree | 1db174a1b23eef9ba6071497f69c3ed5842b2509 | |
parent | c5722c85cc4ed0f2ad3de26c52bd3c0452039ad8 (diff) | |
download | freebsd-ports-gnome-83cb9fd9b8205f58ac396d1f96bc94d52b3e5da7.tar.gz freebsd-ports-gnome-83cb9fd9b8205f58ac396d1f96bc94d52b3e5da7.tar.zst freebsd-ports-gnome-83cb9fd9b8205f58ac396d1f96bc94d52b3e5da7.zip |
- Drop maintainership
PR: ports/98102
Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com>
-rw-r--r-- | irc/eggdrop/Makefile | 2 | ||||
-rw-r--r-- | misc/gtl/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/ruby-wx/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/irc/eggdrop/Makefile b/irc/eggdrop/Makefile index ffc77a425283..b6c266cc2569 100644 --- a/irc/eggdrop/Makefile +++ b/irc/eggdrop/Makefile @@ -15,7 +15,7 @@ PATCHFILES= ${PORTNAME}${PORTVERSION}-ssl.diff.gz PATCH_SITES= http://www.egghelp.org/files/patches/ PATCH_WRKSRC= ${WRKDIR} -MAINTAINER= q@galgenberg.net +MAINTAINER= ports@FreeBSD.org COMMENT= The most popular open source Internet Relay Chat bot USE_BZIP2= yes diff --git a/misc/gtl/Makefile b/misc/gtl/Makefile index 441d676cf679..22f40be528b1 100644 --- a/misc/gtl/Makefile +++ b/misc/gtl/Makefile @@ -13,7 +13,7 @@ CATEGORIES= misc MASTER_SITES= # http://infosun.fmi.uni-passau.de/GTL/ DISTNAME= GTL-${PORTVERSION} -MAINTAINER= q@galgenberg.net +MAINTAINER= ports@FreeBSD.org COMMENT= C++ STL-based support for graphs and graph algorithms RESTRICTED= License forbids redistribution (source or binary) diff --git a/x11-toolkits/ruby-wx/Makefile b/x11-toolkits/ruby-wx/Makefile index 6e9d5c556143..95a7ca150aed 100644 --- a/x11-toolkits/ruby-wx/Makefile +++ b/x11-toolkits/ruby-wx/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= wxruby-${PORTVERSION:S/.0$//}-src DIST_SUBDIR= ruby -MAINTAINER= q@galgenberg.net +MAINTAINER= ports@FreeBSD.org COMMENT= Ruby bindings for wxWindows (aka wxWidgets) LIB_DEPENDS= wx_gtk2-2.4:${PORTSDIR}/x11-toolkits/wxgtk24 \ |