aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-06-10 15:38:18 +0000
committerPatrick Li <pat@FreeBSD.org>2002-06-10 15:38:18 +0000
commitda0080c7b825661fb1cb4affcb7882d093c00f18 (patch)
tree6eae1713859ab790d7b3b9a573fe1a8616c6538e /sysutils
parent5691597fbcc7b1f422e73fcfc4952949eb37acd6 (diff)
downloadports-da0080c7b825661fb1cb4affcb7882d093c00f18.tar.gz
ports-da0080c7b825661fb1cb4affcb7882d093c00f18.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/diskusage/Makefile2
-rw-r--r--sysutils/diskusage/distinfo2
-rw-r--r--sysutils/diskusage/pkg-comment2
-rw-r--r--sysutils/diskusage/pkg-descr5
4 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/diskusage/Makefile b/sysutils/diskusage/Makefile
index e17ca7219889..3a5013065d87 100644
--- a/sysutils/diskusage/Makefile
+++ b/sysutils/diskusage/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= diskusage
-PORTVERSION= 1.03
+PORTVERSION= 1.04
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.maske.org/pub/FreeBSD/distfiles/
diff --git a/sysutils/diskusage/distinfo b/sysutils/diskusage/distinfo
index 3e5a7c88e30a..2537eadc55c3 100644
--- a/sysutils/diskusage/distinfo
+++ b/sysutils/diskusage/distinfo
@@ -1 +1 @@
-MD5 (diskusage-1.03.tar.gz) = 66c6fb6c03598facba3611697549bc33
+MD5 (diskusage-1.04.tar.gz) = 660bfddb71006de2f92299a3caa7550f
diff --git a/sysutils/diskusage/pkg-comment b/sysutils/diskusage/pkg-comment
index cf5865704cbe..2a585f88e483 100644
--- a/sysutils/diskusage/pkg-comment
+++ b/sysutils/diskusage/pkg-comment
@@ -1 +1 @@
-Shows current user diskusage in human-readable format and totals
+Shows current user diskusage and sum in human-readable format
diff --git a/sysutils/diskusage/pkg-descr b/sysutils/diskusage/pkg-descr
index 94e083921d47..edca9b5aa805 100644
--- a/sysutils/diskusage/pkg-descr
+++ b/sysutils/diskusage/pkg-descr
@@ -2,8 +2,9 @@ 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. Assumes user's home directory
-is /home/$USER and that user's mail directory is /var/mail/$USER
+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
WWW: http://www.maske.org/support/unix/apps/diskusage/