Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Zabbix 4.2 (agent and proxy) packages #638

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion net-mgmt/pfSense-pkg-zabbix-agent/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ COMMENT= pfSense package zabbix-agent
LICENSE= APACHE20

CONFLICTS?= pfSense-pkg-zabbix-agent22 \
pfSense-pkg-zabbix-agent4
pfSense-pkg-zabbix-agent4 \
pfSense-pkg-zabbix-agent42

RUN_DEPENDS?= zabbix_agentd:net-mgmt/zabbix3-agent

Expand Down
3 changes: 2 additions & 1 deletion net-mgmt/pfSense-pkg-zabbix-agent22/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ MASTERDIR= ${.CURDIR}/../pfSense-pkg-zabbix-agent
PORTNAME= pfSense-pkg-zabbix-agent${ZABBIXVERSION}

CONFLICTS= pfSense-pkg-zabbix-agent \
pfSense-pkg-zabbix-agent4
pfSense-pkg-zabbix-agent4 \
pfSense-pkg-zabbix-agent42

RUN_DEPENDS= zabbix_agentd:net-mgmt/zabbix${ZABBIXVERSION}-agent

Expand Down
3 changes: 2 additions & 1 deletion net-mgmt/pfSense-pkg-zabbix-agent4/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ MASTERDIR= ${.CURDIR}/../pfSense-pkg-zabbix-agent
PORTNAME= pfSense-pkg-zabbix-agent4

CONFLICTS= pfSense-pkg-zabbix-agent \
pfSense-pkg-zabbix-agent22
pfSense-pkg-zabbix-agent22 \
pfSense-pkg-zabbix-agent42

RUN_DEPENDS= zabbix_agentd:net-mgmt/zabbix4-agent

Expand Down
17 changes: 17 additions & 0 deletions net-mgmt/pfSense-pkg-zabbix-agent42/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# $FreeBSD$

MASTERDIR= ${.CURDIR}/../pfSense-pkg-zabbix-agent

PORTNAME= pfSense-pkg-zabbix-agent42

CONFLICTS= pfSense-pkg-zabbix-agent \
pfSense-pkg-zabbix-agent22 \
pfSense-pkg-zabbix-agent4

RUN_DEPENDS= zabbix_agentd:net-mgmt/zabbix42-agent

ZABBIXINTERNALNAME= zabbix-agent42
ZABBIXTITLE= Zabbix Agent 4.2
ZABBIXVERSION= 42

.include "${MASTERDIR}/Makefile"
3 changes: 2 additions & 1 deletion net-mgmt/pfSense-pkg-zabbix-proxy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ COMMENT= pfSense package zabbix-proxy
LICENSE= APACHE20

CONFLICTS?= pfSense-pkg-zabbix-proxy22 \
pfSense-pkg-zabbix-proxy4
pfSense-pkg-zabbix-proxy4 \
pfSense-pkg-zabbix-proxy42

RUN_DEPENDS?= zabbix_proxy:net-mgmt/zabbix3-proxy

Expand Down
3 changes: 2 additions & 1 deletion net-mgmt/pfSense-pkg-zabbix-proxy22/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ MASTERDIR= ${.CURDIR}/../pfSense-pkg-zabbix-proxy
PORTNAME= pfSense-pkg-zabbix-proxy${ZABBIXVERSION}

CONFLICTS= pfSense-pkg-zabbix-proxy \
pfSense-pkg-zabbix-proxy4
pfSense-pkg-zabbix-proxy4 \
pfSense-pkg-zabbix-proxy42

RUN_DEPENDS= zabbix_proxy:net-mgmt/zabbix${ZABBIXVERSION}-proxy

Expand Down
3 changes: 2 additions & 1 deletion net-mgmt/pfSense-pkg-zabbix-proxy4/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ MASTERDIR= ${.CURDIR}/../pfSense-pkg-zabbix-proxy
PORTNAME= pfSense-pkg-zabbix-proxy4

CONFLICTS= pfSense-pkg-zabbix-proxy \
pfSense-pkg-zabbix-proxy22
pfSense-pkg-zabbix-proxy22 \
pfSense-pkg-zabbix-proxy42

RUN_DEPENDS= zabbix_proxy:net-mgmt/zabbix4-proxy

Expand Down
17 changes: 17 additions & 0 deletions net-mgmt/pfSense-pkg-zabbix-proxy42/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# $FreeBSD$

MASTERDIR= ${.CURDIR}/../pfSense-pkg-zabbix-proxy

PORTNAME= pfSense-pkg-zabbix-proxy42

CONFLICTS= pfSense-pkg-zabbix-proxy \
pfSense-pkg-zabbix-proxy22 \
pfSense-pkg-zabbix-proxy4

RUN_DEPENDS= zabbix_proxy:net-mgmt/zabbix42-proxy

ZABBIXINTERNALNAME= zabbix-proxy42
ZABBIXTITLE= Zabbix Proxy 4.2
ZABBIXVERSION= 42

.include "${MASTERDIR}/Makefile"