diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-14 16:00:40 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-14 16:00:40 +0000 |
commit | 08201203ee31e3dceaf2e60b9ac106f23386e4ac (patch) | |
tree | 65b015527fb454cbd5e2dfc63e152eb6de123313 /databases | |
parent | 12ef1514892aae73ac2e5545816a77e2b1b81f24 (diff) | |
download | pkgsrc-08201203ee31e3dceaf2e60b9ac106f23386e4ac.tar.gz |
Drop maintainership for packages that I no longer have time to maintain.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/iodbc/Makefile | 4 | ||||
-rw-r--r-- | databases/openldap/Makefile | 4 | ||||
-rw-r--r-- | databases/postgresql80/Makefile.common | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/databases/iodbc/Makefile b/databases/iodbc/Makefile index 21fd472cb5f..0e6fd6752fb 100644 --- a/databases/iodbc/Makefile +++ b/databases/iodbc/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.12 2005/12/30 21:03:59 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2006/03/14 16:00:40 jlam Exp $ DISTNAME= libiodbc-3.52.3 PKGNAME= ${DISTNAME:S/^lib//} CATEGORIES= databases MASTER_SITES= http://www.iodbc.org/downloads/iODBC/ -MAINTAINER= jlam@pkgsrc.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.iodbc.org/ COMMENT= ODBC 2.x driver manager diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile index f0a12c06e67..562149c91be 100644 --- a/databases/openldap/Makefile +++ b/databases/openldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.108 2006/01/06 15:10:02 wiz Exp $ +# $NetBSD: Makefile,v 1.109 2006/03/14 16:00:40 jlam 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= jlam@pkgsrc.org +MAINTAINER= pkgsrc-users@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 26f8e7737de..8ce1ae96949 100644 --- a/databases/postgresql80/Makefile.common +++ b/databases/postgresql80/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.17 2006/03/08 02:29:06 grant Exp $ +# $NetBSD: Makefile.common,v 1.18 2006/03/14 16:00:40 jlam 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?= jlam@pkgsrc.org +MAINTAINER?= pkgsrc-users@NetBSD.org HOMEPAGE?= http://www.postgresql.org/ CONFLICTS+= postgresql-[0-9]* postgresql73-* postgresql74-* postgresql81-* |