View | Details | Raw Unified | Return to bug 207427
Collapse All | Expand All

(-)frontaccounting/Makefile (-6 / +12 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/finance/frontaccounting/Makefile 386921 2015-05-21 10:08:46Z marino $
2
# $FreeBSD: head/finance/frontaccounting/Makefile 386921 2015-05-21 10:08:46Z marino $
3
3
4
PORTNAME=	frontaccounting
4
PORTNAME=	frontaccounting
5
DISTVERSION=	2.3.24
5
DISTVERSION=	2.3.25
6
CATEGORIES=	finance www
6
CATEGORIES=	finance www
7
MASTER_SITES=	SF/${PORTNAME}/FrontAccounting-2.3/${PORTVERSION}
7
MASTER_SITES=	SF/${PORTNAME}/FrontAccounting-2.3/${PORTVERSION}
8
8
Lines 21-31 Link Here
21
SUB_FILES=	pkg-deinstall pkg-message
21
SUB_FILES=	pkg-deinstall pkg-message
22
PORTDOCSARGS=
22
PORTDOCSARGS=
23
23
24
OPTIONS_DEFINE=	APACHE LIGHTTPD MYSQL_SERVER NLS DOCS
24
OPTIONS_DEFINE=	APACHE LIGHTTPD NGINX MYSQL_SERVER NLS DOCS
25
OPTIONS_DEFAULT=	APACHE MYSQL_SERVER
25
OPTIONS_DEFAULT=	APACHE MYSQL_SERVER
26
26
27
MYSQL_SERVER_DESC=	MySQL server support
27
MYSQL_SERVER_DESC=	MySQL server support
28
NGINX_DESC=		NGINX web server
28
LIGHTTPD_RUN_DEPENDS=	lighttpd:${PORTSDIR}/www/lighttpd
29
LIGHTTPD_RUN_DEPENDS=	lighttpd:${PORTSDIR}/www/lighttpd
30
NGINX_RUN_DEPENDS=	nginx:${PORTSDIR}/www/nginx
29
MYSQL_SERVER_USE=	MYSQL=server
31
MYSQL_SERVER_USE=	MYSQL=server
30
APACHE_USE=		APACHE_RUN=22+
32
APACHE_USE=		APACHE_RUN=22+
31
NLS_USES=		gettext
33
NLS_USES=		gettext
Lines 36-47 Link Here
36
WANT_PHP_WEB=yes
38
WANT_PHP_WEB=yes
37
.endif
39
.endif
38
40
39
.if !${PORT_OPTIONS:MDOCS}
41
.if ${PORT_OPTIONS:MLIGHTTPD}
40
PORTDOCSARGS=	'-not -path "./doc*"'
42
WANT_PHP_WEB=yes
43
.endif
44
45
.if ${PORT_OPTIONS:MNGINX}
46
WANT_PHP_WEB=yes
41
.endif
47
.endif
42
48
43
.if !${PORT_OPTIONS:MMYSQL_SERVER}
49
.if !${PORT_OPTIONS:MDOCS}
44
USE_MYSQL=	client
50
PORTDOCSARGS=	'-not -path "./doc*"'
45
.endif
51
.endif
46
52
47
do-install:
53
do-install:
(-)frontaccounting/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (frontaccounting-2.3.24.tar.gz) = a88a460deee9216c23705cfe95c4e5a37adfd9ecfb31f0c5341b18d66959094a
1
SHA256 (frontaccounting-2.3.25.tar.gz) = 160bd230a0b3ec08869bed4ccaaad7e0f60abfe07e2d21be61ae6b17e2a47644
2
SIZE (frontaccounting-2.3.24.tar.gz) = 1277783
2
SIZE (frontaccounting-2.3.25.tar.gz) = 1274390

Return to bug 207427