summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/kmysqladmin/Makefile4
-rw-r--r--databases/libdbi-driver-mysql/Makefile4
-rw-r--r--databases/libgda-mysql/Makefile4
-rw-r--r--databases/myodbc/Makefile3
-rw-r--r--databases/p5-DBD-mysql/Makefile4
-rw-r--r--databases/php-mysql/Makefile3
-rw-r--r--databases/php-mysqli/Makefile3
-rw-r--r--databases/php-pdo_mysql/Makefile3
-rw-r--r--databases/py-mysqldb/Makefile3
-rw-r--r--databases/ruby-mysql/Makefile3
-rw-r--r--databases/tcl-fbsql/Makefile4
-rw-r--r--databases/xsqlmenu/Makefile4
-rw-r--r--mail/dbmail/Makefile3
-rw-r--r--mail/gld/Makefile3
-rw-r--r--mail/perdition-mysql/Makefile3
-rw-r--r--mail/policyd/Makefile3
-rw-r--r--mail/roundcube/Makefile3
-rw-r--r--misc/open2300-mysql/Makefile3
-rw-r--r--net/barnyard/Makefile3
-rw-r--r--net/mydns-mysql/Makefile4
-rw-r--r--net/nagios-plugin-mysql/Makefile4
-rw-r--r--net/powerdns-mysql/Makefile3
-rw-r--r--security/base/Makefile3
-rw-r--r--security/cy2-sql/Makefile3
-rw-r--r--security/libpreludedb-mysql/Makefile4
-rw-r--r--security/pam-mysql/Makefile4
-rw-r--r--www/ap-auth-mysql/Makefile3
-rw-r--r--www/ap2-auth-mysql/Makefile4
-rw-r--r--www/apache-roller/Makefile4
-rw-r--r--x11/qt3-mysql/Makefile4
-rw-r--r--x11/qt4-mysql/Makefile4
31 files changed, 62 insertions, 45 deletions
diff --git a/databases/kmysqladmin/Makefile b/databases/kmysqladmin/Makefile
index 2e16164af93..0d89129dce8 100644
--- a/databases/kmysqladmin/Makefile
+++ b/databases/kmysqladmin/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2010/07/14 11:11:18 sbd Exp $
+# $NetBSD: Makefile,v 1.44 2010/09/30 10:49:16 obache Exp $
DISTNAME= kmysqladmin-0.7.2
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= databases kde
MASTER_SITES= http://www.alwins-world.de/programs/download/kmysqladmin/
diff --git a/databases/libdbi-driver-mysql/Makefile b/databases/libdbi-driver-mysql/Makefile
index a32ed0e2030..a2ec28f7943 100644
--- a/databases/libdbi-driver-mysql/Makefile
+++ b/databases/libdbi-driver-mysql/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2010/03/10 23:55:48 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2010/09/30 10:49:16 obache Exp $
#
.include "../../databases/libdbi/Makefile_drivers"
-PKGREVISION= 1
+PKGREVISION= 2
LICENSE= gnu-lgpl-v2
DRIVER= mysql
diff --git a/databases/libgda-mysql/Makefile b/databases/libgda-mysql/Makefile
index 5c99d141d8a..1f268dd85c4 100644
--- a/databases/libgda-mysql/Makefile
+++ b/databases/libgda-mysql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2009/05/20 01:09:12 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2010/09/30 10:49:16 obache Exp $
#
LIBGDA_PROVIDER= mysql
@@ -6,7 +6,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
.include "../../databases/libgda/Makefile.common"
-PKGREVISION= 1
+PKGREVISION= 2
CONFIGURE_ARGS+= --with-=mysql
.include "../../mk/mysql.buildlink3.mk"
diff --git a/databases/myodbc/Makefile b/databases/myodbc/Makefile
index 2671aa3399e..220556b3750 100644
--- a/databases/myodbc/Makefile
+++ b/databases/myodbc/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.22 2010/05/03 05:03:10 jnemeth Exp $
+# $NetBSD: Makefile,v 1.23 2010/09/30 10:49:14 obache Exp $
#
DISTNAME= mysql-connector-odbc-5.1.6
PKGNAME= ${DISTNAME:S/mysql-connector-odbc/myodbc/}
+PKGREVISION= 1
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_MYSQL:=Connector-ODBC/5.1/}
diff --git a/databases/p5-DBD-mysql/Makefile b/databases/p5-DBD-mysql/Makefile
index 5fbf27615c8..7ce7c6adbb5 100644
--- a/databases/p5-DBD-mysql/Makefile
+++ b/databases/p5-DBD-mysql/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.43 2010/08/31 20:52:30 sno Exp $
+# $NetBSD: Makefile,v 1.44 2010/09/30 10:49:15 obache Exp $
#
DISTNAME= DBD-mysql-4.017
PKGNAME= p5-${DISTNAME}
-#PKGREVISION= 1
+PKGREVISION= 1
SVR4_PKGNAME= p5dmy
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
diff --git a/databases/php-mysql/Makefile b/databases/php-mysql/Makefile
index 1143b557bf6..3a15f364f71 100644
--- a/databases/php-mysql/Makefile
+++ b/databases/php-mysql/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:19 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2010/09/30 10:49:15 obache Exp $
MODNAME= mysql
+PKGREVISION= 1
CATEGORIES+= databases
COMMENT= PHP extension for MySQL databases
diff --git a/databases/php-mysqli/Makefile b/databases/php-mysqli/Makefile
index 8f17c9243ba..65b20d402ac 100644
--- a/databases/php-mysqli/Makefile
+++ b/databases/php-mysqli/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2010/03/16 15:07:26 taca Exp $
+# $NetBSD: Makefile,v 1.2 2010/09/30 10:49:16 obache Exp $
MODNAME= mysqli
+PKGREVISION= 1
CATEGORIES+= databases
COMMENT= PHP5 extension for MySQL 4.1 and later databases
diff --git a/databases/php-pdo_mysql/Makefile b/databases/php-pdo_mysql/Makefile
index 6672e97a5c1..a04fa57a405 100644
--- a/databases/php-pdo_mysql/Makefile
+++ b/databases/php-pdo_mysql/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2010/03/16 11:54:31 taca Exp $
+# $NetBSD: Makefile,v 1.11 2010/09/30 10:49:15 obache Exp $
MODNAME= pdo_mysql
+PKGREVISION= 1
CATEGORIES+= databases
COMMENT= PHP extension for PHP Data Objects (MySQL)
diff --git a/databases/py-mysqldb/Makefile b/databases/py-mysqldb/Makefile
index 23c7743da17..6a545cafcbe 100644
--- a/databases/py-mysqldb/Makefile
+++ b/databases/py-mysqldb/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.31 2010/08/10 08:49:40 tron Exp $
+# $NetBSD: Makefile,v 1.32 2010/09/30 10:49:15 obache Exp $
DISTNAME= MySQL-python-${DIST_VERSION}
PKGNAME= ${PYPKGPREFIX}-mysqldb-${DIST_VERSION:S/c/rc/}
DIST_VERSION= 1.2.3
+PKGREVISION= 1
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mysql-python/}
diff --git a/databases/ruby-mysql/Makefile b/databases/ruby-mysql/Makefile
index 729c675df23..7b633f1a743 100644
--- a/databases/ruby-mysql/Makefile
+++ b/databases/ruby-mysql/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.31 2010/09/10 04:34:12 taca Exp $
+# $NetBSD: Makefile,v 1.32 2010/09/30 10:49:16 obache Exp $
#
DISTNAME= mysql-ruby-2.8.2
PKGNAME= ${RUBY_PKGPREFIX}-mysql-2.8.2
+PKGREVISION= 1
CATEGORIES= databases ruby
MASTER_SITES= http://rubyforge.org/frs/download.php/51087/ \
http://tmtm.org/downloads/mysql/ruby/
diff --git a/databases/tcl-fbsql/Makefile b/databases/tcl-fbsql/Makefile
index dc56d423a69..05260f6dbe6 100644
--- a/databases/tcl-fbsql/Makefile
+++ b/databases/tcl-fbsql/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2009/12/08 10:20:43 joerg Exp $
+# $NetBSD: Makefile,v 1.24 2010/09/30 10:49:15 obache Exp $
DISTNAME= fbsql.c
PKGNAME= tcl-fbsql-1.06
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= databases
MASTER_SITES= http://www.fastbase.co.nz/fbsql/
EXTRACT_SUFX=
diff --git a/databases/xsqlmenu/Makefile b/databases/xsqlmenu/Makefile
index d2796f0ecd7..666d912a6b6 100644
--- a/databases/xsqlmenu/Makefile
+++ b/databases/xsqlmenu/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2010/01/18 09:58:43 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2010/09/30 10:49:16 obache Exp $
#
DISTNAME= xsqlmenu-2.10
-PKGREVISION= 8
+PKGREVISION= 9
CATEGORIES= databases
MASTER_SITES= http://www.jlab.org/~saw/xsqlmenu/
diff --git a/mail/dbmail/Makefile b/mail/dbmail/Makefile
index de347a4ebe3..30800d2963a 100644
--- a/mail/dbmail/Makefile
+++ b/mail/dbmail/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2010/09/09 12:42:27 adam Exp $
+# $NetBSD: Makefile,v 1.26 2010/09/30 10:49:11 obache Exp $
DISTNAME= dbmail-2.2.17
+PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.dbmail.org/download/2.2/
diff --git a/mail/gld/Makefile b/mail/gld/Makefile
index 68b20733af9..1f969fc08bb 100644
--- a/mail/gld/Makefile
+++ b/mail/gld/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.25 2010/02/19 20:04:17 joerg Exp $
+# $NetBSD: Makefile,v 1.26 2010/09/30 10:49:12 obache Exp $
#
DISTNAME= gld-1.7
+PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.gasmi.net/down/
EXTRACT_SUFX= .tgz
diff --git a/mail/perdition-mysql/Makefile b/mail/perdition-mysql/Makefile
index 1a6d825b5de..a8430c73212 100644
--- a/mail/perdition-mysql/Makefile
+++ b/mail/perdition-mysql/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2010/06/02 12:50:04 adam Exp $
+# $NetBSD: Makefile,v 1.6 2010/09/30 10:49:12 obache Exp $
PERDITION_COMMENT= MySQL user database module
PERDITION_PKGNAME= mysql
+PKGREVISION= 1
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/mail/policyd/Makefile b/mail/policyd/Makefile
index 72cbe609e45..f7ba241e6aa 100644
--- a/mail/policyd/Makefile
+++ b/mail/policyd/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2008/01/04 11:55:37 ghen Exp $
+# $NetBSD: Makefile,v 1.4 2010/09/30 10:49:12 obache Exp $
DISTNAME= policyd-1.82
+PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=policyd/}
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile
index 73205f033af..d849fb61a92 100644
--- a/mail/roundcube/Makefile
+++ b/mail/roundcube/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.27 2010/09/23 23:54:40 pettai Exp $
+# $NetBSD: Makefile,v 1.28 2010/09/30 10:49:12 obache Exp $
#
DISTNAME= roundcubemail-${RCVERSION}-dep
PKGNAME= ${DISTNAME:S/mail-${RCVERSION}-dep/-${VERSION}/}
+PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roundcubemail/}
diff --git a/misc/open2300-mysql/Makefile b/misc/open2300-mysql/Makefile
index 8d73eb4f821..78f7eb1990e 100644
--- a/misc/open2300-mysql/Makefile
+++ b/misc/open2300-mysql/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2010/02/05 19:36:16 martin Exp $
+# $NetBSD: Makefile,v 1.12 2010/09/30 10:49:17 obache Exp $
#
PKGNAME= ${DISTNAME:S/-/-mysql-/}
+PKGREVISION= 1
COMMENT= WS 23xx weather station MySQL support
LICENSE= gnu-gpl-v2
diff --git a/net/barnyard/Makefile b/net/barnyard/Makefile
index ed0e65e5bd9..6a50053e701 100644
--- a/net/barnyard/Makefile
+++ b/net/barnyard/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2010/04/18 11:27:12 zafer Exp $
+# $NetBSD: Makefile,v 1.5 2010/09/30 10:49:11 obache Exp $
DISTNAME= barnyard-0.2.0
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=barnyard/}
diff --git a/net/mydns-mysql/Makefile b/net/mydns-mysql/Makefile
index 892404a70c8..99f8f8ea3e3 100644
--- a/net/mydns-mysql/Makefile
+++ b/net/mydns-mysql/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2010/07/01 21:29:33 ghen Exp $
+# $NetBSD: Makefile,v 1.12 2010/09/30 10:49:10 obache Exp $
PKGNAME= ${DISTNAME:S/-/-mysql-/}
-PKGREVISION= 4
+PKGREVISION= 5
COMMENT= MySQL-based DNS server
CONFLICTS= mydns-pgsql-[0-9]*
diff --git a/net/nagios-plugin-mysql/Makefile b/net/nagios-plugin-mysql/Makefile
index ebaf1e603d4..4c6033d1ddd 100644
--- a/net/nagios-plugin-mysql/Makefile
+++ b/net/nagios-plugin-mysql/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2010/01/17 12:02:33 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2010/09/30 10:49:11 obache Exp $
#
PKGNAME= nagios-plugin-mysql-${PLUGINSVERSION}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net sysutils databases
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/net/powerdns-mysql/Makefile b/net/powerdns-mysql/Makefile
index b4a85eb7b74..e57eba7286d 100644
--- a/net/powerdns-mysql/Makefile
+++ b/net/powerdns-mysql/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.5 2008/08/11 14:38:33 ghen Exp $
+# $NetBSD: Makefile,v 1.6 2010/09/30 10:49:11 obache Exp $
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../net/powerdns/Makefile.backend"
PKGNAME= ${DISTNAME:S/pdns/powerdns-mysql/}
+PKGREVISION= 1
COMMENT= MySQL backend module for PowerDNS
CONFIGURE_ARGS+= --with-dynmodules="gmysql"
diff --git a/security/base/Makefile b/security/base/Makefile
index 536c56604e0..88fde4f4f5f 100644
--- a/security/base/Makefile
+++ b/security/base/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.25 2009/07/17 18:00:23 adrianp Exp $
+# $NetBSD: Makefile,v 1.26 2010/09/30 10:49:13 obache Exp $
#
DISTNAME= base-1.4.3.1
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=secureideas/}
diff --git a/security/cy2-sql/Makefile b/security/cy2-sql/Makefile
index b70573bea3c..5e9817ba36e 100644
--- a/security/cy2-sql/Makefile
+++ b/security/cy2-sql/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2008/08/12 10:16:54 obache Exp $
+# $NetBSD: Makefile,v 1.16 2010/09/30 10:49:14 obache Exp $
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-sql/}
+PKGREVISION= 1
COMMENT= Cyrus SASL SQL authentication plugin
SASL_PLUGIN= yes
diff --git a/security/libpreludedb-mysql/Makefile b/security/libpreludedb-mysql/Makefile
index c54ab3b7c09..e12a57cdbaf 100644
--- a/security/libpreludedb-mysql/Makefile
+++ b/security/libpreludedb-mysql/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2009/12/15 22:10:39 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2010/09/30 10:49:14 obache Exp $
#
PKGNAME= libpreludedb-mysql-${VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= MySQL plugin for LibPreludeDB
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/security/pam-mysql/Makefile b/security/pam-mysql/Makefile
index b1ccdcd06d7..ff935459559 100644
--- a/security/pam-mysql/Makefile
+++ b/security/pam-mysql/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2010/01/17 12:02:43 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2010/09/30 10:49:14 obache Exp $
DISTNAME= pam_mysql-0.7RC1
PKGNAME= ${DISTNAME:S/_/-/:S/RC/rc/}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pam-mysql/}
diff --git a/www/ap-auth-mysql/Makefile b/www/ap-auth-mysql/Makefile
index 4c7770d13b8..7085e3c6197 100644
--- a/www/ap-auth-mysql/Makefile
+++ b/www/ap-auth-mysql/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.20 2008/07/27 18:54:21 joerg Exp $
+# $NetBSD: Makefile,v 1.21 2010/09/30 10:49:12 obache Exp $
#
DISTNAME= libapache-mod-auth-mysql_4.3.1
PKGNAME= ${APACHE_PKG_PREFIX}-auth-mysql-4.3.1
+PKGREVISION= 1
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
CATEGORIES= www databases security
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/liba/libapache-mod-auth-mysql/}
diff --git a/www/ap2-auth-mysql/Makefile b/www/ap2-auth-mysql/Makefile
index 7a319a2de7d..1da75d2674d 100644
--- a/www/ap2-auth-mysql/Makefile
+++ b/www/ap2-auth-mysql/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.19 2009/02/24 17:53:03 cube Exp $
+# $NetBSD: Makefile,v 1.20 2010/09/30 10:49:12 obache Exp $
#
DISTNAME= mod_auth_mysql.c
PKGNAME= ${APACHE_PKG_PREFIX}-auth-mysql-1.11.12
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= www databases
MASTER_SITES= ftp://ftp.kcilink.com/pub/
DISTFILES= ${DISTNAME}.gz mysql-group-auth.txt
diff --git a/www/apache-roller/Makefile b/www/apache-roller/Makefile
index a4bf1fd452d..43916685eed 100644
--- a/www/apache-roller/Makefile
+++ b/www/apache-roller/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2009/07/17 18:00:26 adrianp Exp $
+# $NetBSD: Makefile,v 1.5 2010/09/30 10:49:13 obache Exp $
#
DISTNAME= apache-roller-${ROLLER_VER}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_APACHE:=roller/roller-4/v${ROLLER_VER}/bin/}
diff --git a/x11/qt3-mysql/Makefile b/x11/qt3-mysql/Makefile
index e0a5dace64a..63f1c426bc5 100644
--- a/x11/qt3-mysql/Makefile
+++ b/x11/qt3-mysql/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.28 2010/06/13 22:45:50 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2010/09/30 10:49:13 obache Exp $
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../x11/qt3-libs/Makefile.common"
PKGNAME= qt3-mysql-${QTVERSION}
-PKGREVISION= 4
+PKGREVISION= 5
COMMENT= QT mysql driver
CONFIGURE_ARGS+= -I${QTDIR}/include \
diff --git a/x11/qt4-mysql/Makefile b/x11/qt4-mysql/Makefile
index ddf384e3418..2dda31adceb 100644
--- a/x11/qt4-mysql/Makefile
+++ b/x11/qt4-mysql/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.11 2010/09/14 11:03:04 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2010/09/30 10:49:13 obache Exp $
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../x11/qt4-libs/Makefile.common"
PKGNAME= qt4-mysql-${QTVERSION}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= QT mysql driver
CONFIGURE_ARGS+= -I${QTDIR}/include