Date: Tue, 29 Jan 2019 07:00:49 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491544 - head/net/vether-kmod Message-ID: <201901290700.x0T70nsf068751@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Tue Jan 29 07:00:49 2019 New Revision: 491544 URL: https://svnweb.freebsd.org/changeset/ports/491544 Log: net/vether-kmod: Update to g20190128 - While here pet portlint and fix some whitespace issues in pkg-descr PR: 235285 Submitted by: maintainer Modified: head/net/vether-kmod/Makefile head/net/vether-kmod/distinfo head/net/vether-kmod/pkg-descr Modified: head/net/vether-kmod/Makefile ============================================================================== --- head/net/vether-kmod/Makefile Tue Jan 29 06:48:14 2019 (r491543) +++ head/net/vether-kmod/Makefile Tue Jan 29 07:00:49 2019 (r491544) @@ -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 \ Modified: head/net/vether-kmod/distinfo ============================================================================== --- head/net/vether-kmod/distinfo Tue Jan 29 06:48:14 2019 (r491543) +++ head/net/vether-kmod/distinfo Tue Jan 29 07:00:49 2019 (r491544) @@ -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 Modified: head/net/vether-kmod/pkg-descr ============================================================================== --- head/net/vether-kmod/pkg-descr Tue Jan 29 06:48:14 2019 (r491543) +++ head/net/vether-kmod/pkg-descr Tue Jan 29 07:00:49 2019 (r491544) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901290700.x0T70nsf068751>