svn commit: r442018 - head/security/webfwlog

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon May 29 15:28:24 UTC 2017


Author: sunpoet
Date: Mon May 29 15:28:22 2017
New Revision: 442018
URL: https://svnweb.freebsd.org/changeset/ports/442018

Log:
  Fix typo and check-sanity warnings
  
  - Bump PORTREVISION for package change
  
  Approved by:	portmgr (blanket)

Modified:
  head/security/webfwlog/Makefile

Modified: head/security/webfwlog/Makefile
==============================================================================
--- head/security/webfwlog/Makefile	Mon May 29 15:28:18 2017	(r442017)
+++ head/security/webfwlog/Makefile	Mon May 29 15:28:22 2017	(r442018)
@@ -3,6 +3,7 @@
 
 PORTNAME=	webfwlog
 PORTVERSION=	1.01
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
@@ -12,7 +13,7 @@ COMMENT=	Web-based firewall log analyzer
 LICENSE=	GPLv2
 
 OPTIONS_DEFINE=		MYSQL MYSQLIPV6 PGSQL DOCS
-OPTIONS_DEFAULTS=	MYSQL MYSQLIPV6
+OPTIONS_DEFAULT=	MYSQL MYSQLIPV6
 
 MYSQLIPV6_DESC=		Shared library plugin for Mysql IPv6 support
 
@@ -23,11 +24,12 @@ CONFIGURE_ARGS+=	--with-html-doc-root=${
 			--disable-dependency-tracking
 
 MYSQL_CONFIGURE_WITH=	mysql
+MYSQL_USES=		mysql:server
 PGSQL_CONFIGURE_WITH=	pgsql
 MYSQLIPV6_CONFIGURE_ENABLE=	mysql-ipv6
 
 USE_PHP=	session
-WANT_PHP_WEB=	yes
+USES=		php:web
 
 PORTDOCS=	AUTHORS COPYING CREDITS ChangeLog INSTALL \
 		README ReleaseNotes
@@ -36,7 +38,6 @@ PORTDOCS=	AUTHORS COPYING CREDITS Change
 
 .if ${PORT_OPTIONS:MMYSQL}
 USE_PHP+=	mysqli
-USE_MYSQL=	server
 MYSQL_PLUGIN_DIR_REL=	lib/mysql/plugin
 MYSQL_PLUGIN_DIR=	${LOCALBASE}/${MYSQL_PLUGIN_DIR_REL}
 .if ${PORT_OPTIONS:MMYSQLIPV6} && exists (${MYSQL_PLUGIN_DIR})


More information about the svn-ports-all mailing list