diff options
author | naddy <naddy@FreeBSD.org> | 2001-11-03 22:22:34 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2001-11-03 22:22:34 +0000 |
commit | f12b313468b60ae5c093093565b26d9bb1d17837 (patch) | |
tree | b9ff9d359d3cf5d757056ea492a35a4f8a697555 | |
parent | 3061d8f6dea01a8a00e7be0575953b0864401a40 (diff) | |
download | FreeBSD-ports-f12b313468b60ae5c093093565b26d9bb1d17837.zip FreeBSD-ports-f12b313468b60ae5c093093565b26d9bb1d17837.tar.gz |
Update my MAINTAINER address.
Approved by: trevor
-rw-r--r-- | archivers/gtar/Makefile | 2 | ||||
-rw-r--r-- | astro/jday/Makefile | 2 | ||||
-rw-r--r-- | astro/xworld/Makefile | 2 | ||||
-rw-r--r-- | audio/flac/Makefile | 2 | ||||
-rw-r--r-- | audio/libao/Makefile | 2 | ||||
-rw-r--r-- | audio/libogg/Makefile | 2 | ||||
-rw-r--r-- | audio/libvorbis/Makefile | 2 | ||||
-rw-r--r-- | audio/mpg321/Makefile | 2 | ||||
-rw-r--r-- | audio/vorbis-tools/Makefile | 2 | ||||
-rw-r--r-- | audio/vorbis/Makefile | 2 | ||||
-rw-r--r-- | games/gtypist/Makefile | 2 | ||||
-rw-r--r-- | mail/bsmtp/Makefile | 2 | ||||
-rw-r--r-- | shells/ksh93/Makefile | 2 | ||||
-rw-r--r-- | sysutils/sdd/Makefile | 2 | ||||
-rw-r--r-- | www/surfraw/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/linux-f10-openmotif/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/linux-f8-openmotif/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/linux-openmotif/Makefile | 2 | ||||
-rw-r--r-- | x11/xlogout/Makefile | 2 | ||||
-rw-r--r-- | x11/xlogout/pkg-descr | 3 |
20 files changed, 19 insertions, 22 deletions
diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index 9d2f4eb..b2ce423 100644 --- a/archivers/gtar/Makefile +++ b/archivers/gtar/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://alpha.gnu.org/gnu/tar/ \ ftp://ftp.sunsite.org.uk/Mirrors/alpha.gnu.org/gnu/tar/ \ ftp://ftp.funet.fi/pub/mirrors/alpha.gnu.org/gnu/tar/ -MAINTAINER= naddy@mips.inka.de +MAINTAINER= naddy@FreeBSD.org LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext diff --git a/astro/jday/Makefile b/astro/jday/Makefile index 9a1c5ee..6203f0c 100644 --- a/astro/jday/Makefile +++ b/astro/jday/Makefile @@ -10,7 +10,7 @@ CATEGORIES= astro MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= jday -MAINTAINER= naddy@mips.inka.de +MAINTAINER= naddy@FreeBSD.org GNU_CONFIGURE= yes diff --git a/astro/xworld/Makefile b/astro/xworld/Makefile index 66aec70..80d81a7 100644 --- a/astro/xworld/Makefile +++ b/astro/xworld/Makefile @@ -11,7 +11,7 @@ CATEGORIES= astro MASTER_SITES= ftp://gutemine.geo.uni-koeln.de/pub/xworld/ \ ftp://ftp.Uni-Koeln.DE/misc/ -MAINTAINER= naddy@mips.inka.de +MAINTAINER= naddy@FreeBSD.org USE_XLIB= yes diff --git a/audio/flac/Makefile b/audio/flac/Makefile index d6a018c..74d6642 100644 --- a/audio/flac/Makefile +++ b/audio/flac/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION}-src -MAINTAINER= naddy@mips.inka.de +MAINTAINER= naddy@FreeBSD.org .if defined(WITH_XMMS) BUILD_DEPENDS+= xmms-config:${PORTSDIR}/audio/xmms diff --git a/audio/libao/Makefile b/audio/libao/Makefile index b1c6f5f..6dd9eec 100644 --- a/audio/libao/Makefile +++ b/audio/libao/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.8.0 CATEGORIES= audio MASTER_SITES= http://www.vorbis.com/files/rc2/unix/ -MAINTAINER= naddy@mips.inka.de +MAINTAINER= naddy@FreeBSD.org WANT_ESOUND= yes diff --git a/audio/libogg/Makefile b/audio/libogg/Makefile index c93dce2..77030d0 100644 --- a/audio/libogg/Makefile +++ b/audio/libogg/Makefile @@ -12,7 +12,7 @@ CATEGORIES= audio MASTER_SITES= http://www.vorbis.com/files/rc2/unix/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} -MAINTAINER= naddy@mips.inka.de +MAINTAINER= naddy@FreeBSD.org USE_LIBTOOL= yes diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index addb99d..16ae921 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -12,7 +12,7 @@ CATEGORIES= audio MASTER_SITES= http://www.vorbis.com/files/rc2/unix/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} -MAINTAINER= naddy@mips.inka.de +MAINTAINER= naddy@FreeBSD.org LIB_DEPENDS= ogg.2:${PORTSDIR}/audio/libogg diff --git a/audio/mpg321/Makefile b/audio/mpg321/Makefile index ea44aa2..077fbfc 100644 --- a/audio/mpg321/Makefile +++ b/audio/mpg321/Makefile @@ -11,7 +11,7 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mpg321 -MAINTAINER= naddy@mips.inka.de +MAINTAINER= naddy@FreeBSD.org LIB_DEPENDS= ao.2:${PORTSDIR}/audio/libao \ mad.0:${PORTSDIR}/audio/mad diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile index 00d4edc..41bb8b8 100644 --- a/audio/vorbis-tools/Makefile +++ b/audio/vorbis-tools/Makefile @@ -12,7 +12,7 @@ CATEGORIES= audio MASTER_SITES= http://www.vorbis.com/files/rc2/unix/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} -MAINTAINER= naddy@mips.inka.de +MAINTAINER= naddy@FreeBSD.org LIB_DEPENDS= ao.2:${PORTSDIR}/audio/libao \ ogg.2:${PORTSDIR}/audio/libogg \ diff --git a/audio/vorbis/Makefile b/audio/vorbis/Makefile index b7f82cf..228abe3 100644 --- a/audio/vorbis/Makefile +++ b/audio/vorbis/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= # empty DISTFILES= # none EXTRACT_ONLY= # empty -MAINTAINER= naddy@mips.inka.de +MAINTAINER= naddy@FreeBSD.org LIB_DEPENDS= ao.2:${PORTSDIR}/audio/libao \ ogg.2:${PORTSDIR}/audio/libogg \ diff --git a/games/gtypist/Makefile b/games/gtypist/Makefile index 3501d01..cc948ae 100644 --- a/games/gtypist/Makefile +++ b/games/gtypist/Makefile @@ -10,7 +10,7 @@ CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= naddy@mips.inka.de +MAINTAINER= naddy@FreeBSD.org LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext diff --git a/mail/bsmtp/Makefile b/mail/bsmtp/Makefile index 5cca5ff..9a76a16 100644 --- a/mail/bsmtp/Makefile +++ b/mail/bsmtp/Makefile @@ -9,7 +9,7 @@ PORTVERSION= 1.02 CATEGORIES= mail MASTER_SITES= http://www.stud.uni-karlsruhe.de/~uk1o/bsmtp/ -MAINTAINER= naddy@mips.inka.de +MAINTAINER= naddy@FreeBSD.org WRKSRC= ${WRKDIR}/${PORTNAME} HAS_CONFIGURE= yes diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile index 2836654..1d67558 100644 --- a/shells/ksh93/Makefile +++ b/shells/ksh93/Makefile @@ -10,7 +10,7 @@ VERSION= 2001-07-04.0000 CATEGORIES= shells MASTER_SITES= http://www.research.att.com/~gsf/download/tgz/ -MAINTAINER= naddy@mips.inka.de +MAINTAINER= naddy@FreeBSD.org RESTRICTED= "Source recipient must acknowledge license" DISTNAME= ${PORTNAME}-${VERSION} diff --git a/sysutils/sdd/Makefile b/sysutils/sdd/Makefile index 1da6c8d..1cbc01b 100644 --- a/sysutils/sdd/Makefile +++ b/sysutils/sdd/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.31 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/unix/sdd/ -MAINTAINER= naddy@mips.inka.de +MAINTAINER= naddy@FreeBSD.org USE_GMAKE= yes MAKE_ENV= MAKEPROG=gmake CCOM=${CC} diff --git a/www/surfraw/Makefile b/www/surfraw/Makefile index f86c80c..25a4e28 100644 --- a/www/surfraw/Makefile +++ b/www/surfraw/Makefile @@ -10,7 +10,7 @@ CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= surfraw -MAINTAINER= naddy@mips.inka.de +MAINTAINER= naddy@FreeBSD.org GNU_CONFIGURE= yes diff --git a/x11-toolkits/linux-f10-openmotif/Makefile b/x11-toolkits/linux-f10-openmotif/Makefile index b224df2..0dca466 100644 --- a/x11-toolkits/linux-f10-openmotif/Makefile +++ b/x11-toolkits/linux-f10-openmotif/Makefile @@ -17,7 +17,7 @@ EXTRACT_SUFX= -1_ICS.${MACHINE_ARCH}.rpm DIST_SUBDIR= rpm EXTRACT_ONLY= -MAINTAINER= naddy@mips.inka.de +MAINTAINER= naddy@FreeBSD.org BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm diff --git a/x11-toolkits/linux-f8-openmotif/Makefile b/x11-toolkits/linux-f8-openmotif/Makefile index b224df2..0dca466 100644 --- a/x11-toolkits/linux-f8-openmotif/Makefile +++ b/x11-toolkits/linux-f8-openmotif/Makefile @@ -17,7 +17,7 @@ EXTRACT_SUFX= -1_ICS.${MACHINE_ARCH}.rpm DIST_SUBDIR= rpm EXTRACT_ONLY= -MAINTAINER= naddy@mips.inka.de +MAINTAINER= naddy@FreeBSD.org BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm diff --git a/x11-toolkits/linux-openmotif/Makefile b/x11-toolkits/linux-openmotif/Makefile index b224df2..0dca466 100644 --- a/x11-toolkits/linux-openmotif/Makefile +++ b/x11-toolkits/linux-openmotif/Makefile @@ -17,7 +17,7 @@ EXTRACT_SUFX= -1_ICS.${MACHINE_ARCH}.rpm DIST_SUBDIR= rpm EXTRACT_ONLY= -MAINTAINER= naddy@mips.inka.de +MAINTAINER= naddy@FreeBSD.org BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm diff --git a/x11/xlogout/Makefile b/x11/xlogout/Makefile index 8dc13de..7941ac6 100644 --- a/x11/xlogout/Makefile +++ b/x11/xlogout/Makefile @@ -11,7 +11,7 @@ CATEGORIES= x11 MASTER_SITES= ftp://ftp.tu-darmstadt.de/pub/X11/other/ EXTRACT_SUFX= .tar.Z -MAINTAINER= naddy@mips.inka.de +MAINTAINER= naddy@FreeBSD.org WRKSRC= ${WRKDIR}/xlogout USE_IMAKE= yes diff --git a/x11/xlogout/pkg-descr b/x11/xlogout/pkg-descr index 318c697..7ba3997 100644 --- a/x11/xlogout/pkg-descr +++ b/x11/xlogout/pkg-descr @@ -1,6 +1,3 @@ The xlogout program displays a small button that simply waits until being pressed before exiting. This can be useful when run as the initial client from xdm or xinit. - -- Christian "naddy" Weisgerber - naddy@mips.inka.de |