From 686470e02ebeb4951a896f09abb377361228ba0c Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Tue, 16 Nov 2010 10:08:49 +0000 Subject: [PATCH] Take MAINTAINER, agreed by sthen@ and jasper@ --- net/zabbix/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/net/zabbix/Makefile b/net/zabbix/Makefile index b1152cb2812..5c176f085b1 100644 --- a/net/zabbix/Makefile +++ b/net/zabbix/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.34 2010/11/10 16:14:35 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.35 2010/11/16 10:08:49 ajacoutot Exp $ COMMENT-main = network and application monitoring - agent COMMENT-server = network and application monitoring - server @@ -13,14 +13,16 @@ FULLPKGNAME-web = zabbix-web-${VERSION} FULLPKGPATH-web = net/zabbix,-web CATEGORIES = net -REVISION-main = 4 -REVISION-server = 1 -REVISION-web = 0 +REVISION-main = 5 +REVISION-server = 2 +REVISION-web = 1 MAJV = ${VERSION:C/^([0-9]+\.[0-9]+).*/\1/} HOMEPAGE = http://www.zabbix.com/ +MAINTAINER = Antoine Jacoutot + # GPLv2 PERMIT_PACKAGE_CDROM = Yes PERMIT_PACKAGE_FTP = Yes