summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorjoerg <joerg>2006-03-14 16:23:46 +0000
committerjoerg <joerg>2006-03-14 16:23:46 +0000
commit5404025925a7f472ddda1748baf2c0f4bc358559 (patch)
tree5058e000a3c2a657096ca3650062664647a8d9ea /databases
parent5350be806dca01389fcdf07ddd7a548a95132f14 (diff)
downloadpkgsrc-5404025925a7f472ddda1748baf2c0f4bc358559.tar.gz
Take maintainership.
Diffstat (limited to 'databases')
-rw-r--r--databases/openldap/Makefile4
-rw-r--r--databases/postgresql80/Makefile.common4
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile
index 562149c91be..467b46398bf 100644
--- a/databases/openldap/Makefile
+++ b/databases/openldap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.109 2006/03/14 16:00:40 jlam Exp $
+# $NetBSD: Makefile,v 1.110 2006/03/14 16:23:46 joerg Exp $
DISTNAME= openldap-2.3.11
PKGREVISION= 2
@@ -7,7 +7,7 @@ CATEGORIES= databases
MASTER_SITES= ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/
EXTRACT_SUFX= .tgz
-MAINTAINER= pkgsrc-users@NetBSD.org
+MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://www.OpenLDAP.org/
COMMENT= Lightweight Directory Access Protocol server and client
diff --git a/databases/postgresql80/Makefile.common b/databases/postgresql80/Makefile.common
index 8ce1ae96949..4d38794d05d 100644
--- a/databases/postgresql80/Makefile.common
+++ b/databases/postgresql80/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2006/03/14 16:00:40 jlam Exp $
+# $NetBSD: Makefile.common,v 1.19 2006/03/14 16:23:46 joerg Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -16,7 +16,7 @@ CATEGORIES+= databases
MASTER_SITES?= ${PGSQL_MIRRORS:=source/v${DIST_VERS}/}
EXTRACT_SUFX= .tar.bz2
-MAINTAINER?= pkgsrc-users@NetBSD.org
+MAINTAINER?= joerg@NetBSD.org
HOMEPAGE?= http://www.postgresql.org/
CONFLICTS+= postgresql-[0-9]* postgresql73-* postgresql74-* postgresql81-*