diff options
author | Will Andrews <will@FreeBSD.org> | 2003-06-25 12:27:38 +0800 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2003-06-25 12:27:38 +0800 |
commit | 1268252fc50336ce3e09072205a67dc50c08c770 (patch) | |
tree | f8c841f5fcd809295bdb5670fede510033082b7f | |
parent | 6fa6961aa56afc52e47d26ad3fbc80da3a5857dc (diff) | |
download | freebsd-ports-gnome-1268252fc50336ce3e09072205a67dc50c08c770.tar.gz freebsd-ports-gnome-1268252fc50336ce3e09072205a67dc50c08c770.tar.zst freebsd-ports-gnome-1268252fc50336ce3e09072205a67dc50c08c770.zip |
Frerich doesn't use FreeBSD anymore. Preemptively assign two of his ports
to a new maintainer (kpopup and rc5pipe).
Submitted by: Frerich Raabe <frerich.raabe@gmx.de>,
Brad Davis <so14k@so14k.com>
-rw-r--r-- | audio/trm/Makefile | 2 | ||||
-rw-r--r-- | devel/distcc/Makefile | 2 | ||||
-rw-r--r-- | net-im/kpopup/Makefile | 2 | ||||
-rw-r--r-- | net/kpopup/Makefile | 2 | ||||
-rw-r--r-- | security/rc5pipe/Makefile | 2 | ||||
-rw-r--r-- | sysutils/fvcool/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/audio/trm/Makefile b/audio/trm/Makefile index 465f8cd17193..d1066a387aa4 100644 --- a/audio/trm/Makefile +++ b/audio/trm/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ \ ftp://ftp.nl.musicbrainz.org/ \ ftp://ftp.au.musicbrainz.org/pub/musicbrainz/ -MAINTAINER= frerich.raabe@gmx.de +MAINTAINER= ports@FreeBSD.org COMMENT= TRM generator to generate acoustic fingerprints BUILD_DEPENDS= madplay:${PORTSDIR}/audio/mad diff --git a/devel/distcc/Makefile b/devel/distcc/Makefile index a30fe7c6ba61..fc058bdd01ae 100644 --- a/devel/distcc/Makefile +++ b/devel/distcc/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 2.7 CATEGORIES= devel MASTER_SITES= http://distcc.samba.org/ftp/distcc/ -MAINTAINER= frerich.raabe@gmx.de +MAINTAINER= ports@FreeBSD.org COMMENT= Distribute compilation of C(++) code acrosss machines on a network LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt diff --git a/net-im/kpopup/Makefile b/net-im/kpopup/Makefile index 885447c012ec..24a5a9306aaa 100644 --- a/net-im/kpopup/Makefile +++ b/net-im/kpopup/Makefile @@ -9,7 +9,7 @@ PORTVERSION= 0.9.1 CATEGORIES= net kde MASTER_SITES= http://www.henschelsoft.de/kpopup/ -MAINTAINER= frerich.raabe@gmx.de +MAINTAINER= so14k@so14k.com COMMENT= KDE program for sending and receiving MS Windows WinPopup messages RUN_DEPENDS= smbclient:${PORTSDIR}/net/samba diff --git a/net/kpopup/Makefile b/net/kpopup/Makefile index 885447c012ec..24a5a9306aaa 100644 --- a/net/kpopup/Makefile +++ b/net/kpopup/Makefile @@ -9,7 +9,7 @@ PORTVERSION= 0.9.1 CATEGORIES= net kde MASTER_SITES= http://www.henschelsoft.de/kpopup/ -MAINTAINER= frerich.raabe@gmx.de +MAINTAINER= so14k@so14k.com COMMENT= KDE program for sending and receiving MS Windows WinPopup messages RUN_DEPENDS= smbclient:${PORTSDIR}/net/samba diff --git a/security/rc5pipe/Makefile b/security/rc5pipe/Makefile index 68d68a10f7d3..2113e97477ad 100644 --- a/security/rc5pipe/Makefile +++ b/security/rc5pipe/Makefile @@ -11,7 +11,7 @@ CATEGORIES= security MASTER_SITES= http://krazykiwi.homeip.net/FreeBSD/ports/rc5pipe/ EXTRACT_SUFX= .tgz -MAINTAINER= frerich.raabe@gmx.de +MAINTAINER= so14k@so14k.com COMMENT= RC5 en-/decryption via UNIX pipes WRKSRC= ${WRKDIR}/rc5pipe diff --git a/sysutils/fvcool/Makefile b/sysutils/fvcool/Makefile index 15c1099c1d9c..eb190fec7c53 100644 --- a/sysutils/fvcool/Makefile +++ b/sysutils/fvcool/Makefile @@ -11,7 +11,7 @@ CATEGORIES= sysutils MASTER_SITES= http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/ DISTNAME= FVCool${PORTVERSION:S/.//g} -MAINTAINER= frerich.raabe@gmx.de +MAINTAINER= ports@FreeBSD.org COMMENT= VCool for FreeBSD - Cooling software for AMD Athlon/Duron CPUs ONLY_FOR_ARCHS= i386 |