diff options
author | jlam <jlam@pkgsrc.org> | 2005-12-17 05:20:21 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-12-17 05:20:21 +0000 |
commit | 2558c0291df89e5ff63ece13913b25a71b8f5dfd (patch) | |
tree | 1c6d7cc54e222e097639139ddc5b482f72d0f643 /databases | |
parent | 2483500823f80d36d0b0f3c200a4ead6d8dc5402 (diff) | |
download | pkgsrc-2558c0291df89e5ff63ece13913b25a71b8f5dfd.tar.gz |
Change my MAINTAINER email address to the one I've been using for
pkgsrc work.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/openldap/Makefile | 4 | ||||
-rw-r--r-- | databases/postgresql80/Makefile.common | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile index ae9f49334f0..573f7fd54c0 100644 --- a/databases/openldap/Makefile +++ b/databases/openldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.104 2005/12/05 20:49:58 rillig Exp $ +# $NetBSD: Makefile,v 1.105 2005/12/17 05:20:21 jlam Exp $ DISTNAME= openldap-2.3.11 PKGREVISION= 1 @@ -7,7 +7,7 @@ CATEGORIES= databases MASTER_SITES= ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/ EXTRACT_SUFX= .tgz -MAINTAINER= jlam@NetBSD.org +MAINTAINER= jlam@pkgsrc.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 c40705c94c3..42429b9e269 100644 --- a/databases/postgresql80/Makefile.common +++ b/databases/postgresql80/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.11 2005/12/05 23:55:05 rillig Exp $ +# $NetBSD: Makefile.common,v 1.12 2005/12/17 05:20:21 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@NetBSD.org +MAINTAINER?= jlam@pkgsrc.org HOMEPAGE?= http://www.postgresql.org/ CONFLICTS+= postgresql-[0-9]* postgresql73-* postgresql74-* |