diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-16 12:55:35 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-16 12:55:35 +0000 |
commit | b07f4068ac763dd1e236ebd3582fb3e9fe59c5ab (patch) | |
tree | 811b1a114e9cd404ca3371b30785532afddf49cb | |
parent | - Fix autoconfiguration of httpd.conf (diff) |
- Update to 1.10
- Add WITH_OPENSSL knob
- Transfer maintainership on submitter
PR: ports/115961
Submitted by: mm
Approved by: maintainer timeout (apache; 3 months)
Notes
Notes:
svn path=/head/; revision=203848
-rw-r--r-- | www/mod_auth_mysql2/Makefile | 12 | ||||
-rw-r--r-- | www/mod_auth_mysql2/distinfo | 6 |
2 files changed, 11 insertions, 7 deletions
diff --git a/www/mod_auth_mysql2/Makefile b/www/mod_auth_mysql2/Makefile index abae59b1a3ce..5904b70edc52 100644 --- a/www/mod_auth_mysql2/Makefile +++ b/www/mod_auth_mysql2/Makefile @@ -6,15 +6,14 @@ # PORTNAME= mod_auth_mysql -PORTVERSION= 1.9.1 +PORTVERSION= 1.10 CATEGORIES= www -MASTER_SITES= http://www.heuer.org/mod_auth_mysql/ \ - http://www.heuer.org/mod_auth_mysql/old/ +MASTER_SITES= http://www.heuer.org/mod_auth_mysql/old/ DISTNAME= ${PORTNAME}_${PORTVERSION} EXTRACT_SUFX= .tgz DIST_SUBDIR= apache22 -MAINTAINER= apache@FreeBSD.org +MAINTAINER= mm@FreeBSD.org COMMENT= MySQL-based authentication module with VirtualHost support LATEST_LINK= mod_auth_mysql2 @@ -27,6 +26,11 @@ AP_GENPLIST= YES AP_INC+= ${LOCALBASE}/include/mysql AP_LIB+= ${LOCALBASE}/lib/mysql -lmysqlclient +.if defined(WITH_OPENSSL) +USE_OPENSSL= yes +AP_EXTRAS+= -DMYSQL_USE_SSL +.endif + .if !defined(NOPORTDOCS) PORTDOCS= INSTALL example_data.html htpasswd.sql .endif diff --git a/www/mod_auth_mysql2/distinfo b/www/mod_auth_mysql2/distinfo index 1eab1a2c896d..1b15417968d4 100644 --- a/www/mod_auth_mysql2/distinfo +++ b/www/mod_auth_mysql2/distinfo @@ -1,3 +1,3 @@ -MD5 (apache22/mod_auth_mysql_1.9.1.tgz) = 09d424f0c45629feac51dddc0c96df9b -SHA256 (apache22/mod_auth_mysql_1.9.1.tgz) = f02731e4149ead8c1525c435cfda6dd104c698e86150a65af7fd6ab75287cddf -SIZE (apache22/mod_auth_mysql_1.9.1.tgz) = 16774 +MD5 (apache22/mod_auth_mysql_1.10.tgz) = 1e9e6a05b8b19a28cf56d4b33b7f117d +SHA256 (apache22/mod_auth_mysql_1.10.tgz) = 6ed0ff1746b4c30b40ac2892d37fce8d5791760ee549787268665e885b26b1ba +SIZE (apache22/mod_auth_mysql_1.10.tgz) = 19805 |