diff options
author | clement <clement@FreeBSD.org> | 2007-03-19 01:17:42 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2007-03-19 01:17:42 +0800 |
commit | 23a388db536a097ec44c27786cbd78dd61367d33 (patch) | |
tree | a95726dc8f1f3e90b48978f9dec5ce02c2f87948 /www | |
parent | e30e9a8b691a040dac3d2610ec856582952d3be3 (diff) | |
download | freebsd-ports-gnome-23a388db536a097ec44c27786cbd78dd61367d33.tar.gz freebsd-ports-gnome-23a388db536a097ec44c27786cbd78dd61367d33.tar.zst freebsd-ports-gnome-23a388db536a097ec44c27786cbd78dd61367d33.zip |
- Update to 0.7
- Fix WWW
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_auth_cookie_mysql2/Makefile | 8 | ||||
-rw-r--r-- | www/mod_auth_cookie_mysql2/distinfo | 6 | ||||
-rw-r--r-- | www/mod_auth_cookie_mysql2/pkg-descr | 2 |
3 files changed, 7 insertions, 9 deletions
diff --git a/www/mod_auth_cookie_mysql2/Makefile b/www/mod_auth_cookie_mysql2/Makefile index e67e1ad65829..f9e6899c6df4 100644 --- a/www/mod_auth_cookie_mysql2/Makefile +++ b/www/mod_auth_cookie_mysql2/Makefile @@ -5,18 +5,16 @@ # $FreeBSD$ PORTNAME= mod_auth_cookie_mysql2 -PORTVERSION= 0.5 +PORTVERSION= 0.7 CATEGORIES= www -MASTER_SITES= http://home.digithi.de/digithi/dev/ +MASTER_SITES= http://home.digithi.de/digithi/dev/mod_auth_cookie_mysql/ DISTNAME= ${PORTNAME}_${PORTVERSION} -DIST_SUBDIR= apache2 +DIST_SUBDIR= apache20 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 5.0 ;-) -IGNORE_WITH_MYSQL= 50 USE_APACHE= 20+ diff --git a/www/mod_auth_cookie_mysql2/distinfo b/www/mod_auth_cookie_mysql2/distinfo index 6c3bf81b3c8c..adce1eec3014 100644 --- a/www/mod_auth_cookie_mysql2/distinfo +++ b/www/mod_auth_cookie_mysql2/distinfo @@ -1,3 +1,3 @@ -MD5 (apache2/mod_auth_cookie_mysql2_0.5.tar.gz) = f4cd11feec351477e3a3829ac56d261f -SHA256 (apache2/mod_auth_cookie_mysql2_0.5.tar.gz) = 3b4fe4afb67e7e727d87b31786a34b8140dc4e3d75536374fc198373a2f9f2f4 -SIZE (apache2/mod_auth_cookie_mysql2_0.5.tar.gz) = 7940 +MD5 (apache20/mod_auth_cookie_mysql2_0.7.tar.gz) = cb2869d2bff22f99d48bea11004a18eb +SHA256 (apache20/mod_auth_cookie_mysql2_0.7.tar.gz) = f5aedec0b4873bce5eaf92d8b431ecfeb894dcfc75d148e42c5450abfc2989f5 +SIZE (apache20/mod_auth_cookie_mysql2_0.7.tar.gz) = 7954 diff --git a/www/mod_auth_cookie_mysql2/pkg-descr b/www/mod_auth_cookie_mysql2/pkg-descr index e804c846e011..21d6c3567991 100644 --- a/www/mod_auth_cookie_mysql2/pkg-descr +++ b/www/mod_auth_cookie_mysql2/pkg-descr @@ -1,4 +1,4 @@ This Apache module allows authentication against a MySQL database via a cryptographically secure cookie. + WWW: http://home.digithi.de/digithi/dev/mod_auth_cookie_mysql/ -WWW: http://home.digithi.de/digithi/dev/mod_auth_cookie_mysql2.html |