diff options
author | mandree <mandree@FreeBSD.org> | 2010-06-13 19:57:36 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2010-06-13 19:57:36 +0800 |
commit | c07a04f1ebd44c2e21da8b57a791a0c4ec481cd2 (patch) | |
tree | 1a5c5a34097822a67d11c3c8836a93e793a08e87 | |
parent | d3443ad1a8a70b28dbccddae1be8d00d60ee58c8 (diff) | |
download | freebsd-ports-gnome-c07a04f1ebd44c2e21da8b57a791a0c4ec481cd2.tar.gz freebsd-ports-gnome-c07a04f1ebd44c2e21da8b57a791a0c4ec481cd2.tar.zst freebsd-ports-gnome-c07a04f1ebd44c2e21da8b57a791a0c4ec481cd2.zip |
Switch MAINTAINER line to FreeBSD address.
Approved by: garga (mentor, implicit)
-rw-r--r-- | archivers/lzo/Makefile | 2 | ||||
-rw-r--r-- | archivers/lzo2/Makefile | 2 | ||||
-rw-r--r-- | archivers/lzop/Makefile | 2 | ||||
-rw-r--r-- | audio/squash/Makefile | 2 | ||||
-rw-r--r-- | databases/db3/Makefile | 2 | ||||
-rw-r--r-- | databases/db4/Makefile | 2 | ||||
-rw-r--r-- | databases/db41/Makefile | 2 | ||||
-rw-r--r-- | databases/db42-nocrypto/Makefile | 2 | ||||
-rw-r--r-- | databases/db42/Makefile | 2 | ||||
-rw-r--r-- | databases/db43/Makefile | 2 | ||||
-rw-r--r-- | databases/db44/Makefile | 2 | ||||
-rw-r--r-- | devel/cvschk/Makefile | 2 | ||||
-rw-r--r-- | ftp/ftpcopy/Makefile | 2 | ||||
-rw-r--r-- | mail/bogofilter-sqlite/Makefile | 2 | ||||
-rw-r--r-- | mail/bogofilter-tc/Makefile | 2 | ||||
-rw-r--r-- | net/cvsupchk/Makefile | 2 | ||||
-rw-r--r-- | net/rp-pppoe/Makefile | 2 | ||||
-rw-r--r-- | news/leafnode/Makefile | 2 | ||||
-rw-r--r-- | security/openvpn20/Makefile | 2 |
19 files changed, 19 insertions, 19 deletions
diff --git a/archivers/lzo/Makefile b/archivers/lzo/Makefile index d7a8807bbe01..ca7adf4b1c3f 100644 --- a/archivers/lzo/Makefile +++ b/archivers/lzo/Makefile @@ -13,7 +13,7 @@ CATEGORIES= archivers devel MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/LZO-v1/ MASTER_SITE_SUBDIR= libs/compression -MAINTAINER= matthias.andree@gmx.de +MAINTAINER= mandree@FreeBSD.org COMMENT= Portable speedy, lossless data compression library USE_AUTOTOOLS= libtool:22 diff --git a/archivers/lzo2/Makefile b/archivers/lzo2/Makefile index 3a7407165779..28e5210de585 100644 --- a/archivers/lzo2/Makefile +++ b/archivers/lzo2/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/ \ MASTER_SITE_SUBDIR= libs/compression DISTNAME= lzo-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} -MAINTAINER= matthias.andree@gmx.de +MAINTAINER= mandree@FreeBSD.org COMMENT= Portable speedy, lossless data compression library USE_AUTOTOOLS= libtool:22 diff --git a/archivers/lzop/Makefile b/archivers/lzop/Makefile index cb5541ae316c..fdfe6bbe259a 100644 --- a/archivers/lzop/Makefile +++ b/archivers/lzop/Makefile @@ -10,7 +10,7 @@ DISTVERSION= 1.02rc1 CATEGORIES= archivers MASTER_SITES= http://www.lzop.org/download/ -MAINTAINER= matthias.andree@gmx.de +MAINTAINER= mandree@FreeBSD.org COMMENT= Fast file compressor similar to gzip, using the LZO library # prefer lzo2 if it is already installed or if no lzo is installed. diff --git a/audio/squash/Makefile b/audio/squash/Makefile index d9c29da5448c..2de64475e621 100644 --- a/audio/squash/Makefile +++ b/audio/squash/Makefile @@ -11,7 +11,7 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= matthias.andree@gmx.de +MAINTAINER= mandree@FreeBSD.org COMMENT= Learning console-based MP3/OGG player LIB_DEPENDS+= FLAC.10:${PORTSDIR}/audio/flac \ diff --git a/databases/db3/Makefile b/databases/db3/Makefile index 66ffc336406d..46c81dda6217 100644 --- a/databases/db3/Makefile +++ b/databases/db3/Makefile @@ -20,7 +20,7 @@ PATCH_SITES= http://www.oracle.com/technology/products/berkeley-db/db/update/${P PATCHFILES= patch.${PORTVERSION}.1 patch.${PORTVERSION}.2 PATCH_DIST_STRIP= -d ${WRKDIR}/${DISTNAME} -MAINTAINER= matthias.andree@gmx.de +MAINTAINER= mandree@FreeBSD.org COMMENT= The Berkeley DB package, revision 3.3 WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix diff --git a/databases/db4/Makefile b/databases/db4/Makefile index f7c3449d4813..ec058c26ec7e 100644 --- a/databases/db4/Makefile +++ b/databases/db4/Makefile @@ -16,7 +16,7 @@ MASTER_SITES= http://download-uk.oracle.com/berkeley-db/ \ DISTNAME= db-${PORTVERSION} DIST_SUBDIR= bdb -MAINTAINER= matthias.andree@gmx.de +MAINTAINER= mandree@FreeBSD.org COMMENT= The Berkeley DB package, revision 4 WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix diff --git a/databases/db41/Makefile b/databases/db41/Makefile index 22771c94363e..b8151ad803fd 100644 --- a/databases/db41/Makefile +++ b/databases/db41/Makefile @@ -20,7 +20,7 @@ PATCH_SITES= http://www.oracle.com/technology/products/berkeley-db/db/update/${P PATCHFILES= patch.${PORTVERSION}.1 patch.${PORTVERSION}.2 patch.${PORTVERSION}.3 PATCH_DIST_STRIP= -d ${WRKDIR}/${DISTNAME} -MAINTAINER= matthias.andree@gmx.de +MAINTAINER= mandree@FreeBSD.org COMMENT= The Berkeley DB package, revision 4.1 WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix diff --git a/databases/db42-nocrypto/Makefile b/databases/db42-nocrypto/Makefile index e875167587b9..1e10d72567f0 100644 --- a/databases/db42-nocrypto/Makefile +++ b/databases/db42-nocrypto/Makefile @@ -8,7 +8,7 @@ PKGNAMESUFFIX= -nocrypto DISTNAME= db-${PORTVERSION}.NC -MAINTAINER= matthias.andree@gmx.de +MAINTAINER= mandree@FreeBSD.org MASTERDIR= ${.CURDIR}/../db42 MD5_FILE= ${.CURDIR}/distinfo diff --git a/databases/db42/Makefile b/databases/db42/Makefile index 78607c0a104d..26d456077d9b 100644 --- a/databases/db42/Makefile +++ b/databases/db42/Makefile @@ -15,7 +15,7 @@ PATCHFILES= patch.${PORTVERSION}.1 patch.${PORTVERSION}.2 \ patch.${PORTVERSION}.3 patch.${PORTVERSION}.4 \ patch.${PORTVERSION}.5 -MAINTAINER= matthias.andree@gmx.de +MAINTAINER= mandree@FreeBSD.org COMMENT= The Berkeley DB package, revision 4.2 MASTERDIR?= ${.CURDIR} diff --git a/databases/db43/Makefile b/databases/db43/Makefile index d60761275062..a36dcd8a23e9 100644 --- a/databases/db43/Makefile +++ b/databases/db43/Makefile @@ -19,7 +19,7 @@ PATCH_SITES= http://www.oracle.com/technology/products/berkeley-db/db/update/${P PATCHFILES= patch.${PORTVERSION}.1 PATCH_DIST_STRIP= -d .. -MAINTAINER= matthias.andree@gmx.de +MAINTAINER= mandree@FreeBSD.org COMMENT= The Berkeley DB package, revision 4.3 WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix diff --git a/databases/db44/Makefile b/databases/db44/Makefile index 8525e6c68f72..d62c982ce940 100644 --- a/databases/db44/Makefile +++ b/databases/db44/Makefile @@ -31,7 +31,7 @@ PATCH_DIST_STRIP= -d .. # Fix a bug where cache buffer retrieval could race with a checkpoint # call, potentially causing database environment recovery to fail. [#14657] -MAINTAINER= matthias.andree@gmx.de +MAINTAINER= mandree@FreeBSD.org COMMENT= The Berkeley DB package, revision 4.4 WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix diff --git a/devel/cvschk/Makefile b/devel/cvschk/Makefile index 4f7a1848d1c6..0b0925a410dc 100644 --- a/devel/cvschk/Makefile +++ b/devel/cvschk/Makefile @@ -13,7 +13,7 @@ DISTNAME= cvschk EXTRACT_SUFX= EXTRACT_ONLY= -MAINTAINER= matthias.andree@gmx.de +MAINTAINER= mandree@FreeBSD.org COMMENT= Quick offline checker for CVS modifications USE_PERL5_RUN= yes diff --git a/ftp/ftpcopy/Makefile b/ftp/ftpcopy/Makefile index 63dc46d24596..938b85430649 100644 --- a/ftp/ftpcopy/Makefile +++ b/ftp/ftpcopy/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.6.7 CATEGORIES= ftp ipv6 MASTER_SITES= http://www.ohse.de/uwe/ftpcopy/ -MAINTAINER= matthias.andree@gmx.de +MAINTAINER= mandree@FreeBSD.org COMMENT= Command line ftp tools for listing and mirroring USE_PERL5_BUILD= yes diff --git a/mail/bogofilter-sqlite/Makefile b/mail/bogofilter-sqlite/Makefile index 7e9a089d3cd7..0d2fe30a47d4 100644 --- a/mail/bogofilter-sqlite/Makefile +++ b/mail/bogofilter-sqlite/Makefile @@ -10,7 +10,7 @@ PORTREVISION= 0 CATEGORIES= mail PKGNAMESUFFIX= -sqlite -MAINTAINER= matthias.andree@gmx.de +MAINTAINER= mandree@FreeBSD.org USE_SQLITE= 3 diff --git a/mail/bogofilter-tc/Makefile b/mail/bogofilter-tc/Makefile index 8dbc7bcc8842..930535f24ec6 100644 --- a/mail/bogofilter-tc/Makefile +++ b/mail/bogofilter-tc/Makefile @@ -10,7 +10,7 @@ PORTREVISION= 0 CATEGORIES= mail PKGNAMESUFFIX= -tc -MAINTAINER= matthias.andree@gmx.de +MAINTAINER= mandree@FreeBSD.org # Blanket approval for changes by Zach Thompson (address above) LIB_DEPENDS= tokyocabinet.9:${PORTSDIR}/databases/tokyocabinet diff --git a/net/cvsupchk/Makefile b/net/cvsupchk/Makefile index f9d3484ae288..70f9488e4680 100644 --- a/net/cvsupchk/Makefile +++ b/net/cvsupchk/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 2 CATEGORIES= net DISTFILES= -MAINTAINER= matthias.andree@gmx.de +MAINTAINER= mandree@FreeBSD.org COMMENT= Check a CVSup directory hierarchy against the checkouts file EXTRACT_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/cvsup:extract diff --git a/net/rp-pppoe/Makefile b/net/rp-pppoe/Makefile index 64adf12e2623..043480a2cb9d 100644 --- a/net/rp-pppoe/Makefile +++ b/net/rp-pppoe/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 3.8 CATEGORIES= net MASTER_SITES= http://www.roaringpenguin.com/files/download/ -MAINTAINER= matthias.andree@gmx.de +MAINTAINER= mandree@FreeBSD.org COMMENT= The popular Roaring Penguin's PPPoE software GNU_CONFIGURE= yes diff --git a/news/leafnode/Makefile b/news/leafnode/Makefile index 470714cc20e2..8a7975b08afc 100644 --- a/news/leafnode/Makefile +++ b/news/leafnode/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= SF \ #MASTER_SITES= http://www.dt.e-technik.uni-dortmund.de/~ma/${PORTNAME}/ \ # http://homepages.uni-paderborn.de/mandree/ -MAINTAINER= matthias.andree@gmx.de +MAINTAINER= mandree@FreeBSD.org COMMENT= NNTP package for offline news caching and reading LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre diff --git a/security/openvpn20/Makefile b/security/openvpn20/Makefile index 2c659a637367..41f3c69fc2e4 100644 --- a/security/openvpn20/Makefile +++ b/security/openvpn20/Makefile @@ -12,7 +12,7 @@ CATEGORIES= security net # so just one MASTER_SITES entry should be OK. MASTER_SITES= http://openvpn.net/release/ -MAINTAINER= matthias.andree@gmx.de +MAINTAINER= mandree@FreeBSD.org COMMENT= Secure IP/Ethernet tunnel daemon LATEST_LINK= openvpn20 |