From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 4 18:29:35 2006 Return-Path: X-Original-To: freebsd-ports-bugs@FreeBSD.org Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4C8A16A416; Wed, 4 Oct 2006 18:29:35 +0000 (UTC) (envelope-from laszlof@vonostingroup.com) Received: from hutch.cpmsg.com (adsl-70-235-62-254.dsl.sfldmi.sbcglobal.net [70.235.62.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id C62F243D5C; Wed, 4 Oct 2006 18:29:30 +0000 (GMT) (envelope-from laszlof@vonostingroup.com) Received: by hutch.cpmsg.com (Postfix, from userid 1003) id 026BB2843C; Wed, 4 Oct 2006 14:28:21 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on hutch.cpmsg.com X-Spam-Level: X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.1 Received: from [192.168.1.34] (unknown [192.168.1.34]) by hutch.cpmsg.com (Postfix) with ESMTP id 6F1D42841F; Wed, 4 Oct 2006 14:28:14 -0400 (EDT) Message-ID: <4523FD82.4000701@vonostingroup.com> Date: Wed, 04 Oct 2006 14:29:22 -0400 From: Frank Laszlo User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org References: <200610041810.k94IALTb015051@freefall.freebsd.org> In-Reply-To: <200610041810.k94IALTb015051@freefall.freebsd.org> X-Enigmail-Version: 0.93.2.0 OpenPGP: url=http://www.franksworld.org/~laszlof/keys/0x0B3FCA4B.asc Content-Type: multipart/mixed; boundary="------------060406010706060603040504" Cc: Subject: Re: ports/103986: [UPDATE]: sysutils/tenshi: Update to version 0.6.0 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: Wed, 04 Oct 2006 18:29:35 -0000 This is a multi-part message in MIME format. --------------060406010706060603040504 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Please use the attached patch in place in the original, I forgot to install SHA256. Thanks -Frank --------------060406010706060603040504 Content-Type: text/plain; name="tenshi-0.6.0.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="tenshi-0.6.0.diff" diff -NrU3 tenshi.orig/Makefile tenshi/Makefile --- tenshi.orig/Makefile Wed Oct 4 11:55:00 2006 +++ tenshi/Makefile Wed Oct 4 11:55:39 2006 @@ -6,7 +6,7 @@ # PORTNAME= tenshi -PORTVERSION= 0.5.1 +PORTVERSION= 0.6 CATEGORIES= sysutils MASTER_SITES= http://dev.gentoo.org/~lcars/%SUBDIR%/ MASTER_SITE_SUBDIR= tenshi diff -NrU3 tenshi.orig/distinfo tenshi/distinfo --- tenshi.orig/distinfo Wed Oct 4 11:55:00 2006 +++ tenshi/distinfo Wed Oct 4 12:27:48 2006 @@ -1,3 +1,3 @@ -MD5 (tenshi-0.5.1.tar.gz) = 44361d5d8defc5170146f467a8825413 -SHA256 (tenshi-0.5.1.tar.gz) = 0e6f89b84502a73f16d77fc0c4b09d2e8e9ecef8b20022a765731499fd7d9457 -SIZE (tenshi-0.5.1.tar.gz) = 18871 +MD5 (tenshi-0.6.tar.gz) = 2722d5bb4538b313347fafbb06eed3e0 +SHA256 (tenshi-0.6.tar.gz) = 4d729d41b420e1075f78cdd31d2d0302ea9433cea9aae8ec2adc90da8e1f5696 +SIZE (tenshi-0.6.tar.gz) = 18782 --------------060406010706060603040504--