diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-14 19:50:28 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-14 19:50:28 +0000 |
commit | 71ecf80e64c0c27d56723b79aa76e61c5a05f6aa (patch) | |
tree | 4098c9f7ef3711d0007424d8d1b1176d1f75a0b2 /www/mod_auth_mysql2 | |
parent | 1db33d3da7a7dd1b3ecddfbb24e040dc0414ff94 (diff) |
Notes
Diffstat (limited to 'www/mod_auth_mysql2')
-rw-r--r-- | www/mod_auth_mysql2/Makefile | 17 | ||||
-rw-r--r-- | www/mod_auth_mysql2/distinfo | 6 |
2 files changed, 12 insertions, 11 deletions
diff --git a/www/mod_auth_mysql2/Makefile b/www/mod_auth_mysql2/Makefile index 8b15023a4596..abae59b1a3ce 100644 --- a/www/mod_auth_mysql2/Makefile +++ b/www/mod_auth_mysql2/Makefile @@ -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> diff --git a/www/mod_auth_mysql2/distinfo b/www/mod_auth_mysql2/distinfo index 406d33419371..1eab1a2c896d 100644 --- a/www/mod_auth_mysql2/distinfo +++ b/www/mod_auth_mysql2/distinfo @@ -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 |