From 4a01845d5ba048c5858471b77db901694ae69e2f Mon Sep 17 00:00:00 2001 From: Max Khon Date: Tue, 26 Nov 2002 11:24:21 +0000 Subject: [PATCH] Update to 1.2. This fixes pstack on recent 4.7-STABLE as well. Submitted by: MAINTAINER --- sysutils/pstack/Makefile | 7 +++---- sysutils/pstack/distinfo | 2 +- 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 # # $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/