svn commit: r382248 - head/net/dshell
Baptiste Daroussin
bapt at FreeBSD.org
Fri Mar 27 22:30:44 UTC 2015
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/
>
> Log:
> Fix variable assignment of RUN_DEPENDS.
>
> Pointed out by: adamw
>
> Modified:
> head/net/dshell/Makefile
>
> Modified: head/net/dshell/Makefile
> ==============================================================================
> --- 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= 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= ${BUILD_DEPENDS}
> +RUN_DEPENDS:= ${BUILD_DEPENDS}
>
Sorry but the is broken:
See https://lists.freebsd.org/pipermail/svn-ports-all/2015-March/088706.html for
details.
Best regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20150327/2af45448/attachment.sig>
More information about the svn-ports-all
mailing list