diff -Naur frontaccounting.orig/Makefile frontaccounting/Makefile --- frontaccounting.orig/Makefile 2015-05-21 04:08:46.000000000 -0600 +++ frontaccounting/Makefile 2016-02-22 14:01:58.947727065 -0700 @@ -2,7 +2,7 @@ # $FreeBSD: head/finance/frontaccounting/Makefile 386921 2015-05-21 10:08:46Z marino $ PORTNAME= frontaccounting -DISTVERSION= 2.3.24 +DISTVERSION= 2.3.25 CATEGORIES= finance www MASTER_SITES= SF/${PORTNAME}/FrontAccounting-2.3/${PORTVERSION} @@ -21,11 +21,13 @@ SUB_FILES= pkg-deinstall pkg-message PORTDOCSARGS= -OPTIONS_DEFINE= APACHE LIGHTTPD MYSQL_SERVER NLS DOCS +OPTIONS_DEFINE= APACHE LIGHTTPD NGINX MYSQL_SERVER NLS DOCS OPTIONS_DEFAULT= APACHE MYSQL_SERVER MYSQL_SERVER_DESC= MySQL server support +NGINX_DESC= NGINX web server LIGHTTPD_RUN_DEPENDS= lighttpd:${PORTSDIR}/www/lighttpd +NGINX_RUN_DEPENDS= nginx:${PORTSDIR}/www/nginx MYSQL_SERVER_USE= MYSQL=server APACHE_USE= APACHE_RUN=22+ NLS_USES= gettext @@ -36,12 +38,16 @@ WANT_PHP_WEB=yes .endif -.if !${PORT_OPTIONS:MDOCS} -PORTDOCSARGS= '-not -path "./doc*"' +.if ${PORT_OPTIONS:MLIGHTTPD} +WANT_PHP_WEB=yes +.endif + +.if ${PORT_OPTIONS:MNGINX} +WANT_PHP_WEB=yes .endif -.if !${PORT_OPTIONS:MMYSQL_SERVER} -USE_MYSQL= client +.if !${PORT_OPTIONS:MDOCS} +PORTDOCSARGS= '-not -path "./doc*"' .endif do-install: diff -Naur frontaccounting.orig/distinfo frontaccounting/distinfo --- frontaccounting.orig/distinfo 2015-05-21 04:08:46.000000000 -0600 +++ frontaccounting/distinfo 2016-02-22 12:48:07.307029098 -0700 @@ -1,2 +1,2 @@ -SHA256 (frontaccounting-2.3.24.tar.gz) = a88a460deee9216c23705cfe95c4e5a37adfd9ecfb31f0c5341b18d66959094a -SIZE (frontaccounting-2.3.24.tar.gz) = 1277783 +SHA256 (frontaccounting-2.3.25.tar.gz) = 160bd230a0b3ec08869bed4ccaaad7e0f60abfe07e2d21be61ae6b17e2a47644 +SIZE (frontaccounting-2.3.25.tar.gz) = 1274390