diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-08-22 23:07:23 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-08-22 23:07:23 +0000 |
commit | 35db8cc37ddedc76463fd58e2e9ab68b5bc2cf59 (patch) | |
tree | e5c63416862c62d8531b3719c8b42aa17e9c2aa8 /databases | |
parent | Depend on the x11-wm/libepplet port for libepplet rather than the (diff) |
Change my email address to petef@FreeBSD.org for the ports I maintain.
Reviewed by: ade
Notes
Notes:
svn path=/head/; revision=46662
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql2pgsql/Makefile | 2 | ||||
-rw-r--r-- | databases/p5-DBIWrapper/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql2pgsql/Makefile b/databases/mysql2pgsql/Makefile index e3ffb32a8a8b..1ec8e9df72b1 100644 --- a/databases/mysql2pgsql/Makefile +++ b/databases/mysql2pgsql/Makefile @@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME} EXTRACT_SUFX= EXTRACT_ONLY= ${PORTNAME} -MAINTAINER= petef@databits.net +MAINTAINER= petef@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg diff --git a/databases/p5-DBIWrapper/Makefile b/databases/p5-DBIWrapper/Makefile index f28cf3007a38..9b6185556a59 100644 --- a/databases/p5-DBIWrapper/Makefile +++ b/databases/p5-DBIWrapper/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= dbiwrapper PKGNAMEPREFIX= p5- DISTNAME= dbi_wrapper-${PORTVERSION} -MAINTAINER= petef@databits.net +MAINTAINER= petef@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS= ${BUILD_DEPENDS} |