diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-04-20 12:54:34 +0000 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-04-20 12:54:34 +0000 |
commit | 95192a7cd096326faad1aabff8240128c3b1d43b (patch) | |
tree | 689a998717cb3222e883e76c995e892d7d2d1444 /sysutils | |
parent | b98ab8089d3a2b7fa50d99dedf746bd4e5e7f02d (diff) | |
download | FreeBSD-ports-95192a7cd096326faad1aabff8240128c3b1d43b.zip FreeBSD-ports-95192a7cd096326faad1aabff8240128c3b1d43b.tar.gz |
- Update to 2.27
- Pass maintainership to sylvioc@gmail.com
- Polish the do-install target
PR: ports/80115
Submitted by: Sylvio Cesar <sylvioc@gmail.com>
Approved by: adamw (mentor)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pstree/Makefile | 6 | ||||
-rw-r--r-- | sysutils/pstree/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/pstree/Makefile b/sysutils/pstree/Makefile index a71e3d5..bf80755 100644 --- a/sysutils/pstree/Makefile +++ b/sysutils/pstree/Makefile @@ -6,12 +6,12 @@ # PORTNAME= pstree -PORTVERSION= 2.25 +PORTVERSION= 2.27 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.thp.uni-duisburg.de/pub/source/ \ http://fresh.t-systems-sfr.com/unix/src/misc/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sylvioc@gmail.com COMMENT= List processes as a tree NO_WRKSUBDIR= yes @@ -24,6 +24,6 @@ do-build: cd ${WRKDIR} && ${CC} ${CFLAGS} -o pstree pstree.c do-install: - ${INSTALL_PROGRAM} ${WRKDIR}/pstree ${PREFIX}/bin/pstree + ${INSTALL_PROGRAM} ${WRKDIR}/pstree ${PREFIX}/bin .include <bsd.port.mk> diff --git a/sysutils/pstree/distinfo b/sysutils/pstree/distinfo index e4bd94c..02265be 100644 --- a/sysutils/pstree/distinfo +++ b/sysutils/pstree/distinfo @@ -1,2 +1,2 @@ -MD5 (pstree-2.25.tar.gz) = 2d0e3a0e80c033e81f781fe718f1cfe8 -SIZE (pstree-2.25.tar.gz) = 9106 +MD5 (pstree-2.27.tar.gz) = 509169224a4b127007de108a9a9fac26 +SIZE (pstree-2.27.tar.gz) = 9277 |