aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-06-10 23:38:18 +0800
committerpat <pat@FreeBSD.org>2002-06-10 23:38:18 +0800
commit323006a9a242a3e71f82d3cd40421171c1a2b7ff (patch)
treea4b8eb29e1ac4d579a66aad848a6ed244647e9f2 /sysutils
parent898e3cc3779a52f904f3c1877adf6292d43e24a5 (diff)
downloadfreebsd-ports-gnome-323006a9a242a3e71f82d3cd40421171c1a2b7ff.tar.gz
freebsd-ports-gnome-323006a9a242a3e71f82d3cd40421171c1a2b7ff.tar.zst
freebsd-ports-gnome-323006a9a242a3e71f82d3cd40421171c1a2b7ff.zip
Update to 1.04
PR: 38912, 38844 Submitted by: maintainer
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/