diff options
author | cube <cube@pkgsrc.org> | 2004-11-18 15:58:22 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-11-18 15:58:22 +0000 |
commit | 5f62082721097b157368c32a2541b1fc54b5eb22 (patch) | |
tree | f11971f771286e830eafb3803fcc1775e3e5dc2a /www/ap2-auth-mysql/Makefile | |
parent | 87179465a8da02d8baffb6cf73eab8cdbf48a9ab (diff) | |
download | pkgsrc-5f62082721097b157368c32a2541b1fc54b5eb22.tar.gz |
Don't use APIs that were deprecated in MySQL 3.23, and some of which are
now even absent of MySQL 4.x by default. Bump PKGREVISION.
Diffstat (limited to 'www/ap2-auth-mysql/Makefile')
-rw-r--r-- | www/ap2-auth-mysql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap2-auth-mysql/Makefile b/www/ap2-auth-mysql/Makefile index 4ac2476cfae..e25a8310203 100644 --- a/www/ap2-auth-mysql/Makefile +++ b/www/ap2-auth-mysql/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2004/10/29 05:59:24 jdolecek Exp $ +# $NetBSD: Makefile,v 1.9 2004/11/18 15:58:22 cube Exp $ # DISTNAME= mod_auth_mysql.c PKGNAME= ap2-auth-mysql-1.11.12 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www databases MASTER_SITES= ftp://ftp.kcilink.com/pub/ DISTFILES= ${DISTNAME}.gz mysql-group-auth.txt |