Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Aug 2016 18:28:17 +0000 (UTC)
From:      Dan Langille <dvl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419698 - head/security/py-crits
Message-ID:  <201608051828.u75ISHrj086899@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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  \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608051828.u75ISHrj086899>