- 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)
This commit is contained in:
Pav Lucistnik 2007-12-16 12:55:35 +00:00
parent 5816ee80ad
commit b07f4068ac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203848
2 changed files with 11 additions and 7 deletions

View File

@ -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

View File

@ -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