From owner-svn-ports-head@FreeBSD.ORG Thu Feb 19 14:41:47 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 B254CD93; Thu, 19 Feb 2015 14:41:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9E4E5E33; Thu, 19 Feb 2015 14:41:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1JEflWP008357; Thu, 19 Feb 2015 14:41:47 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1JEflnL008356; Thu, 19 Feb 2015 14:41:47 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201502191441.t1JEflnL008356@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 19 Feb 2015 14:41:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379344 - head/net/scapy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Thu, 19 Feb 2015 14:41:47 -0000 Author: mat Date: Thu Feb 19 14:41:46 2015 New Revision: 379344 URL: https://svnweb.freebsd.org/changeset/ports/379344 QAT: https://qat.redports.org/buildarchive/r379344/ Log: Depend on the correct file, so that the dependency *is* registered. Sponsored by: Absolight Modified: head/net/scapy/Makefile Modified: head/net/scapy/Makefile ============================================================================== --- head/net/scapy/Makefile Thu Feb 19 13:23:06 2015 (r379343) +++ head/net/scapy/Makefile Thu Feb 19 14:41:46 2015 (r379344) @@ -32,7 +32,7 @@ PYCRYPTO_RUN_DEPENDS= ${PYTHON_SITELIBDI PYGNUPLOT_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Gnuplot/__init__.py:${PORTSDIR}/math/py-gnuplot GRAPH_RUN_DEPENDS= ${LOCALBASE}/bin/MagickCore-config:${PORTSDIR}/graphics/ImageMagick \ ${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz -P0F_BASE_RUN_DEPENDS= ${LOCALBASE}/etc/p0f/p0f.fp:${PORTSDIR}/net-mgmt/p0f +P0F_BASE_RUN_DEPENDS= ${LOCALBASE}/etc/p0f.fp:${PORTSDIR}/net-mgmt/p0f QUESO_BASE_RUN_DEPENDS= ${LOCALBASE}/etc/queso.conf.sample:${PORTSDIR}/net/queso NMAP_RUN_DEPENDS= ${LOCALBASE}/share/nmap/nmap-os-db:${PORTSDIR}/security/nmap MANUF_RUN_DEPENDS= ${LOCALBASE}/share/wireshark/manuf:${PORTSDIR}/net/wireshark