diff options
author | clement <clement@FreeBSD.org> | 2005-05-22 22:12:14 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2005-05-22 22:12:14 +0800 |
commit | 0257d6dde21db81835adba95b2909dbc40da0ddf (patch) | |
tree | df992912ec367fecb6b73887cda378afe8a3fe5c /www | |
parent | 1df374db5cfcf7c08eb5bc838df2af7a53786c8e (diff) | |
download | freebsd-ports-gnome-0257d6dde21db81835adba95b2909dbc40da0ddf.tar.gz freebsd-ports-gnome-0257d6dde21db81835adba95b2909dbc40da0ddf.tar.zst freebsd-ports-gnome-0257d6dde21db81835adba95b2909dbc40da0ddf.zip |
- Update to 0.4
Diffstat (limited to 'www')
-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 |