diff options
author | oliver <oliver@FreeBSD.org> | 2003-10-04 00:26:06 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-10-04 00:26:06 +0800 |
commit | 48e1f15bc3e7c51285316419d98b2480f7f5e698 (patch) | |
tree | 154e1e8d25ef0ec3b78ac8a735679ed0e3d1ea66 /sysutils | |
parent | ab55b41d27418893c6cdfb9695a5ed3a79039ca4 (diff) | |
download | freebsd-ports-gnome-48e1f15bc3e7c51285316419d98b2480f7f5e698.tar.gz freebsd-ports-gnome-48e1f15bc3e7c51285316419d98b2480f7f5e698.tar.zst freebsd-ports-gnome-48e1f15bc3e7c51285316419d98b2480f7f5e698.zip |
Update diskusage to 1.05
PR: ports/57459
Submitted By: Douglas A. Maske <maske@maske.org>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/diskusage/Makefile | 3 | ||||
-rw-r--r-- | sysutils/diskusage/distinfo | 2 | ||||
-rw-r--r-- | sysutils/diskusage/pkg-descr | 8 |
3 files changed, 7 insertions, 6 deletions
diff --git a/sysutils/diskusage/Makefile b/sysutils/diskusage/Makefile index e1a9ce4f5697..24eb8eabb39b 100644 --- a/sysutils/diskusage/Makefile +++ b/sysutils/diskusage/Makefile @@ -6,8 +6,9 @@ # PORTNAME= diskusage -PORTVERSION= 1.04 +PORTVERSION= 1.05 CATEGORIES= sysutils +MASTER_SITES= ftp://ftp.maske.org/pub/FreeBSD/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= Shows current user diskusage and sum in human-readable format diff --git a/sysutils/diskusage/distinfo b/sysutils/diskusage/distinfo index 2537eadc55c3..33d2615bd318 100644 --- a/sysutils/diskusage/distinfo +++ b/sysutils/diskusage/distinfo @@ -1 +1 @@ -MD5 (diskusage-1.04.tar.gz) = 660bfddb71006de2f92299a3caa7550f +MD5 (diskusage-1.05.tar.gz) = f2de8763caf4a1ee5cf2a9aed45e8780 diff --git a/sysutils/diskusage/pkg-descr b/sysutils/diskusage/pkg-descr index 911e66327c86..46ef815f72b7 100644 --- a/sysutils/diskusage/pkg-descr +++ b/sysutils/diskusage/pkg-descr @@ -2,8 +2,8 @@ diskusage is a shell script, written for FreeBSD 3.x and higher. It is an add on package for FreeBSD's du and du must be present for this program to work. Shows current users diskusage in -human readable format and totals the output. Assumes user's -home directory is /home/$USER and that user's mail directory is -/var/mail/$USER +human readable format, totals the output and shows available +space left on partitions. Assumes user's home directory is +/home/$USER and that user's mail directory is /var/mail/$USER -- Douglas A. Maske +- Douglas A. Maske <support@maske.org> |