diff options
author | reed <reed> | 2008-02-05 14:07:05 +0000 |
---|---|---|
committer | reed <reed> | 2008-02-05 14:07:05 +0000 |
commit | 857bbc693ea33603d5f8d5c70ec7d24b3715a348 (patch) | |
tree | 4218b4d8f3ba270e4bff4467002907adb4e7051f /sysutils/pstree/Makefile | |
parent | 8668ac22ec9646d5bd2208a285f4359d235df4d2 (diff) | |
download | pkgsrc-857bbc693ea33603d5f8d5c70ec7d24b3715a348.tar.gz |
Bump PKGREVISION for pstree, because it packaged before but didn't work
(on DragonFly).
Fix DragonFly support.
This is for PR #35832. Thank you, fuyuki, for the patch.
I didn't commit the other bug fix, because it was already fixed
(even though I didn't see in the change log at end of source).
Diffstat (limited to 'sysutils/pstree/Makefile')
-rw-r--r-- | sysutils/pstree/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/pstree/Makefile b/sysutils/pstree/Makefile index cefd8cae3db..6a974bf964d 100644 --- a/sysutils/pstree/Makefile +++ b/sysutils/pstree/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2008/01/05 20:33:17 heinz Exp $ +# $NetBSD: Makefile,v 1.22 2008/02/05 14:07:05 reed Exp $ # DISTNAME= pstree-2.32 +PKGREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.thp.uni-duisburg.de/pub/source/ # http://fresh.t-systems-sfr.com/unix/src/misc/ |