Bug 38697 - Port update
Summary: Port update
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-29 15:30 UTC by Douglas A. Maske
Modified: 2002-05-29 21:35 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Douglas A. Maske 2002-05-29 15:30:01 UTC
diff -ru diskusage/Makefile /usr/ports/sysutils/diskusage/Makefile
--- diskusage/Makefile  Sun May  5 03:03:58 2002
+++ /usr/ports/sysutils/diskusage/Makefile      Wed May 29 09:17:58 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=      diskusage
-PORTVERSION=   1.02
+PORTVERSION=   1.03
 CATEGORIES=    sysutils
 MASTER_SITES=  ftp://ftp.maske.org/pub/FreeBSD/distfiles/
 
diff -ru diskusage/distinfo /usr/ports/sysutils/diskusage/distinfo
--- diskusage/distinfo  Sun May  5 03:03:58 2002
+++ /usr/ports/sysutils/diskusage/distinfo      Wed May 29 09:18:43 2002
@@ -1 +1 @@
-MD5 (diskusage-1.02.tar.gz) = 58ffbcd9fe2097e2813608980e77fafc
+MD5 (diskusage-1.03.tar.gz) = 66c6fb6c03598facba3611697549bc33
diff -ru diskusage/pkg-comment /usr/ports/sysutils/diskusage/pkg-comment
--- diskusage/pkg-comment       Sun May  5 03:03:58 2002
+++ /usr/ports/sysutils/diskusage/pkg-comment   Wed May 29 09:18:55 2002
@@ -1 +1 @@
-Shows current user diskusage in human-readable format
+Shows current user diskusage in human-readable format and totals
diff -ru diskusage/pkg-descr /usr/ports/sysutils/diskusage/pkg-descr
--- diskusage/pkg-descr Sun May  5 03:03:58 2002
+++ /usr/ports/sysutils/diskusage/pkg-descr     Wed May 29 09:19:22 2002
@@ -2,7 +2,7 @@
 
 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.  Assumes user's home directory is /home/$USER and 
+human readable format and totals.  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/
Comment 1 Patrick Li freebsd_committer freebsd_triage 2002-05-29 21:34:50 UTC
State Changed
From-To: open->closed

Committed, Thanks!