Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  7 Aug 2001 20:39:51 +0200 (CEST)
From:      Anders Nordby <anders@fix.no>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29512: Update port: sysutils/bchunk
Message-ID:  <20010807183951.7851F3C8E@totem.fix.no>

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

>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:

	<Relevant environment information (multiple lines)>

>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:

	<Code/input/activities to reproduce the problem (multiple lines)>

>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 <bsd.port.mk>
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 <anders@fix.no>
>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?20010807183951.7851F3C8E>