From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 26 02:00:04 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4079216A478 for ; Fri, 26 Oct 2007 02:00:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B820E13C4B2 for ; Fri, 26 Oct 2007 02:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l9Q202ed085786 for ; Fri, 26 Oct 2007 02:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l9Q202TU085785; Fri, 26 Oct 2007 02:00:02 GMT (envelope-from gnats) Resent-Date: Fri, 26 Oct 2007 02:00:02 GMT Resent-Message-Id: <200710260200.l9Q202TU085785@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Chess Griffin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00DDB16A468 for ; Fri, 26 Oct 2007 01:59:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id DEE5213C4CB for ; Fri, 26 Oct 2007 01:59:10 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l9Q1wfr2054101 for ; Fri, 26 Oct 2007 01:58:41 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.1/8.14.1/Submit) id l9Q1wfPG054100; Fri, 26 Oct 2007 01:58:41 GMT (envelope-from nobody) Message-Id: <200710260158.l9Q1wfPG054100@www.freebsd.org> Date: Fri, 26 Oct 2007 01:58:41 GMT From: Chess Griffin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/117518: [PATCH] misc/ipbt - fix BROKEN size mismatch in distinfo X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Oct 2007 02:00:04 -0000 >Number: 117518 >Category: ports >Synopsis: [PATCH] misc/ipbt - fix BROKEN size mismatch in distinfo >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Oct 26 02:00:02 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Chess Griffin >Release: 7.0-BETA1 >Organization: >Environment: FreeBSD bsdbob.localdomain 7.0-BETA1 FreeBSD 7.0-BETA1 #0: Mon Oct 22 12:10:49 EDT 2007 root@bsdbob.localdomain:/usr/obj/usr/src/sys/CHESS i386 >Description: Try to build misc/ipbt. It will fail due to size mismatch in distinfo file. Patch is below. diff -u /home/chess/ipbt/Makefile /usr/ports/misc/ipbt/Makefile --- /home/chess/ipbt/Makefile 2007-10-25 21:41:58.000000000 -0400 +++ /usr/ports/misc/ipbt/Makefile 2007-10-25 21:47:25.000000000 -0400 @@ -14,8 +14,6 @@ MAINTAINER= matt_mills@btopenworld.com COMMENT= A high-tech ttyrec player with improvements over ttyplay -BROKEN= Size mismatch - MAN1= ipbt.1 USE_PERL5= yes diff -u /home/chess/ipbt/distinfo /usr/ports/misc/ipbt/distinfo --- /home/chess/ipbt/distinfo 2007-07-30 23:04:15.000000000 -0400 +++ /usr/ports/misc/ipbt/distinfo 2007-10-25 20:24:47.000000000 -0400 @@ -1,3 +1,3 @@ -MD5 (ipbt-r7471.tar.gz) = 5d00fa7fe55cf05601900b2fa4a76b75 -SHA256 (ipbt-r7471.tar.gz) = 363c271b330824cb3554603dd87420dc4c454dfd83bbae9d6a3a6dfcdf7a857f -SIZE (ipbt-r7471.tar.gz) = 177242 +MD5 (ipbt-r7471.tar.gz) = 04f334f253f2699705ea434148c23db7 +SHA256 (ipbt-r7471.tar.gz) = 607f2dfeb9e90b69e26a2991908aaec671bcddfbe15e645e27d5d1a26afc05cc +SIZE (ipbt-r7471.tar.gz) = 177237 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: