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 | |
parent | 73c0abbc276bc10691110fd75cc26a8a5914c4a5 (diff) | |
download | ports-c4db9e1feb14c9a3c27f84a5e0ccf2d79196e37b.tar.gz ports-c4db9e1feb14c9a3c27f84a5e0ccf2d79196e37b.zip |
Notes
Diffstat (limited to 'www/mod_auth_cookie_mysql2')
-rw-r--r-- | www/mod_auth_cookie_mysql2/Makefile | 6 | ||||
-rw-r--r-- | www/mod_auth_cookie_mysql2/distinfo | 4 |
2 files changed, 5 insertions, 5 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 diff --git a/www/mod_auth_cookie_mysql2/distinfo b/www/mod_auth_cookie_mysql2/distinfo index 13b3e7b90488..f2c10b789aa5 100644 --- a/www/mod_auth_cookie_mysql2/distinfo +++ b/www/mod_auth_cookie_mysql2/distinfo @@ -1,2 +1,2 @@ -MD5 (apache2/mod_auth_cookie_mysql2_0.3.tar.gz) = e8c4dd0b14d31167710a2505a2cef2dc -SIZE (apache2/mod_auth_cookie_mysql2_0.3.tar.gz) = 6741 +MD5 (apache2/mod_auth_cookie_mysql2_0.4.tar.gz) = 2b2fa4419bf7c4d2cd71803968af1e97 +SIZE (apache2/mod_auth_cookie_mysql2_0.4.tar.gz) = 7860 |