diff options
author | mnag <mnag@FreeBSD.org> | 2005-09-17 01:58:32 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-09-17 01:58:32 +0800 |
commit | 3c104d1ac67aae3019c66948171410b8124263c4 (patch) | |
tree | 9005b30995df8ba24e64dedb608df8632b74a1d6 /databases | |
parent | 1e05c4a514df9cd80a962acb5b2c8d067255ccab (diff) | |
download | freebsd-ports-gnome-3c104d1ac67aae3019c66948171410b8124263c4.tar.gz freebsd-ports-gnome-3c104d1ac67aae3019c66948171410b8124263c4.tar.zst freebsd-ports-gnome-3c104d1ac67aae3019c66948171410b8124263c4.zip |
Update my email
Approved by: pav (mentor)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/pecl-sqlite/Makefile | 2 | ||||
-rw-r--r-- | databases/py-MySQLdb-devel/Makefile | 2 | ||||
-rw-r--r-- | databases/py-MySQLdb/Makefile | 2 | ||||
-rw-r--r-- | databases/py-PySQLite10/Makefile | 2 | ||||
-rw-r--r-- | databases/py-PySQLite10/pkg-descr | 2 | ||||
-rw-r--r-- | databases/py-PySQLite11/Makefile | 2 | ||||
-rw-r--r-- | databases/py-PySQLite11/pkg-descr | 2 | ||||
-rw-r--r-- | databases/py-PySQLite2/Makefile | 2 | ||||
-rw-r--r-- | databases/py-PySQLite2/pkg-descr | 2 | ||||
-rw-r--r-- | databases/py-pysqlite20/Makefile | 2 | ||||
-rw-r--r-- | databases/py-pysqlite20/pkg-descr | 2 | ||||
-rw-r--r-- | databases/py-pysqlite21/Makefile | 2 | ||||
-rw-r--r-- | databases/py-pysqlite21/pkg-descr | 2 | ||||
-rw-r--r-- | databases/py-pysqlite22/Makefile | 2 | ||||
-rw-r--r-- | databases/py-pysqlite22/pkg-descr | 2 | ||||
-rw-r--r-- | databases/py-pysqlite23/Makefile | 2 | ||||
-rw-r--r-- | databases/py-pysqlite23/pkg-descr | 2 | ||||
-rw-r--r-- | databases/sqlite2/Makefile | 2 | ||||
-rw-r--r-- | databases/tinycdb/Makefile | 2 |
19 files changed, 19 insertions, 19 deletions
diff --git a/databases/pecl-sqlite/Makefile b/databases/pecl-sqlite/Makefile index c55c6b3e3803..a9fdf1e197e7 100644 --- a/databases/pecl-sqlite/Makefile +++ b/databases/pecl-sqlite/Makefile @@ -14,7 +14,7 @@ DISTNAME= SQLite-${PORTVERSION} EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL -MAINTAINER= marcus@corp.grupos.com.br +MAINTAINER= mnag@FreeBSD.org COMMENT= PECL classes to access sqlite databases WRKSRC= ${WRKDIR}/SQLite-${PORTVERSION} diff --git a/databases/py-MySQLdb-devel/Makefile b/databases/py-MySQLdb-devel/Makefile index 290512058660..5c44f718111a 100644 --- a/databases/py-MySQLdb-devel/Makefile +++ b/databases/py-MySQLdb-devel/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= -devel DISTNAME= MySQL-python-${DISTVERSION} -MAINTAINER= marcus@corp.grupos.com.br +MAINTAINER= mnag@FreeBSD.org COMMENT= Access a MySQL database through Python USE_PYTHON= 2.2+ diff --git a/databases/py-MySQLdb/Makefile b/databases/py-MySQLdb/Makefile index fd1430fff038..866bb79ac3b7 100644 --- a/databases/py-MySQLdb/Makefile +++ b/databases/py-MySQLdb/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= mysql-python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= MySQL-python-${PORTVERSION} -MAINTAINER= marcus@corp.grupos.com.br +MAINTAINER= mnag@FreeBSD.org COMMENT= Access a MySQL database through Python USE_PYTHON= yes diff --git a/databases/py-PySQLite10/Makefile b/databases/py-PySQLite10/Makefile index 47a239efe443..aa89a9c37f75 100644 --- a/databases/py-PySQLite10/Makefile +++ b/databases/py-PySQLite10/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= pysqlite PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pysqlite-${PORTVERSION} -MAINTAINER= marcus@corp.grupos.com.br +MAINTAINER= mnag@FreeBSD.org COMMENT= A DB-API v2 Python library for the SQLite 2 embedded SQL engine LIB_DEPENDS= sqlite.2:${PORTSDIR}/databases/sqlite2 diff --git a/databases/py-PySQLite10/pkg-descr b/databases/py-PySQLite10/pkg-descr index 835fe0b78b73..c1bc2076be10 100644 --- a/databases/py-PySQLite10/pkg-descr +++ b/databases/py-PySQLite10/pkg-descr @@ -6,4 +6,4 @@ transactions and triggers. WWW: http://pysqlite.org -Marcus Grando <marcus@corp.grupos.com.br> +Marcus Alves Grando <mnag@FreeBSD.org> diff --git a/databases/py-PySQLite11/Makefile b/databases/py-PySQLite11/Makefile index d2f415439945..e8124c3b1d24 100644 --- a/databases/py-PySQLite11/Makefile +++ b/databases/py-PySQLite11/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= pysqlite PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pysqlite-${PORTVERSION} -MAINTAINER= marcus@corp.grupos.com.br +MAINTAINER= mnag@FreeBSD.org COMMENT= A DB-API v2 Python library for the SQLite 3 embedded SQL engine LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 diff --git a/databases/py-PySQLite11/pkg-descr b/databases/py-PySQLite11/pkg-descr index cae4fe8c0b61..5aaec324c4e9 100644 --- a/databases/py-PySQLite11/pkg-descr +++ b/databases/py-PySQLite11/pkg-descr @@ -6,4 +6,4 @@ transactions and triggers. WWW: http://pysqlite.org -Marcus Grando <marcus@corp.grupos.com.br> +Marcus Alves Grando <mnag@FreeBSD.org> diff --git a/databases/py-PySQLite2/Makefile b/databases/py-PySQLite2/Makefile index c2c439290bce..c6e7a80fc462 100644 --- a/databases/py-PySQLite2/Makefile +++ b/databases/py-PySQLite2/Makefile @@ -11,7 +11,7 @@ CATEGORIES= databases python MASTER_SITES= http://initd.org/pub/software/pysqlite/releases/2.0/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= marcus@corp.grupos.com.br +MAINTAINER= mnag@FreeBSD.org COMMENT= A DB-API v2 Python library for the SQLite 3 embedded SQL engine LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 diff --git a/databases/py-PySQLite2/pkg-descr b/databases/py-PySQLite2/pkg-descr index cae4fe8c0b61..5aaec324c4e9 100644 --- a/databases/py-PySQLite2/pkg-descr +++ b/databases/py-PySQLite2/pkg-descr @@ -6,4 +6,4 @@ transactions and triggers. WWW: http://pysqlite.org -Marcus Grando <marcus@corp.grupos.com.br> +Marcus Alves Grando <mnag@FreeBSD.org> diff --git a/databases/py-pysqlite20/Makefile b/databases/py-pysqlite20/Makefile index c2c439290bce..c6e7a80fc462 100644 --- a/databases/py-pysqlite20/Makefile +++ b/databases/py-pysqlite20/Makefile @@ -11,7 +11,7 @@ CATEGORIES= databases python MASTER_SITES= http://initd.org/pub/software/pysqlite/releases/2.0/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= marcus@corp.grupos.com.br +MAINTAINER= mnag@FreeBSD.org COMMENT= A DB-API v2 Python library for the SQLite 3 embedded SQL engine LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 diff --git a/databases/py-pysqlite20/pkg-descr b/databases/py-pysqlite20/pkg-descr index cae4fe8c0b61..5aaec324c4e9 100644 --- a/databases/py-pysqlite20/pkg-descr +++ b/databases/py-pysqlite20/pkg-descr @@ -6,4 +6,4 @@ transactions and triggers. WWW: http://pysqlite.org -Marcus Grando <marcus@corp.grupos.com.br> +Marcus Alves Grando <mnag@FreeBSD.org> diff --git a/databases/py-pysqlite21/Makefile b/databases/py-pysqlite21/Makefile index c2c439290bce..c6e7a80fc462 100644 --- a/databases/py-pysqlite21/Makefile +++ b/databases/py-pysqlite21/Makefile @@ -11,7 +11,7 @@ CATEGORIES= databases python MASTER_SITES= http://initd.org/pub/software/pysqlite/releases/2.0/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= marcus@corp.grupos.com.br +MAINTAINER= mnag@FreeBSD.org COMMENT= A DB-API v2 Python library for the SQLite 3 embedded SQL engine LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 diff --git a/databases/py-pysqlite21/pkg-descr b/databases/py-pysqlite21/pkg-descr index cae4fe8c0b61..5aaec324c4e9 100644 --- a/databases/py-pysqlite21/pkg-descr +++ b/databases/py-pysqlite21/pkg-descr @@ -6,4 +6,4 @@ transactions and triggers. WWW: http://pysqlite.org -Marcus Grando <marcus@corp.grupos.com.br> +Marcus Alves Grando <mnag@FreeBSD.org> diff --git a/databases/py-pysqlite22/Makefile b/databases/py-pysqlite22/Makefile index c2c439290bce..c6e7a80fc462 100644 --- a/databases/py-pysqlite22/Makefile +++ b/databases/py-pysqlite22/Makefile @@ -11,7 +11,7 @@ CATEGORIES= databases python MASTER_SITES= http://initd.org/pub/software/pysqlite/releases/2.0/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= marcus@corp.grupos.com.br +MAINTAINER= mnag@FreeBSD.org COMMENT= A DB-API v2 Python library for the SQLite 3 embedded SQL engine LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 diff --git a/databases/py-pysqlite22/pkg-descr b/databases/py-pysqlite22/pkg-descr index cae4fe8c0b61..5aaec324c4e9 100644 --- a/databases/py-pysqlite22/pkg-descr +++ b/databases/py-pysqlite22/pkg-descr @@ -6,4 +6,4 @@ transactions and triggers. WWW: http://pysqlite.org -Marcus Grando <marcus@corp.grupos.com.br> +Marcus Alves Grando <mnag@FreeBSD.org> diff --git a/databases/py-pysqlite23/Makefile b/databases/py-pysqlite23/Makefile index c2c439290bce..c6e7a80fc462 100644 --- a/databases/py-pysqlite23/Makefile +++ b/databases/py-pysqlite23/Makefile @@ -11,7 +11,7 @@ CATEGORIES= databases python MASTER_SITES= http://initd.org/pub/software/pysqlite/releases/2.0/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= marcus@corp.grupos.com.br +MAINTAINER= mnag@FreeBSD.org COMMENT= A DB-API v2 Python library for the SQLite 3 embedded SQL engine LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 diff --git a/databases/py-pysqlite23/pkg-descr b/databases/py-pysqlite23/pkg-descr index cae4fe8c0b61..5aaec324c4e9 100644 --- a/databases/py-pysqlite23/pkg-descr +++ b/databases/py-pysqlite23/pkg-descr @@ -6,4 +6,4 @@ transactions and triggers. WWW: http://pysqlite.org -Marcus Grando <marcus@corp.grupos.com.br> +Marcus Alves Grando <mnag@FreeBSD.org> diff --git a/databases/sqlite2/Makefile b/databases/sqlite2/Makefile index 0980467a85da..4c7cde4a911d 100644 --- a/databases/sqlite2/Makefile +++ b/databases/sqlite2/Makefile @@ -16,7 +16,7 @@ PORTVERSION= 2.8.16 CATEGORIES= databases MASTER_SITES= http://www.sqlite.org/ -MAINTAINER= marcus@corp.grupos.com.br +MAINTAINER= mnag@FreeBSD.org COMMENT= An SQL database engine in a C library w/ Tcl wrapper DOCSDIR= ${PREFIX}/share/doc/sqlite2 diff --git a/databases/tinycdb/Makefile b/databases/tinycdb/Makefile index bc5e80c00411..98a79c95da17 100644 --- a/databases/tinycdb/Makefile +++ b/databases/tinycdb/Makefile @@ -11,7 +11,7 @@ PORTVERSION= 0.74 CATEGORIES= databases MASTER_SITES= ftp://ftp.corpit.ru/pub/tinycdb/ -MAINTAINER= marcus@corp.grupos.com.br +MAINTAINER= mnag@FreeBSD.org COMMENT= Analogous to cdb, but faster USE_GMAKE= yes |