svn commit: r384429 - head/sysutils/pstree

Jason Helfman jgh at FreeBSD.org
Tue Apr 21 16:12:50 UTC 2015


Author: jgh
Date: Tue Apr 21 16:12:49 2015
New Revision: 384429
URL: https://svnweb.freebsd.org/changeset/ports/384429

Log:
  - update to 2.68
  - add manpage to installation

Modified:
  head/sysutils/pstree/Makefile
  head/sysutils/pstree/distinfo

Modified: head/sysutils/pstree/Makefile
==============================================================================
--- head/sysutils/pstree/Makefile	Tue Apr 21 14:47:19 2015	(r384428)
+++ head/sysutils/pstree/Makefile	Tue Apr 21 16:12:49 2015	(r384429)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pstree
-PORTVERSION=	2.36
+PORTVERSION=	2.38
 CATEGORIES=	sysutils
 MASTER_SITES=	ftp://ftp.thp.uni-due.de/pub/source/ \
 		LOCAL/jgh/sysutils/${PORTNAME}/
@@ -15,12 +15,13 @@ NO_WRKSUBDIR=	yes
 
 CONFLICTS=	psmisc-[0-9]*
 
-PLIST_FILES=	bin/pstree
+PLIST_FILES=	bin/pstree man/man1/pstree.1.gz
 
 do-build:
 	cd ${WRKDIR} && ${CC} ${CFLAGS} -o pstree pstree.c
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKDIR}/pstree ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKDIR}/pstree.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
 
 .include <bsd.port.mk>

Modified: head/sysutils/pstree/distinfo
==============================================================================
--- head/sysutils/pstree/distinfo	Tue Apr 21 14:47:19 2015	(r384428)
+++ head/sysutils/pstree/distinfo	Tue Apr 21 16:12:49 2015	(r384429)
@@ -1,2 +1,2 @@
-SHA256 (pstree-2.36.tar.gz) = 9d05d28432a12fe8744b895e10b4a39008bba4fc3787b3595da3cf599b75a4ef
-SIZE (pstree-2.36.tar.gz) = 11179
+SHA256 (pstree-2.38.tar.gz) = efbd3259210f9913583d9d4d3eb9a487e82d407c4ce0e16545a07abb35affee3
+SIZE (pstree-2.38.tar.gz) = 12843


More information about the svn-ports-head mailing list