Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jun 2013 06:27:25 +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: r321851 - in head/net-mgmt: zabbix2-agent zabbix2-frontend
Message-ID:  <201306270627.r5R6RP5m025677@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Jun 27 06:27:25 2013
New Revision: 321851
URL: http://svnweb.freebsd.org/changeset/ports/321851

Log:
  Fix PKGORIGIN after moving PKGORIGIN declaration earlier
  
  Reported by:	erwin

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

Modified: head/net-mgmt/zabbix2-agent/Makefile
==============================================================================
--- head/net-mgmt/zabbix2-agent/Makefile	Thu Jun 27 06:23:36 2013	(r321850)
+++ head/net-mgmt/zabbix2-agent/Makefile	Thu Jun 27 06:27:25 2013	(r321851)
@@ -1,12 +1,9 @@
-# Ports collection makefile for:	zabbix-agent
-# Date created:		Jun 18 2003
-# Whom:			Sergey Akifyev <asa@gascom.ru>
-#
+# Created by: Sergey Akifyev <asa@gascom.ru>
 # $FreeBSD$
-#
 
 PORTNAME=	zabbix2
 PKGNAMESUFFIX=	-agent
+CATEGORIES=	net-mgmt
 
 MASTERDIR=	${.CURDIR}/../zabbix2-server
 

Modified: head/net-mgmt/zabbix2-frontend/Makefile
==============================================================================
--- head/net-mgmt/zabbix2-frontend/Makefile	Thu Jun 27 06:23:36 2013	(r321850)
+++ head/net-mgmt/zabbix2-frontend/Makefile	Thu Jun 27 06:27:25 2013	(r321851)
@@ -3,6 +3,7 @@
 
 PORTNAME=	zabbix2
 PKGNAMESUFFIX=	-frontend
+CATEGORIES=	net-mgmt
 
 MASTERDIR=	${.CURDIR}/../zabbix2-server
 



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