svn commit: r412875 - in branches/2016Q2/net-mgmt: zabbix2-agent zabbix22-agent
Baptiste Daroussin
bapt at FreeBSD.org
Sat Apr 9 23:17:19 UTC 2016
Author: bapt
Date: Sat Apr 9 23:17:18 2016
New Revision: 412875
URL: https://svnweb.freebsd.org/changeset/ports/412875
Log:
MFH: r412874
Fix IPV6 option
Bump portrevision
Approved by: bapt (portmgr)
Modified:
branches/2016Q2/net-mgmt/zabbix2-agent/Makefile
branches/2016Q2/net-mgmt/zabbix22-agent/Makefile
Directory Properties:
branches/2016Q2/ (props changed)
Modified: branches/2016Q2/net-mgmt/zabbix2-agent/Makefile
==============================================================================
--- branches/2016Q2/net-mgmt/zabbix2-agent/Makefile Sat Apr 9 23:12:39 2016 (r412874)
+++ branches/2016Q2/net-mgmt/zabbix2-agent/Makefile Sat Apr 9 23:17:18 2016 (r412875)
@@ -2,6 +2,7 @@
# $FreeBSD$
PORTNAME= zabbix2
+PORTREVISION= 1
PKGNAMESUFFIX= -agent
CATEGORIES= net-mgmt
@@ -12,5 +13,4 @@ PLIST= ${PKGDIR}/pkg-plist.agent
OPTIONS_DEFINE= IPV6
OPTIONS_DEFAULT= IPV6
-.include <bsd.port.options.mk>
.include "${MASTERDIR}/Makefile"
Modified: branches/2016Q2/net-mgmt/zabbix22-agent/Makefile
==============================================================================
--- branches/2016Q2/net-mgmt/zabbix22-agent/Makefile Sat Apr 9 23:12:39 2016 (r412874)
+++ branches/2016Q2/net-mgmt/zabbix22-agent/Makefile Sat Apr 9 23:17:18 2016 (r412875)
@@ -2,6 +2,7 @@
# $FreeBSD$
PORTNAME= zabbix22
+PORTREVISION= 1
CATEGORIES= net-mgmt
PKGNAMESUFFIX= -agent
@@ -12,5 +13,4 @@ PLIST= ${PKGDIR}/pkg-plist.agent
OPTIONS_DEFINE= IPV6
OPTIONS_DEFAULT= IPV6
-.include <bsd.port.options.mk>
.include "${MASTERDIR}/Makefile"
More information about the svn-ports-branches
mailing list