diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-07 07:34:58 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-07 07:34:58 +0000 |
commit | 45c532f9949304b648c7232b26e960ee0fda788a (patch) | |
tree | 027435b4d34428693737c1372209c7cc930be834 /sysutils/pstack | |
parent | bd232537640c0195891f601e58c9c8ea75e4dc75 (diff) | |
download | ports-45c532f9949304b648c7232b26e960ee0fda788a.tar.gz ports-45c532f9949304b648c7232b26e960ee0fda788a.zip |
Notes
Diffstat (limited to 'sysutils/pstack')
-rw-r--r-- | sysutils/pstack/Makefile | 6 | ||||
-rw-r--r-- | sysutils/pstack/distinfo | 2 | ||||
-rw-r--r-- | sysutils/pstack/pkg-descr | 2 |
3 files changed, 7 insertions, 3 deletions
diff --git a/sysutils/pstack/Makefile b/sysutils/pstack/Makefile index 576688ce35ad..084219383420 100644 --- a/sysutils/pstack/Makefile +++ b/sysutils/pstack/Makefile @@ -6,9 +6,11 @@ # PORTNAME= pstack -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= sysutils -MASTER_SITES= http://homepage.eircom.net/~pmedwards/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://bsd-pstack.sourceforge.net/releases/ +MASTER_SITE_SUBDIR= bsd-pstack MAINTAINER= pmedwards@eircom.net diff --git a/sysutils/pstack/distinfo b/sysutils/pstack/distinfo index abf6085402e8..be2a0b329127 100644 --- a/sysutils/pstack/distinfo +++ b/sysutils/pstack/distinfo @@ -1 +1 @@ -MD5 (pstack-1.0.tar.gz) = 3fff176444400de38ac9a42cdaeb039f +MD5 (pstack-1.1.tar.gz) = 4e370ddf2c3e12f07da8fb8aedb25458 diff --git a/sysutils/pstack/pkg-descr b/sysutils/pstack/pkg-descr index 1482052412ab..e314e6bfabc9 100644 --- a/sysutils/pstack/pkg-descr +++ b/sysutils/pstack/pkg-descr @@ -4,3 +4,5 @@ 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/ |