diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-09-04 23:26:20 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-09-04 23:26:20 +0000 |
commit | 25f823282808892c49275e1559a593fa76c70b22 (patch) | |
tree | eae7f465311494e0abf528d9fcdf55b0d16bd589 /sysutils/wmcpuload/Makefile | |
parent | Update to 0.3.5 (diff) |
o Update to 0.6.0
o maintainer switched over maintainership to originator due to
school duties (thanks and we hope you will bring more ports :)
Submitted by: Patrick Li <pat@databits.net>
Approved by: MAINTAINER (previous)
Notes
Notes:
svn path=/head/; revision=47437
Diffstat (limited to 'sysutils/wmcpuload/Makefile')
-rw-r--r-- | sysutils/wmcpuload/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/wmcpuload/Makefile b/sysutils/wmcpuload/Makefile index 0a506d6fb8d0..ddd4314dd982 100644 --- a/sysutils/wmcpuload/Makefile +++ b/sysutils/wmcpuload/Makefile @@ -6,15 +6,13 @@ # PORTNAME= wmcpuload -PORTVERSION= 0.1.1 +PORTVERSION= 0.6.0 CATEGORIES= sysutils windowmaker MASTER_SITES= http://www.sh.rim.or.jp/~ssato/src/ \ http://ports.tolkien.dk/ DISTNAME= WMCPULoad-${PORTVERSION} -MAINTAINER= boll@tolkien.dk - -LIB_DEPENDS= dockapp.1:${PORTSDIR}/x11-wm/libdockapp +MAINTAINER= pat@databits.net WRKSRC= ${WRKDIR}/${DISTNAME} |