Date: Fri, 19 Feb 2021 23:00:19 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r566106 - branches/2021Q1/net/vde2 Message-ID: <202102192300.11JN0JWU066980@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Feb 19 23:00:19 2021 New Revision: 566106 URL: https://svnweb.freebsd.org/changeset/ports/566106 Log: MFH: r566105 - Fix dependency on ports libpcap by explicitly specifying shlib version PR: 242332 Reported by: lantw44@gmail.com Modified: branches/2021Q1/net/vde2/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/net/vde2/Makefile ============================================================================== --- branches/2021Q1/net/vde2/Makefile Fri Feb 19 22:53:06 2021 (r566105) +++ branches/2021Q1/net/vde2/Makefile Fri Feb 19 23:00:19 2021 (r566106) @@ -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?202102192300.11JN0JWU066980>