Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Apr 2016 23:12:39 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r412874 - in head/net-mgmt: zabbix2-agent zabbix22-agent
Message-ID:  <201604092312.u39NCdoe050466@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604092312.u39NCdoe050466>