summaryrefslogtreecommitdiffstats
path: root/devel/strace
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2001-09-07 12:50:30 +0000
committeryar <yar@FreeBSD.org>2001-09-07 12:50:30 +0000
commit7ac438cac3a2d550e700b2051c0505631433f494 (patch)
tree582f0753c3cedcfb8d7ae810836f9b9942154657 /devel/strace
parentf8ba71f83261ac8de8950a2cb82a113606c346fc (diff)
downloadFreeBSD-ports-7ac438cac3a2d550e700b2051c0505631433f494.zip
FreeBSD-ports-7ac438cac3a2d550e700b2051c0505631433f494.tar.gz
Update port to strace-4.4.
Submitted by: alex@rinet.ru
Diffstat (limited to 'devel/strace')
-rw-r--r--devel/strace/Makefile5
-rw-r--r--devel/strace/distinfo2
-rw-r--r--devel/strace/pkg-descr7
3 files changed, 8 insertions, 6 deletions
diff --git a/devel/strace/Makefile b/devel/strace/Makefile
index eb880f6..3f4f229 100644
--- a/devel/strace/Makefile
+++ b/devel/strace/Makefile
@@ -6,13 +6,16 @@
#
PORTNAME= strace
-PORTVERSION= 4.3
+PORTVERSION= 4.4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
+DISTNAME= ${PORTNAME}_${PORTVERSION}-1
MAINTAINER= alex@rinet.ru
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
GNU_CONFIGURE= yes
MAN1= strace.1
diff --git a/devel/strace/distinfo b/devel/strace/distinfo
index 6ec455e..a036668 100644
--- a/devel/strace/distinfo
+++ b/devel/strace/distinfo
@@ -1 +1 @@
-MD5 (strace-4.3.tar.gz) = 7374eb6a2abc45ece28bb192ee127c56
+MD5 (strace_4.4-1.tar.gz) = 7246ce73640760fa7e8357fd9ecf7af3
diff --git a/devel/strace/pkg-descr b/devel/strace/pkg-descr
index ddd5107..3d271fb 100644
--- a/devel/strace/pkg-descr
+++ b/devel/strace/pkg-descr
@@ -2,11 +2,10 @@ Strace is a process tracer, i.e. a debugging tool that prints out
a trace of all the system calls made and signals received by a
process itself or a process and its descendants.
-Strace is similar to the native BSD ktrace/kdump pair of utilities,
-but strace's output style is more convenient in some cases or for
-some developers.
+Strace is similar to the native BSD ``truss'' utility, but it's
+output style is more convenient in most cases.
WWW: http://www.liacs.nl/~wichert/strace/
- Alex Semenyaka
-alexs@snark.rinet.ru
+alex@rinet.ru
OpenPOWER on IntegriCloud