Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 2002 12:40:41 -0700 (PDT)
From:      "Douglas A. Maske" <maske@maske.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/37389: Port Update
Message-ID:  <200204231940.g3NJefb63647@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         37389
>Category:       ports
>Synopsis:       Port Update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 23 12:50:04 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Douglas A. Maske
>Release:        
>Organization:
www.maske.org
>Environment:
>Description:
diff diskusage/Makefile /usr/ports/sysutils/diskusage/Makefile
2,3c2,3
< # Whom:                       maske@maske.org
< # Date created:               28 March 2002
---
> # Whom:                       maske
> # Date created:               23 August 1999
5c5
< # $FreeBSD: ports/sysutils/diskusage/Makefile,v 1.6 2002/01/21 19:30:35 fenner Exp $
---
> # $FreeBSD: ports/sysutils/diskusage/Makefile,v 1.7 2002/03/28 22:55:35 petef Exp $
9c9
< PORTVERSION=  1.02
---
> PORTVERSION=  1.01
13c13
< MAINTAINER=   maske@maske.org
---
> MAINTAINER=   ports@FreeBSD.Org
21c21
<       ( cd ${WRKSRC}; chmod a+x diskusage )
---
>       ( cd ${WRKSRC}; ${CXX} -ansi diskusage.cpp -o diskusage )
24c24
<       $(INSTALL_SCRIPT) ${WRKSRC}/diskusage ${PREFIX}/bin
---
>       $(INSTALL_PROGRAM) ${WRKSRC}/diskusage ${PREFIX}/bin
diff diskusage/distinfo /usr/ports/sysutils/diskusage/distinfo
1c1
< MD5 (diskusage-1.02.tar.gz) = 58ffbcd9fe2097e2813608980e77fafc
---
> MD5 (diskusage-1.01.tar.gz) = f66b535c8515d01bf9352e15cb6219ec
diff diskusage/pkg-comment /usr/ports/sysutils/diskusage/pkg-comment
1c1
< Shows current user diskusage in human-readable format
---
> Shows current user diskusage in kilobytes
diff diskusage/pkg-descr /usr/ports/sysutils/diskusage/pkg-descr
1c1
< diskusage is a shell script, written for FreeBSD 3.x and higher.
---
> diskusage is an ANSI C++ program, written for FreeBSD 3.x and higher.
5c5
< human readable format.  Assumes user's home directory is /home/$USER and 
---
> kilobytes.  Assumes user's home directory is /home/$USER and 
8c8
< WWW: http://www.maske.org/support/unix/apps/diskusage
---
> WWW: http://www.maske.org/support/unix/apps/diskusage/
>How-To-Repeat:
      
>Fix:
      
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204231940.g3NJefb63647>