Update to 1.2.

This fixes pstack on recent 4.7-STABLE as well.

Submitted by:	MAINTAINER
This commit is contained in:
Max Khon 2002-11-26 11:24:21 +00:00
parent f9a249b64c
commit 4a01845d5b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71109
3 changed files with 4 additions and 7 deletions

View File

@ -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

View File

@ -1 +1 @@
MD5 (pstack-1.1.tar.gz) = 4e370ddf2c3e12f07da8fb8aedb25458
MD5 (pstack-1.2.tar.gz) = 1e802959ef8d39d37641c2a0c09c4e66

View File

@ -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/