diff options
author | Luca Pizzamiglio <pizzamig@FreeBSD.org> | 2017-08-29 13:05:21 +0000 |
---|---|---|
committer | Luca Pizzamiglio <pizzamig@FreeBSD.org> | 2017-08-29 13:05:21 +0000 |
commit | 80011bd7dfcfafdf45d02e0a7747d1ef50b1a64f (patch) | |
tree | 0d844850a0124ea0d650b2bc01bcc36ff0b92159 /sysutils/bstack | |
parent | Add armv7 to the list of arch without DTRACE. (diff) |
Change MAINTAINER email to my new FreeBSD email
Approved by: lme (mentor)
Approved by: olivier (mentor)
Differential Revision: https://reviews.freebsd.org/D12150
Notes
Notes:
svn path=/head/; revision=448911
Diffstat (limited to 'sysutils/bstack')
-rw-r--r-- | sysutils/bstack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/bstack/Makefile b/sysutils/bstack/Makefile index 9678cc084a82..769be9e272ad 100644 --- a/sysutils/bstack/Makefile +++ b/sysutils/bstack/Makefile @@ -5,7 +5,7 @@ PORTVERSION= 0.1 PORTREVISION= 1 CATEGORIES= sysutils -MAINTAINER= luca.pizzamiglio@gmail.com +MAINTAINER= pizzamig@FreeBSD.org COMMENT= Debug tool that shows the stack trace of a running process LICENSE= BSD3CLAUSE |