Date: Mon, 13 Feb 2017 16:49:42 +0000 (UTC) From: Mahdi Mokhtari <mmokhi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434002 - in head/sysutils: lttng-tools lttng-ust Message-ID: <201702131649.v1DGngfi039204@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@gmail.com +MAINTAINER= mmokhi@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@gmail.com +MAINTAINER= mmokhi@FreeBSD.org COMMENT= Libraries to instrument and trace user applications LICENSE= LGPL21 MIT GPLv2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702131649.v1DGngfi039204>