Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 2002 13:00:05 -0700 (PDT)
From:      "Douglas A. Maske" <maske@maske.org>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/37389: Port Update
Message-ID:  <200204232000.g3NK05J67688@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/37389; it has been noted by GNATS.

From: "Douglas A. Maske" <maske@maske.org>
To: "Kris Kennaway" <kris@obsecurity.org>
Cc: <freebsd-gnats-submit@FreeBSD.ORG>
Subject: Re: ports/37389: Port Update
Date: Tue, 23 Apr 2002 14:58:54 -0500

 How is this:
 diff -ru /usr/ports/sysutils/diskusage/Makefile diskusage/Makefile
 --- /usr/ports/sysutils/diskusage/Makefile      Thu Mar 28 21:48:14 2002
 +++ diskusage/Makefile  Thu Mar 28 15:49:24 2002
 @@ -1,16 +1,16 @@
  # New ports collection makefile for:   diskusage
 -# Whom:                        maske
 -# Date created:                23 August 1999
 +# Whom:                        maske@maske.org
 +# Date created:                28 March 2002
  #
 -# $FreeBSD: ports/sysutils/diskusage/Makefile,v 1.7 2002/03/28 22:55:35
 petef Exp $
 +# $FreeBSD: ports/sysutils/diskusage/Makefile,v 1.6 2002/01/21 19:30:35
 fenner Exp $
  #
 
  PORTNAME=      diskusage
 -PORTVERSION=   1.01
 +PORTVERSION=   1.02
  CATEGORIES=    sysutils
  MASTER_SITES=  ftp://ftp.maske.org/pub/FreeBSD/distfiles/
 
 -MAINTAINER=    ports@FreeBSD.Org
 +MAINTAINER=    maske@maske.org
 
  MAN1=          diskusage.1
  MANCOMPRESSED= yes
 @@ -18,10 +18,10 @@
  WRKSRC=                ${WRKDIR}/diskusage
 
  do-build:
 -       ( cd ${WRKSRC}; ${CXX} -ansi diskusage.cpp -o diskusage )
 +       ( cd ${WRKSRC}; chmod a+x diskusage )
 
  do-install:
 -       $(INSTALL_PROGRAM) ${WRKSRC}/diskusage ${PREFIX}/bin
 +       $(INSTALL_SCRIPT) ${WRKSRC}/diskusage ${PREFIX}/bin
         ${INSTALL_MAN} ${WRKSRC}/diskusage.1.gz ${PREFIX}/man/man1
 
  .include <bsd.port.mk>
 diff -ru /usr/ports/sysutils/diskusage/distinfo diskusage/distinfo
 --- /usr/ports/sysutils/diskusage/distinfo      Sun Jan 23 22:49:47 2000
 +++ diskusage/distinfo  Thu Mar 28 15:51:10 2002
 @@ -1 +1 @@
 -MD5 (diskusage-1.01.tar.gz) = f66b535c8515d01bf9352e15cb6219ec
 +MD5 (diskusage-1.02.tar.gz) = 58ffbcd9fe2097e2813608980e77fafc
 diff -ru /usr/ports/sysutils/diskusage/pkg-comment diskusage/pkg-comment
 --- /usr/ports/sysutils/diskusage/pkg-comment   Sat Nov 13 21:25:26 1999
 +++ diskusage/pkg-comment       Thu Mar 28 15:43:02 2002
 @@ -1 +1 @@
 -Shows current user diskusage in kilobytes
 +Shows current user diskusage in human-readable format
 diff -ru /usr/ports/sysutils/diskusage/pkg-descr diskusage/pkg-descr
 --- /usr/ports/sysutils/diskusage/pkg-descr     Thu Mar 28 21:48:14 2002
 +++ diskusage/pkg-descr Thu Mar 28 15:43:26 2002
 @@ -1,11 +1,11 @@
 -diskusage is an ANSI C++ program, written for FreeBSD 3.x and higher.
 +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
 -kilobytes.  Assumes user's home directory is /home/$USER and
 +human readable format.  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/
 +WWW: http://www.maske.org/support/unix/apps/diskusage
 
  - Douglas A. Maske
    <maske@maske.org>
 ----- Original Message -----
 From: "Kris Kennaway" <kris@obsecurity.org>
 To: "Douglas A. Maske" <maske@maske.org>
 Cc: <freebsd-gnats-submit@FreeBSD.ORG>
 Sent: Tuesday, April 23, 2002 2:55 PM
 Subject: Re: ports/37389: Port Update
 
 
 > On Tue, Apr 23, 2002 at 12:40:41PM -0700, Douglas A. Maske wrote:
 >
 > > diff diskusage/Makefile /usr/ports/sysutils/diskusage/Makefile
 >
 > Thanks for the submission, but please use the command
 >
 > diff -ru /usr/ports/sysutils/diskusage/ diskusage/
 >
 > instead.  This will provide diffs for every file in that hierarchy,
 > not just the Makefile (e.g. you forgot the distinfo update), and in
 > unidiff format which is generally preferred.  You also got the two
 > arguments to diff around the wrong way.
 >
 > Kris
 >
 

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?200204232000.g3NK05J67688>