diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-01-29 07:00:49 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-01-29 07:00:49 +0000 |
commit | e6d25468234376d619fcb4f36b7e4cb2845e4bc3 (patch) | |
tree | a00b249effeb835a2eef77ea6da13fdd38cb2817 /net/vether-kmod | |
parent | 9cfcfe962166129c78ea5e664230981068b5cd79 (diff) | |
download | ports-e6d25468234376d619fcb4f36b7e4cb2845e4bc3.tar.gz ports-e6d25468234376d619fcb4f36b7e4cb2845e4bc3.zip |
Notes
Diffstat (limited to 'net/vether-kmod')
-rw-r--r-- | net/vether-kmod/Makefile | 4 | ||||
-rw-r--r-- | net/vether-kmod/distinfo | 6 | ||||
-rw-r--r-- | net/vether-kmod/pkg-descr | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/net/vether-kmod/Makefile b/net/vether-kmod/Makefile index 36a77738f89e..ed1367d96792 100644 --- a/net/vether-kmod/Makefile +++ b/net/vether-kmod/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= vether-kmod -DISTVERSION= g20181017 +DISTVERSION= g20190128 CATEGORIES= net MAINTAINER= henning.matyschok@outlook.com @@ -15,7 +15,7 @@ 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 \ diff --git a/net/vether-kmod/distinfo b/net/vether-kmod/distinfo index 27a29e3bf3aa..e23416ecdf12 100644 --- a/net/vether-kmod/distinfo +++ b/net/vether-kmod/distinfo @@ -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 diff --git a/net/vether-kmod/pkg-descr b/net/vether-kmod/pkg-descr index 79c9aa4162c9..7a562419a67a 100644 --- a/net/vether-kmod/pkg-descr +++ b/net/vether-kmod/pkg-descr @@ -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 |