Date: Fri, 29 Jul 2011 02:50:07 GMT From: Bob Frazier <bobf@mrp3.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/156876: update to comms/uarduno port for 9.0-CURRENT Message-ID: <201107290250.p6T2o7qt015771@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/156876; it has been noted by GNATS. From: Bob Frazier <bobf@mrp3.com> 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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107290250.p6T2o7qt015771>