diff options
author | Max Khon <fjoe@FreeBSD.org> | 2002-11-26 11:24:21 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2002-11-26 11:24:21 +0000 |
commit | 4a01845d5ba048c5858471b77db901694ae69e2f (patch) | |
tree | 1c8bb11f97b1a9e8bacac016677fc0662116bd47 /sysutils/pstack | |
parent | f9a249b64cad2c0fc1b74869393abb90641c5cc0 (diff) | |
download | ports-4a01845d5ba048c5858471b77db901694ae69e2f.tar.gz ports-4a01845d5ba048c5858471b77db901694ae69e2f.zip |
Update to 1.2.
This fixes pstack on recent 4.7-STABLE as well.
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=71109
Diffstat (limited to 'sysutils/pstack')
-rw-r--r-- | sysutils/pstack/Makefile | 7 | ||||
-rw-r--r-- | sysutils/pstack/distinfo | 2 | ||||
-rw-r--r-- | sysutils/pstack/pkg-descr | 2 |
3 files changed, 4 insertions, 7 deletions
diff --git a/sysutils/pstack/Makefile b/sysutils/pstack/Makefile index 084219383420..0d17bac24160 100644 --- a/sysutils/pstack/Makefile +++ b/sysutils/pstack/Makefile @@ -3,14 +3,13 @@ # Whom: Peter Edwards <pmedwards@eircom.net> # # $FreeBSD$ +# $Id: Makefile,v 1.2 2002/11/26 10:38:28 pmedwards Exp $ # PORTNAME= pstack -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://bsd-pstack.sourceforge.net/releases/ -MASTER_SITE_SUBDIR= bsd-pstack +MASTER_SITES= http://bsd-pstack.sourceforge.net/releases/ MAINTAINER= pmedwards@eircom.net diff --git a/sysutils/pstack/distinfo b/sysutils/pstack/distinfo index be2a0b329127..f6d99a5aa7d2 100644 --- a/sysutils/pstack/distinfo +++ b/sysutils/pstack/distinfo @@ -1 +1 @@ -MD5 (pstack-1.1.tar.gz) = 4e370ddf2c3e12f07da8fb8aedb25458 +MD5 (pstack-1.2.tar.gz) = 1e802959ef8d39d37641c2a0c09c4e66 diff --git a/sysutils/pstack/pkg-descr b/sysutils/pstack/pkg-descr index e314e6bfabc9..1482052412ab 100644 --- a/sysutils/pstack/pkg-descr +++ b/sysutils/pstack/pkg-descr @@ -4,5 +4,3 @@ each thread in that process. It's useful for finding out what wedged processes are up to, getting profiles of what applications, and just satisfying one's curiosity. - -WWW: http://bsd-pstack.sourceforge.net/ |