From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 29 02:50:07 2011 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 C5FC61065670 for ; Fri, 29 Jul 2011 02:50:07 +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 B46898FC12 for ; Fri, 29 Jul 2011 02:50:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p6T2o7O5015772 for ; Fri, 29 Jul 2011 02:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6T2o7qt015771; Fri, 29 Jul 2011 02:50:07 GMT (envelope-from gnats) Date: Fri, 29 Jul 2011 02:50:07 GMT Message-Id: <201107290250.p6T2o7qt015771@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Bob Frazier Cc: Subject: Re: ports/156876: update to comms/uarduno port for 9.0-CURRENT X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bob Frazier List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jul 2011 02:50:07 -0000 The following reply was made to PR ports/156876; it has been noted by GNATS. From: Bob Frazier To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/156876: update to comms/uarduno port for 9.0-CURRENT Date: Thu, 28 Jul 2011 19:49:39 -0700 This is a multi-part message in MIME format. --------------030600060003030909070401 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit submitting patch file (existing version is left-hand file, updated version is right-hand file) --------------030600060003030909070401 Content-Type: text/plain; name="uarduno.patch.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="uarduno.patch.txt" diff -ruN ../uarduno/Makefile ./Makefile --- ../uarduno/Makefile 2011-02-21 18:10:51.000000000 -0800 +++ ./Makefile 2011-07-05 11:34:50.000000000 -0700 @@ -6,7 +6,7 @@ # PORTNAME= uarduno -PORTVERSION= 1.0 +PORTVERSION= 1.02 CATEGORIES= comms kld MASTER_SITES= http://mrp3.com/ @@ -50,7 +50,7 @@ IGNORE= this port will not build without the latest 7.x kernel source .endif .else -# 8.x and later kernels (not tested in 9.x yet, mabye add to kernel?) +# 8.x and later kernels (partially tested in 9.x, mabye add to kernel?) # simple check for 8.x and later kernel source (find usb_core.c) .if ! exists(${SRCPREFIX}/sys/dev/usb/usb_core.c) IGNORE= this port will not build without the latest kernel source diff -ruN ../uarduno/distinfo ./distinfo --- ../uarduno/distinfo 2011-02-21 18:10:51.000000000 -0800 +++ ./distinfo 2011-07-05 11:34:53.000000000 -0700 @@ -1,2 +1,2 @@ -SHA256 (uarduno-1.0.tar.gz) = 0deb0b39b4af3c159ce8f9311fc33fe802c1220d964d26bcbd709786aa687f58 -SIZE (uarduno-1.0.tar.gz) = 62976 +SHA256 (uarduno-1.02.tar.gz) = c49e4b26c8fb2eb7c7162986be7e926c122792f2fa64099aa5daa9dc47eb5ee3 +SIZE (uarduno-1.02.tar.gz) = 12499 --------------030600060003030909070401--