Index: head/net/vether-kmod/Makefile =================================================================== --- head/net/vether-kmod/Makefile (revision 491543) +++ head/net/vether-kmod/Makefile (revision 491544) @@ -1,31 +1,31 @@ # $FreeBSD$ PORTNAME= vether-kmod -DISTVERSION= g20181017 +DISTVERSION= g20190128 CATEGORIES= net MAINTAINER= henning.matyschok@outlook.com COMMENT= Virtual Ethernet Interface LICENSE= BSD2CLAUSE ISCL LICENSE_COMB= multi USES= kmod uidfix USE_GITHUB= yes GH_ACCOUNT= hmatyschok GH_PROJECT= if_vether -GH_TAGNAME= fcde6f0b5ee6db4fb621acf8be0ed3d3c28ba2ec +GH_TAGNAME= 1b2c04f9ea7ea0eda85ee23c04c51491ed710e84 PLIST_FILES= ${KMODDIR}/if_vether.ko \ man/man4/if_vether.4.gz \ man/man4/vether.4.gz WRKSRC_SUBDIR= src post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/man/man4 ${INSTALL_DATA} ${WRKSRC}/if_vether.4 ${STAGEDIR}${PREFIX}/man/man4 @${RLN} ${STAGEDIR}${PREFIX}/man/man4/if_vether.4 \ ${STAGEDIR}${PREFIX}/man/man4/vether.4 .include Index: head/net/vether-kmod/distinfo =================================================================== --- head/net/vether-kmod/distinfo (revision 491543) +++ head/net/vether-kmod/distinfo (revision 491544) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539751288 -SHA256 (hmatyschok-if_vether-g20181017-fcde6f0b5ee6db4fb621acf8be0ed3d3c28ba2ec_GH0.tar.gz) = 06e5fd617b14b44a2ecd01ec4d07d2b356cbc17259100b90f333bc964a4c80e9 -SIZE (hmatyschok-if_vether-g20181017-fcde6f0b5ee6db4fb621acf8be0ed3d3c28ba2ec_GH0.tar.gz) = 7452 +TIMESTAMP = 1548705559 +SHA256 (hmatyschok-if_vether-g20190128-1b2c04f9ea7ea0eda85ee23c04c51491ed710e84_GH0.tar.gz) = f3d1dd525ac3a3899699cddf9f2abf23f57e2ae9f9ba102781d436b236c9d417 +SIZE (hmatyschok-if_vether-g20190128-1b2c04f9ea7ea0eda85ee23c04c51491ed710e84_GH0.tar.gz) = 7481 Index: head/net/vether-kmod/pkg-descr =================================================================== --- head/net/vether-kmod/pkg-descr (revision 491543) +++ head/net/vether-kmod/pkg-descr (revision 491544) @@ -1,5 +1,5 @@ -The if_vether(4) interface simulates a normal Ethernet interface -by encapsulating standard network frames with an Ethernet header, +The if_vether(4) interface simulates a normal Ethernet interface +by encapsulating standard network frames with an Ethernet header, specifically for use as a member of if_bridge(4). WWW: https://github.com/hmatyschok/if_vether