pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/pstree Updated to version 2.32.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a19ef8fd18b7
branches:  trunk
changeset: 537269:a19ef8fd18b7
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sat Jan 05 20:33:17 2008 +0000

description:
Updated to version 2.32.

Pkgsrc changes:
  - Added support for installation to DESTDIR.

Changes since version 2.27:
===========================
 * Revision 2.32  2007-10-26 21:39:50+02  fred
 * Added option -l provided by Michael E. White <mewhite AT us.ibm.com>
 * Revision 2.31  2007-06-08 17:45:23+02  fred
 * Fixed problem with users with long login name (Reported by Oleg A. Mamontov)
 * Revision 2.30  2007-05-10 23:13:04+02  fred
 * *** empty log message ***
 * Revision 2.29  2007-05-10 22:37:13+02  fred
 * Added fix for Solaris Zone and bug fix from Philippe Torche
 * Revision 2.28  2007-05-10 22:01:07+02  fred
 * Added new determination of window width

diffstat:

 sysutils/pstree/Makefile |  14 +++++++++-----
 sysutils/pstree/distinfo |   8 ++++----
 2 files changed, 13 insertions(+), 9 deletions(-)

diffs (49 lines):

diff -r da4783535b28 -r a19ef8fd18b7 sysutils/pstree/Makefile
--- a/sysutils/pstree/Makefile  Sat Jan 05 20:27:34 2008 +0000
+++ b/sysutils/pstree/Makefile  Sat Jan 05 20:33:17 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2007/12/02 11:41:30 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2008/01/05 20:33:17 heinz Exp $
 #
 
-DISTNAME=      pstree-2.27
+DISTNAME=      pstree-2.32
 CATEGORIES=    sysutils
 MASTER_SITES=  ftp://ftp.thp.uni-duisburg.de/pub/source/
 #              http://fresh.t-systems-sfr.com/unix/src/misc/
@@ -10,6 +10,8 @@
 COMMENT=       Display processes in a tree
 HOMEPAGE=      http://www.thp.uni-duisburg.de/pstree/
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 WRKSRC=                ${WRKDIR}
 
 INSTALLATION_DIRS=     bin
@@ -18,8 +20,10 @@
                cd ${WRKSRC}; ${CC} ${CFLAGS} -o pstree pstree.c
 
 do-install:
-               ${INSTALL_PROGRAM} ${WRKSRC}/pstree ${PREFIX}/bin/proctree
-               ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/proctree
-               ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/proctree
+               ${INSTALL_PROGRAM} ${WRKSRC}/pstree \
+                       ${DESTDIR}${PREFIX}/bin/proctree
+               ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/proctree
+               ${INSTALL_DATA} ${WRKSRC}/README \
+                       ${DESTDIR}${PREFIX}/share/doc/proctree
 
 .include "../../mk/bsd.pkg.mk"
diff -r da4783535b28 -r a19ef8fd18b7 sysutils/pstree/distinfo
--- a/sysutils/pstree/distinfo  Sat Jan 05 20:27:34 2008 +0000
+++ b/sysutils/pstree/distinfo  Sat Jan 05 20:33:17 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2006/03/29 21:31:48 ghen Exp $
+$NetBSD: distinfo,v 1.8 2008/01/05 20:33:17 heinz Exp $
 
-SHA1 (pstree-2.27.tar.gz) = 91e5cfcb33a56079b363600ef70f399e1baa2eaf
-RMD160 (pstree-2.27.tar.gz) = 8f86ae901737aca11d561d3a725fb2ee9c124e79
-Size (pstree-2.27.tar.gz) = 9277 bytes
+SHA1 (pstree-2.32.tar.gz) = 78fd42e10c678290e50f169f0afb73f3a5cabca4
+RMD160 (pstree-2.32.tar.gz) = 77de4c1186599d553d9fb8822d99fa371decdbb2
+Size (pstree-2.32.tar.gz) = 10058 bytes



Home | Main Index | Thread Index | Old Index