From owner-svn-ports-all@freebsd.org Thu Aug 4 16:25:54 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B8F4BAF1F5; Thu, 4 Aug 2016 16:25:54 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 0E944122C; Thu, 4 Aug 2016 16:25:53 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u74GPrQp005640; Thu, 4 Aug 2016 16:25:53 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u74GPrDk005639; Thu, 4 Aug 2016 16:25:53 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201608041625.u74GPrDk005639@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Thu, 4 Aug 2016 16:25:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419628 - head/security/barnyard2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2016 16:25:54 -0000 Author: bofh Date: Thu Aug 4 16:25:53 2016 New Revision: 419628 URL: https://svnweb.freebsd.org/changeset/ports/419628 Log: security/barnyard2: Fix ambiguous specification of libpcap PR: 211578 Submitted by: marino Modified: head/security/barnyard2/Makefile Modified: head/security/barnyard2/Makefile ============================================================================== --- head/security/barnyard2/Makefile Thu Aug 4 16:05:13 2016 (r419627) +++ head/security/barnyard2/Makefile Thu Aug 4 16:25:53 2016 (r419628) @@ -3,6 +3,7 @@ PORTNAME= barnyard2 PORTVERSION= 1.13 DISTVERSIONPREFIX= v2- +PORTREVISION= 1 CATEGORIES= security MAINTAINER= bofh@FreeBSD.org @@ -63,7 +64,7 @@ TCL_USES= tcl TCL_CONFIGURE_ON= --with-tcl=${LOCALBASE}/lib/tcl${TCL_VER} TCL_CONFIGURE_OFF= --without-tcl WANT_PGSQL_VER= 92+ -PORT_PCAP_LIB_DEPENDS= libpcap.so:net/libpcap +PORT_PCAP_LIB_DEPENDS= libpcap.so.1:net/libpcap PORT_PCAP_CONFIGURE_ON= --with-libpcap-includes=${LOCALBASE}/include \ --with-libpcap-libraries=${LOCALBASE}/lib