diff options
author | clement <clement@FreeBSD.org> | 2007-03-20 10:38:12 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2007-03-20 10:38:12 +0000 |
commit | e8489cbe24b62351259d41f6919edab0db9a6ec6 (patch) | |
tree | 1f0d8e6133180e1cebf35e35a946c705ae6db289 /www/mod_log_sql2 | |
parent | f246f8f39dda23a67c469ac522ded5700234c240 (diff) | |
download | FreeBSD-ports-e8489cbe24b62351259d41f6919edab0db9a6ec6.zip FreeBSD-ports-e8489cbe24b62351259d41f6919edab0db9a6ec6.tar.gz |
- Update to 1.101
- Convert to USE_APACHE framework
Diffstat (limited to 'www/mod_log_sql2')
-rw-r--r-- | www/mod_log_sql2/Makefile | 13 | ||||
-rw-r--r-- | www/mod_log_sql2/distinfo | 6 | ||||
-rw-r--r-- | www/mod_log_sql2/pkg-plist | 1 |
3 files changed, 10 insertions, 10 deletions
diff --git a/www/mod_log_sql2/Makefile b/www/mod_log_sql2/Makefile index 96eb80c..62a5b9f 100644 --- a/www/mod_log_sql2/Makefile +++ b/www/mod_log_sql2/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= mod_log_sql -PORTVERSION= 1.100 +PORTVERSION= 1.101 CATEGORIES= www databases MASTER_SITES= http://www.outoforder.cc/downloads/${PORTNAME}/ @@ -18,9 +18,11 @@ USE_BZIP2= yes USE_GMAKE= yes CONFIGURE_ARGS+= --with-apxs=${APXS} SSL_PLIST= "" -PLIST_SUB+= SSL=${SSL_PLIST} +APACHE2X= "" +PLIST_SUB+= SSL=${SSL_PLIST} APACHE2X=${APACHE2X} USE_MYSQL= yes +USE_APACHE= 13+ CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -L${LOCALBASE}/lib/mysql" .include <bsd.port.pre.mk> @@ -28,17 +30,14 @@ CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -L${LOCALBASE}/lib/mysql" CONFIGURE_ARGS+= --with-dbi=${LOCALBASE} LIB_DEPENDS+= dbi.0:${PORTSDIR}/databases/libdbi .endif -.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" -. if ${AP_VER} == 13 +. if ${APACHE_VERSION} == 13 WITHOUT_SSL= YES +APACHE2X= "@comment " . endif .if defined(WITHOUT_SSL) CONFIGURE_ARGS+= --disable-ssl SSL_PLIST= "@comment " .else -.if !exists(${LOCALBASE}/include/apache2/mod_ssl.h) -BROKEN= "Please recompile apache2 with SSL support" -.endif .endif .include <bsd.port.post.mk> diff --git a/www/mod_log_sql2/distinfo b/www/mod_log_sql2/distinfo index 6a83f16..73b8027 100644 --- a/www/mod_log_sql2/distinfo +++ b/www/mod_log_sql2/distinfo @@ -1,3 +1,3 @@ -MD5 (mod_log_sql-1.100.tar.bz2) = b54657ad270cffc34dfab12302c53306 -SHA256 (mod_log_sql-1.100.tar.bz2) = e9a49e01ecea00292ddec0a0bc4f33f0200dd7617bea11b0de92f1fd100025fc -SIZE (mod_log_sql-1.100.tar.bz2) = 122507 +MD5 (mod_log_sql-1.101.tar.bz2) = 16157f311eba364d8ee467078e7cc086 +SHA256 (mod_log_sql-1.101.tar.bz2) = 0907579b0466844f7f1886af92a9ea36b4815ec869929ba577c74d32b6d69a5e +SIZE (mod_log_sql-1.101.tar.bz2) = 127500 diff --git a/www/mod_log_sql2/pkg-plist b/www/mod_log_sql2/pkg-plist index 0ef9f2f..f3b7269 100644 --- a/www/mod_log_sql2/pkg-plist +++ b/www/mod_log_sql2/pkg-plist @@ -2,4 +2,5 @@ @exec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%F @unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%F %%APACHEMODDIR%%/mod_log_sql_mysql.so +%%APACHE2X%%%%APACHEMODDIR%%/mod_log_sql_logio.so %%SSL%%%%APACHEMODDIR%%/mod_log_sql_ssl.so |