1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Update to 1.9.1

- Unmark broken, undeprecate
- Let it work with apache 2.2 too
- Support NOPORTDOCS

PR:		ports/108800 (based on)
Submitted by:	Armin Gruner <ag-freebsd@space.net>,
		Martin Matuska <martin@matuska.org>
Approved by:	maintainer timeout (apache; 1 month)
This commit is contained in:
Pav Lucistnik 2007-03-14 19:50:28 +00:00
parent 1db33d3da7
commit 71ecf80e64
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187399
2 changed files with 12 additions and 11 deletions

View File

@ -6,34 +6,35 @@
#
PORTNAME= mod_auth_mysql
PORTVERSION= 1.7
PORTVERSION= 1.9.1
CATEGORIES= www
MASTER_SITES= http://www.heuer.org/mod_auth_mysql/
MASTER_SITES= http://www.heuer.org/mod_auth_mysql/ \
http://www.heuer.org/mod_auth_mysql/old/
DISTNAME= ${PORTNAME}_${PORTVERSION}
EXTRACT_SUFX= .tgz
DIST_SUBDIR= apache20
DIST_SUBDIR= apache22
MAINTAINER= apache@FreeBSD.org
COMMENT= MySQL-based authentication module with VirtualHost support
BROKEN= Unfetchable
DEPRECATED= ${BROKEN}
EXPIRATION_DATE=2007-04-10
LATEST_LINK= mod_auth_mysql2
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_MYSQL= YES
USE_APACHE= 20
USE_APACHE= 2.0+
AP_FAST_BUILD= YES
AP_GENPLIST= YES
AP_INC+= ${LOCALBASE}/include/mysql
AP_LIB+= ${LOCALBASE}/lib/mysql -lmysqlclient
.if !defined(NOPORTDOCS)
PORTDOCS= INSTALL example_data.html htpasswd.sql
.endif
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (apache20/mod_auth_mysql_1.7.tgz) = 3f4d147163ae6e7729d0dead60cfa7b3
SHA256 (apache20/mod_auth_mysql_1.7.tgz) = 7b61e72ddda0adb46f0ba74824836a2332696279f0d2b4fcc2944f8b2893afdc
SIZE (apache20/mod_auth_mysql_1.7.tgz) = 15666
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