svn commit: r412874 - in head/net-mgmt: zabbix2-agent zabbix22-agent

Baptiste Daroussin bapt at FreeBSD.org
Sat Apr 9 23:12:41 UTC 2016


Author: bapt
Date: Sat Apr  9 23:12:39 2016
New Revision: 412874
URL: https://svnweb.freebsd.org/changeset/ports/412874

Log:
  Fix IPV6 option
  Bump portrevision

Modified:
  head/net-mgmt/zabbix2-agent/Makefile
  head/net-mgmt/zabbix22-agent/Makefile

Modified: head/net-mgmt/zabbix2-agent/Makefile
==============================================================================
--- head/net-mgmt/zabbix2-agent/Makefile	Sat Apr  9 22:43:04 2016	(r412873)
+++ head/net-mgmt/zabbix2-agent/Makefile	Sat Apr  9 23:12:39 2016	(r412874)
@@ -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: head/net-mgmt/zabbix22-agent/Makefile
==============================================================================
--- head/net-mgmt/zabbix22-agent/Makefile	Sat Apr  9 22:43:04 2016	(r412873)
+++ head/net-mgmt/zabbix22-agent/Makefile	Sat Apr  9 23:12:39 2016	(r412874)
@@ -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-all mailing list