git: 54e41667edbe - main - sysutils/dtrace-toolkit: Clean up and take maintainership
Mateusz Piotrowski
0mp at FreeBSD.org
Mon May 17 22:30:36 UTC 2021
The branch main has been updated by 0mp:
URL: https://cgit.FreeBSD.org/ports/commit/?id=54e41667edbe5b72c2dd80c8017e773a528a7bda
commit 54e41667edbe5b72c2dd80c8017e773a528a7bda
Author: Mateusz Piotrowski <0mp at FreeBSD.org>
AuthorDate: 2021-05-17 22:11:18 +0000
Commit: Mateusz Piotrowski <0mp at FreeBSD.org>
CommitDate: 2021-05-17 22:30:50 +0000
sysutils/dtrace-toolkit: Clean up and take maintainership
Also, make pkg-message a bit less dramatic.
---
sysutils/dtrace-toolkit/Makefile | 12 ++++++------
sysutils/dtrace-toolkit/pkg-message | 6 ++----
2 files changed, 8 insertions(+), 10 deletions(-)
diff --git a/sysutils/dtrace-toolkit/Makefile b/sysutils/dtrace-toolkit/Makefile
index 50c3ede61c15..6e9287f7722a 100644
--- a/sysutils/dtrace-toolkit/Makefile
+++ b/sysutils/dtrace-toolkit/Makefile
@@ -5,7 +5,7 @@ PORTVERSION= 1.0
PORTREVISION= 5
CATEGORIES= sysutils
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= 0mp at FreeBSD.org
COMMENT= Collection of useful scripts for DTrace
LICENSE= CDDL
@@ -17,11 +17,6 @@ GH_ACCOUNT= opendtrace
GH_PROJECT= toolkit
GH_TAGNAME= f36d00b
USE_RUBY= yes
-SHEBANG_LANG= sh
-sh_OLD_CMD= /usr/bin/sh ./sh
-sh_CMD= ${SH}
-perl_OLD_CMD= \\./perl
-ruby_OLD_CMD= \\./ruby
SHEBANG_FILES= Apps/shellsnoop \
Code/Perl/func_abc.pl \
Code/Perl/func_malloc.pl \
@@ -73,6 +68,11 @@ SHEBANG_FILES= Apps/shellsnoop \
rwsnoop \
rwtop \
statsnoop
+SHEBANG_LANG= sh
+sh_OLD_CMD= /usr/bin/sh ./sh
+sh_CMD= ${SH}
+perl_OLD_CMD= \\./perl
+ruby_OLD_CMD= \\./ruby
NO_BUILD= yes
diff --git a/sysutils/dtrace-toolkit/pkg-message b/sysutils/dtrace-toolkit/pkg-message
index 76c13f83a97a..eadafc698d54 100644
--- a/sysutils/dtrace-toolkit/pkg-message
+++ b/sysutils/dtrace-toolkit/pkg-message
@@ -1,10 +1,8 @@
[
{ type: install
message: <<EOM
- At this point it is prudent to remind you that DTrace
- support in FreeBSD is incomplete and experimental. Many of
- these scripts will not work as they are either too Solaris
- specific or use probes which are unsupported at this time.
+Many of the DTraceToolkit scripts will not work as they are either too
+Solaris-specific or use probes which are unsupported at this time on FreeBSD.
EOM
}
]
More information about the dev-commits-ports-all
mailing list