Date: Fri, 5 Aug 2016 15:17:00 -0400 From: Dan Langille <dan@langille.org> To: Dan Langille <dvl@freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r419698 - head/security/py-crits Message-ID: <0BADE073-CAAC-41CA-ABE8-66339F9A7A7A@langille.org> In-Reply-To: <201608051828.u75ISHrj086899@repo.freebsd.org> References: <201608051828.u75ISHrj086899@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> On Aug 5, 2016, at 2:28 PM, Dan Langille <dvl@freebsd.org> 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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0BADE073-CAAC-41CA-ABE8-66339F9A7A7A>