Date: Mon, 20 Jul 2015 10:20:24 +0000 From: Alexey Dokuchaev <danfe@FreeBSD.org> To: Bartek Rutkowski <robak@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r392559 - head/comms/mlan3 Message-ID: <20150720102024.GA30825@FreeBSD.org> In-Reply-To: <201507201003.t6KA3BoS088496@repo.freebsd.org> References: <201507201003.t6KA3BoS088496@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jul 20, 2015 at 10:03:11AM +0000, Bartek Rutkowski wrote: > New Revision: 392559 > URL: https://svnweb.freebsd.org/changeset/ports/392559 > > Log: > comms/mlan3: fix BROKEN=unfetchable > > [...] > -MASTER_SITES= ftp://ftp.dalsemi.com/pub/auto_id/public/ > +MASTER_SITES= files.maximintegrated.com/sia_bu/public/ What happened to the URL scheme (protocol)? > @@ -1,7 +1,5 @@ > -A port of Dallas Semiconductors 3.00 beta API for accessing 1-wire LAN > -devices. Only DS2480 serial port adapters are supported by this port. > +A port of Dallas Semiconductors 3.00 beta API for accessing > +1-wire LAN devices. Only DS2480 serial port adapters are > +supported by this port. This change had made things worse; previous indentation was within safe limits (not like 78 or 80), so wrapping was totally uncalled. I think I've mentioned it to Chris before, but he probably forgot about it after couple of months had passed. ./danfe
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150720102024.GA30825>