From owner-svn-ports-head@FreeBSD.ORG Fri Mar 27 22:30:44 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3D771587; Fri, 27 Mar 2015 22:30:44 +0000 (UTC) Received: from mail-yh0-x232.google.com (mail-yh0-x232.google.com [IPv6:2607:f8b0:4002:c01::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E53CCD4; Fri, 27 Mar 2015 22:30:43 +0000 (UTC) Received: by yhch68 with SMTP id h68so43326659yhc.1; Fri, 27 Mar 2015 15:30:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=KWH6ulF1pvhzVJ39wUsbC7IDFgd38Tm6y6asz/lxci8=; b=MyZGiBLZdeVtP7Wz4B8M/xo4D120wprBE/y5hSPM3XFhTyKZtdh6GAxwwpXtvaSaLr DKH/1uv2KlEicy4SNcucTiEECUeU+OmpcowqeziJ5cy6hy9z+2CWiCnNYHHpnr3MRgcP Je07MfDkEHkaRssUe+BkzOaQQFHg3KOG9IgKrTwKwmk0Tce2cETULYSQQTy0+CiMsNhG 5R9RIlMhcPKwlqY39jrnBtlbpkoiLmYxuGtrSLlBNOIcVCOiQW3hQJIztw2QKQNZX+/Y E0TzKeNIZWAAs2fKttYmVfqnMlJMnXUR/znIHx4U7R9OV8xntXt766kvKmTl8qlbA368 oB/A== X-Received: by 10.52.36.39 with SMTP id n7mr23879463vdj.2.1427495442904; Fri, 27 Mar 2015 15:30:42 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id tf7sm564088vdb.7.2015.03.27.15.30.40 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 27 Mar 2015 15:30:41 -0700 (PDT) Sender: Baptiste Daroussin Date: Fri, 27 Mar 2015 23:30:38 +0100 From: Baptiste Daroussin To: MANTANI Nobutaka Subject: Re: svn commit: r382248 - head/net/dshell Message-ID: <20150327223037.GA7979@ivaldir.etoilebsd.net> References: <201503251610.t2PGA5EJ056920@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="RnlQjJ0d97Da+TV1" Content-Disposition: inline In-Reply-To: <201503251610.t2PGA5EJ056920@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Mar 2015 22:30:44 -0000 --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--