svn commit: r566106 - branches/2021Q1/net/vde2
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Feb 19 23:00:19 UTC 2021
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 at 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
More information about the svn-ports-branches
mailing list