svn commit: r434002 - in head/sysutils: lttng-tools lttng-ust

Mahdi Mokhtari mmokhi at FreeBSD.org
Mon Feb 13 16:49:43 UTC 2017


Author: mmokhi
Date: Mon Feb 13 16:49:42 2017
New Revision: 434002
URL: https://svnweb.freebsd.org/changeset/ports/434002

Log:
  Fix maintainer email addresses on sysutils/lttng-tools and sysutils/lttng-ust
  
  Submitted by:	mmokhi
  Reviewed by:	mat
  Approved by:	mat (mentor)
  Differential Revision:	https://reviews.freebsd.org/D9551

Modified:
  head/sysutils/lttng-tools/Makefile
  head/sysutils/lttng-ust/Makefile

Modified: head/sysutils/lttng-tools/Makefile
==============================================================================
--- head/sysutils/lttng-tools/Makefile	Mon Feb 13 16:43:36 2017	(r434001)
+++ head/sysutils/lttng-tools/Makefile	Mon Feb 13 16:49:42 2017	(r434002)
@@ -6,7 +6,7 @@ PORTVERSION=	2.9.0
 CATEGORIES=	sysutils
 MASTER_SITES=	http://lttng.org/files/${PORTNAME}/
 
-MAINTAINER=	mokhi64 at gmail.com
+MAINTAINER=	mmokhi at FreeBSD.org
 COMMENT=	Set of tools to control LTTng tracing
 
 LICENSE=		LGPL21 GPLv2

Modified: head/sysutils/lttng-ust/Makefile
==============================================================================
--- head/sysutils/lttng-ust/Makefile	Mon Feb 13 16:43:36 2017	(r434001)
+++ head/sysutils/lttng-ust/Makefile	Mon Feb 13 16:49:42 2017	(r434002)
@@ -6,7 +6,7 @@ PORTVERSION=	2.9.0
 CATEGORIES=	sysutils
 MASTER_SITES=	http://lttng.org/files/${PORTNAME}/
 
-MAINTAINER=	mokhi64 at gmail.com
+MAINTAINER=	mmokhi at FreeBSD.org
 COMMENT=	Libraries to instrument and trace user applications
 
 LICENSE=		LGPL21 MIT GPLv2


More information about the svn-ports-head mailing list