aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_auth_mysql2
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-12-16 20:55:35 +0800
committerpav <pav@FreeBSD.org>2007-12-16 20:55:35 +0800
commita0d2e771a214899f3de527d41aa56ed64ae0e053 (patch)
treed6ffdbc807171adac931154e785f839ac77835b5 /www/mod_auth_mysql2
parent28bd44e1c2a1f473ff03e5e9f2b46c636b0ecb8b (diff)
downloadfreebsd-ports-gnome-a0d2e771a214899f3de527d41aa56ed64ae0e053.tar.gz
freebsd-ports-gnome-a0d2e771a214899f3de527d41aa56ed64ae0e053.tar.zst
freebsd-ports-gnome-a0d2e771a214899f3de527d41aa56ed64ae0e053.zip
- 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)
Diffstat (limited to 'www/mod_auth_mysql2')
-rw-r--r--www/mod_auth_mysql2/Makefile12
-rw-r--r--www/mod_auth_mysql2/distinfo6
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