Date: Fri, 27 Mar 2015 23:30:38 +0100 From: Baptiste Daroussin <bapt@FreeBSD.org> To: MANTANI Nobutaka <nobutaka@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r382248 - head/net/dshell Message-ID: <20150327223037.GA7979@ivaldir.etoilebsd.net> In-Reply-To: <201503251610.t2PGA5EJ056920@svn.freebsd.org> References: <201503251610.t2PGA5EJ056920@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--RnlQjJ0d97Da+TV1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 25, 2015 at 04:10:05PM +0000, MANTANI Nobutaka wrote: > Author: nobutaka > Date: Wed Mar 25 16:10:04 2015 > New Revision: 382248 > URL: https://svnweb.freebsd.org/changeset/ports/382248 > QAT: https://qat.redports.org/buildarchive/r382248/ >=20 > Log: > Fix variable assignment of RUN_DEPENDS. > =20 > Pointed out by: adamw >=20 > Modified: > head/net/dshell/Makefile >=20 > Modified: head/net/dshell/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/net/dshell/Makefile Wed Mar 25 16:07:20 2015 (r382247) > +++ head/net/dshell/Makefile Wed Mar 25 16:10:04 2015 (r382248) > @@ -17,7 +17,7 @@ BUILD_DEPENDS=3D bash:${PORTSDIR}/shells/b > ${PYTHON_PKGNAMEPREFIX}dpkt>0:${PORTSDIR}/net/py-dpkt \ > ${PYTHON_PKGNAMEPREFIX}ipy>0:${PORTSDIR}/net-mgmt/py-ipy \ > ${PYTHON_PKGNAMEPREFIX}pypcap>0:${PORTSDIR}/net/py-pypcap > -RUN_DEPENDS=3D ${BUILD_DEPENDS} > +RUN_DEPENDS:=3D ${BUILD_DEPENDS} > =20 Sorry but the is broken: See https://lists.freebsd.org/pipermail/svn-ports-all/2015-March/088706.htm= l for details. Best regards, Bapt --RnlQjJ0d97Da+TV1 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlUV2g0ACgkQ8kTtMUmk6ExH6ACbBHUi0xa4crAcVB7cnkZiJkbD RrwAoKhpmDn4tdD7MA6I6XEwBxPV/p0s =nb0v -----END PGP SIGNATURE----- --RnlQjJ0d97Da+TV1--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150327223037.GA7979>