svn commit: r366049 - in head/sysutils: munin-common munin-master munin-node

Baptiste Daroussin bapt at FreeBSD.org
Mon Aug 25 09:46:59 UTC 2014


Author: bapt
Date: Mon Aug 25 09:46:57 2014
New Revision: 366049
URL: http://svnweb.freebsd.org/changeset/ports/366049
QAT: https://qat.redports.org/buildarchive/r366049/

Log:
  Reset mainainership on non staged ports
  
  With hat:	portmgr

Modified:
  head/sysutils/munin-common/Makefile
  head/sysutils/munin-master/Makefile
  head/sysutils/munin-node/Makefile

Modified: head/sysutils/munin-common/Makefile
==============================================================================
--- head/sysutils/munin-common/Makefile	Mon Aug 25 09:45:12 2014	(r366048)
+++ head/sysutils/munin-common/Makefile	Mon Aug 25 09:46:57 2014	(r366049)
@@ -7,7 +7,7 @@ CATEGORIES=	sysutils perl5
 MASTER_SITES=	${MUNIN_SITES}
 PKGNAMESUFFIX=	-common
 
-MAINTAINER=	zeising at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Common components between a munin node and server
 
 BUILD_DEPENDS=	p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build \

Modified: head/sysutils/munin-master/Makefile
==============================================================================
--- head/sysutils/munin-master/Makefile	Mon Aug 25 09:45:12 2014	(r366048)
+++ head/sysutils/munin-master/Makefile	Mon Aug 25 09:46:57 2014	(r366049)
@@ -7,7 +7,7 @@ CATEGORIES=	sysutils perl5
 MASTER_SITES=	${MUNIN_SITES}
 PKGNAMESUFFIX=	-master
 
-MAINTAINER=	zeising at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Collector part of Munin
 
 BUILD_DEPENDS=	p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build \

Modified: head/sysutils/munin-node/Makefile
==============================================================================
--- head/sysutils/munin-node/Makefile	Mon Aug 25 09:45:12 2014	(r366048)
+++ head/sysutils/munin-node/Makefile	Mon Aug 25 09:46:57 2014	(r366049)
@@ -8,7 +8,7 @@ CATEGORIES=	sysutils perl5
 MASTER_SITES=	${MUNIN_SITES}
 PKGNAMESUFFIX=	-node
 
-MAINTAINER=	zeising at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Node-specific part of Munin
 
 BUILD_DEPENDS=	p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build \


More information about the svn-ports-head mailing list