From owner-svn-ports-head@freebsd.org Fri Aug 5 18:28:18 2016 Return-Path: Delivered-To: svn-ports-head@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 E531EBB02E4; Fri, 5 Aug 2016 18:28:18 +0000 (UTC) (envelope-from dvl@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 B832F183D; Fri, 5 Aug 2016 18:28:18 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u75ISH4R086900; Fri, 5 Aug 2016 18:28:17 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u75ISHrj086899; Fri, 5 Aug 2016 18:28:17 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <201608051828.u75ISHrj086899@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Fri, 5 Aug 2016 18:28:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419698 - head/security/py-crits 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.22 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, 05 Aug 2016 18:28:19 -0000 Author: dvl Date: Fri Aug 5 18:28:17 2016 New Revision: 419698 URL: https://svnweb.freebsd.org/changeset/ports/419698 Log: - Fix ambiguous specification of libpcap by using libpcap from base - use PYTHON_PKGNAMEPREFIX instead of PKGNAMEPREFIX for pillow depends - Bump PORTREVISION PR: 211578 Modified: head/security/py-crits/Makefile Modified: head/security/py-crits/Makefile ============================================================================== --- head/security/py-crits/Makefile Fri Aug 5 17:35:30 2016 (r419697) +++ head/security/py-crits/Makefile Fri Aug 5 18:28:17 2016 (r419698) @@ -3,7 +3,7 @@ PORTNAME= crits PORTVERSION= 3.1.0 -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSIONPREFIX= v CATEGORIES= security PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,7 +23,7 @@ USE_APACHE_RUN= 22+ LIB_DEPENDS+= libpcre.so:devel/pcre \ libcurl.so:ftp/curl \ - libpcap.so:net/libpcap + libpcap.so.1:net/libpcap RUN_DEPENDS+= 7z:archivers/p7zip \ unrar:archivers/unrar \