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 /databases | |
parent | d3443ad1a8a70b28dbccddae1be8d00d60ee58c8 (diff) | |
download | freebsd-ports-graphics-c07a04f1ebd44c2e21da8b57a791a0c4ec481cd2.tar.gz freebsd-ports-graphics-c07a04f1ebd44c2e21da8b57a791a0c4ec481cd2.tar.zst freebsd-ports-graphics-c07a04f1ebd44c2e21da8b57a791a0c4ec481cd2.zip |
Switch MAINTAINER line to FreeBSD address.
Approved by: garga (mentor, implicit)
Diffstat (limited to 'databases')
-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 |
7 files changed, 7 insertions, 7 deletions
diff --git a/databases/db3/Makefile b/databases/db3/Makefile index 66ffc336406..46c81dda621 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 f7c3449d481..ec058c26ec7 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 22771c94363..b8151ad803f 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 e875167587b..1e10d72567f 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 78607c0a104..26d456077d9 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 d6076127506..a36dcd8a23e 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 8525e6c68f7..d62c982ce94 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 |