diff options
author | sborrill <sborrill> | 2007-02-25 15:51:50 +0000 |
---|---|---|
committer | sborrill <sborrill> | 2007-02-25 15:51:50 +0000 |
commit | b61e10de676ca0128b856828e3b9502e4b379c86 (patch) | |
tree | fb380e0311a0113dc41c273838c8f1b060e9a180 /www/ap2-auth-mysql/Makefile | |
parent | b6bc38f6db15b8cc95cfa937b3b8c3438e7ee039 (diff) | |
download | pkgsrc-b61e10de676ca0128b856828e3b9502e4b379c86.tar.gz |
Fix patch so it works with Apache 2.2.x.
APR_XtOffsetOf is marked as deprecated in 2.0 and has been removed
entirely in 2.2
Diffstat (limited to 'www/ap2-auth-mysql/Makefile')
-rw-r--r-- | www/ap2-auth-mysql/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ap2-auth-mysql/Makefile b/www/ap2-auth-mysql/Makefile index 6684d1100c7..1a10a191daa 100644 --- a/www/ap2-auth-mysql/Makefile +++ b/www/ap2-auth-mysql/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2006/12/08 23:34:10 xtraeme Exp $ +# $NetBSD: Makefile,v 1.16 2007/02/25 15:51:50 sborrill Exp $ # DISTNAME= mod_auth_mysql.c PKGNAME= ap2-auth-mysql-1.11.12 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= www databases MASTER_SITES= ftp://ftp.kcilink.com/pub/ DISTFILES= ${DISTNAME}.gz mysql-group-auth.txt @@ -12,7 +12,7 @@ MAINTAINER= cube@NetBSD.org HOMEPAGE= ftp://ftp.kcilink.com/pub/ COMMENT= Module to allow Apache 2 authentication against a MySQL database -CONFLICTS+= ap-auth-mysql-* +CONFLICTS+= ap-auth-mysql-[0-9]* DIST_SUBDIR= ap2-auth-mysql EXTRACT_ONLY= ${DISTNAME}.gz |