ports/115961: [UPDATE] www/mod_auth_mysql2 1.9.1 -> 1.10

Martin Matuska mm at FreeBSD.org
Fri Aug 31 09:50:02 UTC 2007


>Number:         115961
>Category:       ports
>Synopsis:       [UPDATE] www/mod_auth_mysql2 1.9.1 -> 1.10
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 31 09:50:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Martin Matuska
>Release:        FreeBSD 6.2-STABLE i386 amd64
>Organization:
>Environment:
System: FreeBSD 6.2-STABLE i386 amd64
>Description:
- Update to 1.10
- Add WITH_OPENSSL knob
- Request maintainership
request for maintainership
>How-To-Repeat:
>Fix:
Index: ports/www/mod_auth_mysql2/Makefile
===================================================================
RCS file: /home/pcvs/ports/www/mod_auth_mysql2/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- ports/www/mod_auth_mysql2/Makefile	14 Mar 2007 19:50:28 -0000	1.7
+++ ports/www/mod_auth_mysql2/Makefile	31 Aug 2007 09:46:49 -0000
@@ -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 at FreeBSD.org
+MAINTAINER=	mm at FreeBSD.org
 COMMENT=	MySQL-based authentication module with VirtualHost support
 
 LATEST_LINK=	mod_auth_mysql2
@@ -27,6 +26,11 @@
 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
Index: ports/www/mod_auth_mysql2/distinfo
===================================================================
RCS file: /home/pcvs/ports/www/mod_auth_mysql2/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- ports/www/mod_auth_mysql2/distinfo	14 Mar 2007 19:50:28 -0000	1.4
+++ ports/www/mod_auth_mysql2/distinfo	31 Aug 2007 09:46:49 -0000
@@ -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
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list