Date: Sat, 9 Apr 2016 23:17:18 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r412875 - in branches/2016Q2/net-mgmt: zabbix2-agent zabbix22-agent Message-ID: <201604092317.u39NHIIa050757@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604092317.u39NHIIa050757>