svn commit: r321851 - in head/net-mgmt: zabbix2-agent zabbix2-frontend

Baptiste Daroussin bapt at FreeBSD.org
Thu Jun 27 06:27:25 UTC 2013


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 at gascom.ru>
-#
+# Created by: Sergey Akifyev <asa at 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
 


More information about the svn-ports-all mailing list