Commits

Eric A. Borisch authored 00cadaf64fe
zabbix[34]: Update / add latest.
No tags

net/zabbix3/Portfile

Modified
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2 2 PortSystem 1.0
3 3
4 4 name zabbix3
5 -version 3.4.14
6 -revision 1
5 +version 3.4.15
6 +revision 0
7 7 categories net
8 8 maintainers {eborisch @eborisch} openmaintainer
9 9 platforms darwin
10 10
11 11 license GPL-2
12 12
13 13 description An open source application and network monitor
14 14
15 15 long_description Zabbix is the ultimate open source availability and \
16 16 performance monitoring solution. Zabbix offers advanced \
25 25 http://sourceforge.net/projects/zabbix/files/ZABBIX%20Latest%20Stable/
26 26 homepage http://www.zabbix.com/
27 27 master_sites \
28 28 sourceforge:project/zabbix/ZABBIX%20Latest%20Stable/${version} \
29 29 sourceforge:project/zabbix/ZABBIX%20Release%20Candidates/${version}
30 30 dist_subdir zabbix3
31 31
32 32 conflicts zabbix zabbix2
33 33
34 34 checksums \
35 - rmd160 1e2afd7a4ca348354d8c05466b9f4035af177125 \
36 - sha256 7443873cc970672d3c884230d3aeb082f2d8afcc2b757506c2d684ffdd12d77e \
37 - size 17476022
35 + rmd160 fe8664e5f3a1830ef4671f10778b2e4c44fcc70d \
36 + sha256 054cc603a3f7fb4b3ebd51d001afa2f0e4356d1086331e6067057bc51e32f1a9 \
37 + size 17489570
38 38
39 39 patchfiles log_and_pid_locations.patch
40 40
41 41 universal_variant no
42 42
43 43 subport zabbix3-agent {}
44 44
45 45 configure.args --bindir=${prefix}/bin/zabbix \
46 46 --sbindir=${prefix}/sbin/zabbix \
47 47 --libexecdir=${prefix}/libexec/zabbix \
114 114 port:${php}-apache2handler \
115 115 port:${php}-gd \
116 116 port:${php}-gettext \
117 117 port:${php}-mbstring \
118 118 port:${php}-sockets
119 119 "
120 120 }
121 121
122 122 if {![variant_isset php56] && ![variant_isset php70]
123 123 && ![variant_isset php71]} {
124 - default_variants +php56
124 + default_variants +php71
125 125 }
126 126
127 127 variant full_server description {
128 128 Adds dependencies a complete server are installed.
129 129 } {
130 130 }
131 131
132 132 # Items are "display name" "port name" "config arg" "php interface"
133 133 array set DBLIST {
134 134 mysql5 {"MySQL 5.x" mysql5 \

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut