svn commit: r419698 - head/security/py-crits

Dan Langille dan at langille.org
Fri Aug 5 19:17:37 UTC 2016


> On Aug 5, 2016, at 2:28 PM, Dan Langille <dvl at freebsd.org> wrote:
> 
> 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

From ports, not from base, from ports.

>  - 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  \
> _______________________________________________
> svn-ports-head at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-ports-head
> To unsubscribe, send any mail to "svn-ports-head-unsubscribe at freebsd.org"



More information about the svn-ports-all mailing list