diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-07-07 20:46:06 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-07-07 20:46:06 +0000 |
commit | 3a814f0b2b7e128f76bdcaa6c11dbd20dd10caa7 (patch) | |
tree | 5c04cb8ba99f65c970d3dae07f5020b057e80a3f /databases/dbf2mysql | |
parent | 7879264d29ab2a706345ab21de9f9cd3139efc7a (diff) | |
download | FreeBSD-ports-3a814f0b2b7e128f76bdcaa6c11dbd20dd10caa7.zip FreeBSD-ports-3a814f0b2b7e128f76bdcaa6c11dbd20dd10caa7.tar.gz |
Update MASTER_SITES
Update my email address
Diffstat (limited to 'databases/dbf2mysql')
-rw-r--r-- | databases/dbf2mysql/Makefile | 4 | ||||
-rw-r--r-- | databases/dbf2mysql/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/databases/dbf2mysql/Makefile b/databases/dbf2mysql/Makefile index d6c56bd..812d1b7 100644 --- a/databases/dbf2mysql/Makefile +++ b/databases/dbf2mysql/Makefile @@ -8,10 +8,10 @@ PORTNAME= dbf2mysql PORTVERSION= 1.13 CATEGORIES= databases -MASTER_SITES= http://www.mysql.com/Contrib/ +MASTER_SITES= http://www.mysql.net/Downloads/Contrib/ EXTRACT_SUFX= .tgz -MAINTAINER=jedgar@fxp.org +MAINTAINER= jedgar@FreeBSD.org LIB_DEPENDS= mysqlclient.6:${PORTSDIR}/databases/mysql322-client diff --git a/databases/dbf2mysql/pkg-descr b/databases/dbf2mysql/pkg-descr index 7f51847..c7c98c4 100644 --- a/databases/dbf2mysql/pkg-descr +++ b/databases/dbf2mysql/pkg-descr @@ -4,4 +4,4 @@ dbf2mysql: converts a .dbf to a MySQL table mysql2dbf: converts a MySQL table to a .dbf file - Chris D. Faulhaber -jedgar@fxp.org + <jedgar@FreeBSD.org> |