From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 7 20:30:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 95C5417D for ; Wed, 7 May 2014 20:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 824CAAEC for ; Wed, 7 May 2014 20:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s47KU18M076909 for ; Wed, 7 May 2014 20:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s47KU10A076907; Wed, 7 May 2014 20:30:01 GMT (envelope-from gnats) Date: Wed, 7 May 2014 20:30:01 GMT Message-Id: <201405072030.s47KU10A076907@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: =?ISO-8859-1?Q?Johan_Str=F6m?= Subject: Re: ports/189222: New port: comms/owfs, software for communicating with Dallas/Maxim 1-Wire network Reply-To: =?ISO-8859-1?Q?Johan_Str=F6m?= X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 May 2014 20:30:01 -0000 The following reply was made to PR ports/189222; it has been noted by GNATS. From: =?ISO-8859-1?Q?Johan_Str=F6m?= To: bug-followup@FreeBSD.org, johan@stromnet.se Cc: Subject: Re: ports/189222: New port: comms/owfs, software for communicating with Dallas/Maxim 1-Wire network Date: Wed, 07 May 2014 22:14:54 +0200 This is a multi-part message in MIME format. --------------000109050606060706010900 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Attached is patch for Makefile & distinfo, to build owfs 2.9p5 instead of p4. The updated version has important fixes. --------------000109050606060706010900 Content-Type: text/plain; charset=UTF-8; x-mac-type="0"; x-mac-creator="0"; name="owfs-2.9p5.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="owfs-2.9p5.patch" --- owfs/Makefile 2014-05-07 22:11:25.051750686 +0200 +++ owfs/Makefile 2014-05-07 22:11:31.067751643 +0200 @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= owfs -PORTVERSION= 2.9p4 +PORTVERSION= 2.9p5 CATEGORIES= comms MASTER_SITES= SF/owfs/owfs/${PORTVERSION} diff -urN owfs-2.9p4/distinfo owfs/distinfo --- owfs/distinfo 2014-05-07 22:11:25.051750686 +0200 +++ owfs/distinfo 2014-05-07 22:11:38.583752692 +0200 @@ -1,2 +1,2 @@ -SHA256 (owfs-2.9p4.tar.gz) = 69e659c596fced9fb457d5c81640f270f562385ee0994b20199b2a3a3ff217b9 -SIZE (owfs-2.9p4.tar.gz) = 1444264 +SHA256 (owfs-2.9p5.tar.gz) = f7e11bae6cd29d58726e6d29b297834e5656d6069a407d798067ae25cb0812ea +SIZE (owfs-2.9p5.tar.gz) = 1444365 --------------000109050606060706010900--