aboutsummaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-02-28 15:07:24 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-02-28 15:07:24 +0000
commite1c53f2b7a6a641174eb53b560b3b606246599e5 (patch)
tree1bbd5ddd6c01bdefa67717e86ebb3ca9b9731864 /finance
parent3f2a7c8837de9b97e16c09e072392f8cfd0c5c19 (diff)
downloadports-e1c53f2b7a6a641174eb53b560b3b606246599e5.tar.gz
ports-e1c53f2b7a6a641174eb53b560b3b606246599e5.zip
Notes
Diffstat (limited to 'finance')
-rw-r--r--finance/frontaccounting/Makefile19
-rw-r--r--finance/frontaccounting/distinfo4
2 files changed, 14 insertions, 9 deletions
diff --git a/finance/frontaccounting/Makefile b/finance/frontaccounting/Makefile
index 9d524e618e23..5b55b9ae819c 100644
--- a/finance/frontaccounting/Makefile
+++ b/finance/frontaccounting/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= frontaccounting
-DISTVERSION= 2.3.24
-PORTREVISION= 1
+DISTVERSION= 2.3.25
CATEGORIES= finance www
MASTER_SITES= SF/${PORTNAME}/FrontAccounting-2.3/${PORTVERSION}
@@ -22,11 +21,13 @@ NO_BUILD= yes
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
@@ -37,12 +38,16 @@ NLS_USES= gettext
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 --git a/finance/frontaccounting/distinfo b/finance/frontaccounting/distinfo
index d50f1ed538d9..80c3369d1638 100644
--- a/finance/frontaccounting/distinfo
+++ b/finance/frontaccounting/distinfo
@@ -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