diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-05-22 14:12:14 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-05-22 14:12:14 +0000 |
commit | c4db9e1feb14c9a3c27f84a5e0ccf2d79196e37b (patch) | |
tree | 3af254d629e8f6d77e78107b096f405d4fd43c5e /www/mod_auth_cookie_mysql2/Makefile | |
parent | 73c0abbc276bc10691110fd75cc26a8a5914c4a5 (diff) | |
download | ports-c4db9e1feb14c9a3c27f84a5e0ccf2d79196e37b.tar.gz ports-c4db9e1feb14c9a3c27f84a5e0ccf2d79196e37b.zip |
Notes
Diffstat (limited to 'www/mod_auth_cookie_mysql2/Makefile')
-rw-r--r-- | www/mod_auth_cookie_mysql2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/mod_auth_cookie_mysql2/Makefile b/www/mod_auth_cookie_mysql2/Makefile index e607db0cb372..0ad1559ebe2f 100644 --- a/www/mod_auth_cookie_mysql2/Makefile +++ b/www/mod_auth_cookie_mysql2/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= mod_auth_cookie_mysql2 -PORTVERSION= 0.3 +PORTVERSION= 0.4 CATEGORIES= www MASTER_SITES= http://home.digithi.de/digithi/dev/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -15,8 +15,8 @@ MAINTAINER= apache@FreeBSD.org COMMENT= Allows authentication against a MySQL database via a secure cookie USE_MYSQL= YES -# If someone can test it with MySQL 4.1 ;-) -BROKEN_WITH_MYSQL= 41 +# If someone can test it with MySQL 5.0 ;-) +BROKEN_WITH_MYSQL= 50 WANT_APACHE= 2 |