diff options
author | Martin Matuska <mm@FreeBSD.org> | 2011-08-09 15:41:30 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2011-08-09 15:41:30 +0000 |
commit | 3f502c3647c42b01715e31425656b58b2d384a26 (patch) | |
tree | e76c6453c9cca3008d854f2dfa4b4ecf72b7dc77 /databases | |
parent | 67f3974b175fa5d286cb9326054d297716aae521 (diff) |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/aolserver-nsmysql/Makefile | 2 | ||||
-rw-r--r-- | databases/aolserver-nspostgres/Makefile | 2 | ||||
-rw-r--r-- | databases/luasql-mysql/Makefile | 2 | ||||
-rw-r--r-- | databases/luasql-postgres/Makefile | 2 | ||||
-rw-r--r-- | databases/luasql-sqlite3/Makefile | 2 | ||||
-rw-r--r-- | databases/metakit/Makefile | 2 | ||||
-rw-r--r-- | databases/mysql-udf/Makefile | 2 |
7 files changed, 5 insertions, 9 deletions
diff --git a/databases/aolserver-nsmysql/Makefile b/databases/aolserver-nsmysql/Makefile index b96790ac4234..3f97707a51eb 100644 --- a/databases/aolserver-nsmysql/Makefile +++ b/databases/aolserver-nsmysql/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= aolserver- DISTNAME= nsmysql_v1 DIST_SUBDIR= aolserver -MAINTAINER= mm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Internal MySQL database driver for AOLserver AOLSERVERBASE?= aolserver diff --git a/databases/aolserver-nspostgres/Makefile b/databases/aolserver-nspostgres/Makefile index 4297bf03e448..fe2875787b1d 100644 --- a/databases/aolserver-nspostgres/Makefile +++ b/databases/aolserver-nspostgres/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= SF/aolserver/${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= aolserver- DIST_SUBDIR= aolserver -MAINTAINER= mm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Internal PostgreSQL driver for AOLserver LICENSE= MPL diff --git a/databases/luasql-mysql/Makefile b/databases/luasql-mysql/Makefile index 548f9eb54199..dcb05d89c4b1 100644 --- a/databases/luasql-mysql/Makefile +++ b/databases/luasql-mysql/Makefile @@ -12,7 +12,7 @@ CATEGORIES= databases MASTER_SITES= http://luaforge.net/frs/download.php/${DISTFILE_REV}/ PKGNAMESUFFIX= -${LUASQL_DRIVER} -MAINTAINER= mm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT?= LuaSQL driver LICENSE= MIT diff --git a/databases/luasql-postgres/Makefile b/databases/luasql-postgres/Makefile index cbce12cf1323..367cf3449ca7 100644 --- a/databases/luasql-postgres/Makefile +++ b/databases/luasql-postgres/Makefile @@ -7,8 +7,6 @@ PORTNAME= luasql -MAINTAINER= mm@FreeBSD.org - LUASQL_DRIVER= postgres MASTERDIR= ${.CURDIR}/../luasql-mysql diff --git a/databases/luasql-sqlite3/Makefile b/databases/luasql-sqlite3/Makefile index d59b9d408c9f..c3e13e495f91 100644 --- a/databases/luasql-sqlite3/Makefile +++ b/databases/luasql-sqlite3/Makefile @@ -7,8 +7,6 @@ PORTNAME= luasql -MAINTAINER= mm@FreeBSD.org - LUASQL_DRIVER= sqlite3 MASTERDIR= ${.CURDIR}/../luasql-mysql diff --git a/databases/metakit/Makefile b/databases/metakit/Makefile index 5172d464ec5f..31d9472537a3 100644 --- a/databases/metakit/Makefile +++ b/databases/metakit/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://www.equi4.com/pub/mk/ -MAINTAINER= mm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= C++ embedded database engine, supports Python and Tcl LICENSE= MIT diff --git a/databases/mysql-udf/Makefile b/databases/mysql-udf/Makefile index 499e58d639f2..116467f7bf47 100644 --- a/databases/mysql-udf/Makefile +++ b/databases/mysql-udf/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} -MAINTAINER= mm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Set of user-defined functions for the MySQL server WRKSRC= ${WRKDIR}/${PORTNAME} |