svn commit: r419698 - head/security/py-crits
Dan Langille
dvl at FreeBSD.org
Fri Aug 5 18:28:19 UTC 2016
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 \
More information about the svn-ports-head
mailing list