svn commit: r566105 - head/net/vde2

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Feb 19 22:53:07 UTC 2021


Author: amdmi3
Date: Fri Feb 19 22:53:06 2021
New Revision: 566105
URL: https://svnweb.freebsd.org/changeset/ports/566105

Log:
  - Fix dependency on ports libpcap by explicitly specifying shlib version
  
  PR:		242332
  Reported by:	lantw44 at gmail.com

Modified:
  head/net/vde2/Makefile

Modified: head/net/vde2/Makefile
==============================================================================
--- head/net/vde2/Makefile	Fri Feb 19 22:03:31 2021	(r566104)
+++ head/net/vde2/Makefile	Fri Feb 19 22:53:06 2021	(r566105)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vde2
 PORTVERSION=	2.3.2
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	net
 MASTER_SITES=	SF/vde/${PORTNAME}/${PORTVERSION}
 
@@ -13,7 +13,7 @@ COMMENT=	User-mode virtual ethernet infrastructure
 LICENSE=	BSD3CLAUSE GPLv2 LGPL21
 LICENSE_COMB=	multi
 
-LIB_DEPENDS=	libpcap.so:net/libpcap
+LIB_DEPENDS=	libpcap.so.1:net/libpcap
 
 USES=		gmake libtool pathfix shebangfix ssl
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list