From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Mar 11 17:50:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A78F51065688 for ; Sun, 11 Mar 2012 17:50:09 +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 57EC78FC1B for ; Sun, 11 Mar 2012 17:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2BHo9LW070767 for ; Sun, 11 Mar 2012 17:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2BHo9Ga070765; Sun, 11 Mar 2012 17:50:09 GMT (envelope-from gnats) Resent-Date: Sun, 11 Mar 2012 17:50:09 GMT Resent-Message-Id: <201203111750.q2BHo9Ga070765@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, Olli Hauer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5279106566B; Sun, 11 Mar 2012 17:44:51 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from p578be941.dip0.t-ipconnect.de (p578be941.dip0.t-ipconnect.de [87.139.233.65]) by mx1.freebsd.org (Postfix) with ESMTP id 6DCE98FC18; Sun, 11 Mar 2012 17:44:51 +0000 (UTC) Received: by p578be941.dip0.t-ipconnect.de (Postfix, from userid 1100) id 626DD20838; Sun, 11 Mar 2012 18:44:47 +0100 (CET) Message-Id: <20120311174447.626DD20838@p578be941.dip0.t-ipconnect.de> Date: Sun, 11 Mar 2012 18:44:47 +0100 (CET) From: Olli Hauer To: X-Send-Pr-Version: 3.113 Cc: itetcu@FreeBSD.org Subject: ports/165937: [patch] port ports-mgmt/tinderbox fix MD5_FILE -> DISTINFO_FILE, MD5 -> SHA256 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: Sun, 11 Mar 2012 17:50:09 -0000 >Number: 165937 >Category: ports >Synopsis: [patch] port ports-mgmt/tinderbox fix MD5_FILE -> DISTINFO_FILE, MD5 -> SHA256 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Mar 11 17:50:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Olli Hauer >Release: >Organization: >Environment: >Description: MD5_FILE and MD5 checksum is past, update to use DISTINFO_FILE and SHA25 Fixed already in HEAD. http://marcuscom.com/pipermail/tinderbox-list/2012-March/002547.html >How-To-Repeat: >Fix: --- patch_tinderbox.txt begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/ports-mgmt/tinderbox/Makefile,v retrieving revision 1.73 diff -u -r1.73 Makefile --- Makefile 14 Jan 2012 16:16:08 -0000 1.73 +++ Makefile 11 Mar 2012 17:34:10 -0000 @@ -6,6 +6,7 @@ PORTNAME= tinderbox PORTVERSION= 3.4.1 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= http://tinderbox.marcuscom.com/ \ http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/ Index: files/patch-lib__tc_command.sh =================================================================== RCS file: files/patch-lib__tc_command.sh diff -N files/patch-lib__tc_command.sh --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-lib__tc_command.sh 11 Mar 2012 17:34:10 -0000 @@ -0,0 +1,14 @@ +--- ./lib/tc_command.sh.orig 2012-03-11 18:29:27.000000000 +0100 ++++ ./lib/tc_command.sh 2012-03-11 18:30:06.000000000 +0100 +@@ -2299,9 +2299,9 @@ + oldcwd=${PWD} + path=$(tinderLoc portstree ${portstree}) + cd "${path}/ports/${port}" +- distinfo=$(env PORTSDIR="${path}/ports" make -V MD5_FILE) ++ distinfo=$(env PORTSDIR="${path}/ports" make -V DISTINFO_FILE) + if [ -f "${distinfo}" ]; then +- for df in $(grep '^MD5' ${distinfo} | awk -F '[\(\)]' '{print $2}'); do ++ for df in $(grep '^SHA256' ${distinfo} | awk -F '[\(\)]' '{print $2}'); do + if ! grep -q "^${df}\$" ${disttmp}; then + echo ${df} >> ${disttmp} + fi --- patch_tinderbox.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: