From owner-svn-ports-all@freebsd.org Fri Aug 5 19:17:37 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 65024BB0091; Fri, 5 Aug 2016 19:17:37 +0000 (UTC) (envelope-from dan@langille.org) Received: from clavin1.langille.org (clavin.langille.org [162.208.116.86]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "clavin.langille.org", Issuer "StartCom Class 2 Primary Intermediate Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 439321ED5; Fri, 5 Aug 2016 19:17:36 +0000 (UTC) (envelope-from dan@langille.org) Received: from (clavin1.int.langille.org (clavin1.int.unixathome.org [10.4.7.7]) (Authenticated sender: hidden) with ESMTPSA id D2C163393 ; Fri, 5 Aug 2016 19:17:00 +0000 (UTC) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: svn commit: r419698 - head/security/py-crits From: Dan Langille In-Reply-To: <201608051828.u75ISHrj086899@repo.freebsd.org> Date: Fri, 5 Aug 2016 15:17:00 -0400 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <0BADE073-CAAC-41CA-ABE8-66339F9A7A7A@langille.org> References: <201608051828.u75ISHrj086899@repo.freebsd.org> To: Dan Langille X-Mailer: Apple Mail (2.3124) 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: Fri, 05 Aug 2016 19:17:37 -0000 > On Aug 5, 2016, at 2:28 PM, Dan Langille wrote: >=20 > Author: dvl > Date: Fri Aug 5 18:28:17 2016 > New Revision: 419698 > URL: https://svnweb.freebsd.org/changeset/ports/419698 >=20 > Log: > - Fix ambiguous specification of libpcap by using libpcap from base =46rom ports, not from base, from ports. > - use PYTHON_PKGNAMEPREFIX instead of PKGNAMEPREFIX for pillow = depends > - Bump PORTREVISION >=20 > PR: 211578 >=20 > Modified: > head/security/py-crits/Makefile >=20 > Modified: head/security/py-crits/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/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 @@ >=20 > PORTNAME=3D crits > PORTVERSION=3D 3.1.0 > -PORTREVISION=3D 3 > +PORTREVISION=3D 4 > DISTVERSIONPREFIX=3D v > CATEGORIES=3D security > PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX} > @@ -23,7 +23,7 @@ USE_APACHE_RUN=3D 22+ >=20 > LIB_DEPENDS+=3D libpcre.so:devel/pcre \ > libcurl.so:ftp/curl \ > - libpcap.so:net/libpcap > + libpcap.so.1:net/libpcap >=20 > RUN_DEPENDS+=3D 7z:archivers/p7zip \ > unrar:archivers/unrar \ > _______________________________________________ > svn-ports-head@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-ports-head > To unsubscribe, send any mail to = "svn-ports-head-unsubscribe@freebsd.org"