Date: Fri, 19 Feb 2021 22:53:07 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566105 - head/net/vde2 Message-ID: <202102192253.11JMr7QF066584@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102192253.11JMr7QF066584>