From owner-freebsd-ports Tue Aug 7 11:40: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 81BF637B40A for ; Tue, 7 Aug 2001 11:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77Ie1i20181; Tue, 7 Aug 2001 11:40:01 -0700 (PDT) (envelope-from gnats) Received: from totem.fix.no (totem.fix.no [213.142.66.130]) by hub.freebsd.org (Postfix) with ESMTP id E477337B40A for ; Tue, 7 Aug 2001 11:39:52 -0700 (PDT) (envelope-from anders@totem.fix.no) Received: by totem.fix.no (Postfix, from userid 1000) id 7851F3C8E; Tue, 7 Aug 2001 20:39:51 +0200 (CEST) Message-Id: <20010807183951.7851F3C8E@totem.fix.no> Date: Tue, 7 Aug 2001 20:39:51 +0200 (CEST) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/29512: Update port: sysutils/bchunk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29512 >Category: ports >Synopsis: Update port: sysutils/bchunk >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 Aug 07 11:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 4.3-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: >Description: - Update port to the latest version, 1.1.1. - Set maintainer to me, as there doesn't seem to be one currently. - Install man page. >How-To-Repeat: >Fix: diff -Nur bchunk.old/Makefile bchunk/Makefile --- bchunk.old/Makefile Sat Apr 22 12:11:35 2000 +++ bchunk/Makefile Tue Aug 7 20:22:41 2001 @@ -6,18 +6,21 @@ # PORTNAME= bchunk -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.1 CATEGORIES= sysutils MASTER_SITES= http://hes.iki.fi/bchunk/ \ ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= utils/disk-management -MAINTAINER= ports@FreeBSD.org +MAINTAINER= anders@fix.no + +MAN1= bchunk.1 do-build: cd ${WRKSRC}; ${CC} ${CFLAGS} bchunk.c -o bchunk do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bchunk ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/bchunk.1 ${MANPREFIX}/man/man1 .include diff -Nur bchunk.old/distinfo bchunk/distinfo --- bchunk.old/distinfo Thu Jan 14 00:08:52 1999 +++ bchunk/distinfo Tue Aug 7 20:08:37 2001 @@ -1 +1 @@ -MD5 (bchunk-1.0.0.tar.gz) = 09ee48d87a4643dcaefe471f7ca4becb +MD5 (bchunk-1.1.1.tar.gz) = 9a86fde990df3a58fad51876139f121c diff -Nur bchunk.old/pkg-descr bchunk/pkg-descr --- bchunk.old/pkg-descr Mon May 3 06:21:41 1999 +++ bchunk/pkg-descr Tue Aug 7 20:26:29 2001 @@ -15,5 +15,4 @@ WWW: http://hes.iki.fi/bchunk/ -- Adam McDougall -bsdx@spawnet.com +- Anders Nordby >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message