Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Feb 2016 15:07:24 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r409746 - head/finance/frontaccounting
Message-ID:  <201602281507.u1SF7OTn059904@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sun Feb 28 15:07:24 2016
New Revision: 409746
URL: https://svnweb.freebsd.org/changeset/ports/409746

Log:
  Update to 2.3.25.
  
  PR:		207427
  Submitted by:	ek@purplehat.org (maintainer)

Modified:
  head/finance/frontaccounting/Makefile
  head/finance/frontaccounting/distinfo

Modified: head/finance/frontaccounting/Makefile
==============================================================================
--- head/finance/frontaccounting/Makefile	Sun Feb 28 14:57:58 2016	(r409745)
+++ head/finance/frontaccounting/Makefile	Sun Feb 28 15:07:24 2016	(r409746)
@@ -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:

Modified: head/finance/frontaccounting/distinfo
==============================================================================
--- head/finance/frontaccounting/distinfo	Sun Feb 28 14:57:58 2016	(r409745)
+++ head/finance/frontaccounting/distinfo	Sun Feb 28 15:07:24 2016	(r409746)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602281507.u1SF7OTn059904>