View | Details | Raw Unified | Return to bug 229593
Collapse All | Expand All

(-)net/vether-kmod/Makefile (-2 / +2 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	vether-kmod
3
PORTNAME=	vether-kmod
4
DISTVERSION=	g20180707
4
DISTVERSION=	g20180708
5
CATEGORIES=	net
5
CATEGORIES=	net
6
6
7
MAINTAINER=	henning.matyschok@outlook.com
7
MAINTAINER=	henning.matyschok@outlook.com
Lines 15-21 Link Here
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	hmatyschok
16
GH_ACCOUNT=	hmatyschok
17
GH_PROJECT=	if_vether
17
GH_PROJECT=	if_vether
18
GH_TAGNAME=	cd7f255957cf625d70f7583fb383c724c2e61d4f
18
GH_TAGNAME=	2a0b4c1e708842f57c8b3e2c5ab6dd5324275fed
19
19
20
PLIST_FILES=	${KMODDIR}/if_vether.ko \
20
PLIST_FILES=	${KMODDIR}/if_vether.ko \
21
		man/man4/if_vether.4.gz \
21
		man/man4/if_vether.4.gz \
(-)net/vether-kmod/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1530924300
1
TIMESTAMP = 1531007270
2
SHA256 (hmatyschok-if_vether-g20180707-cd7f255957cf625d70f7583fb383c724c2e61d4f_GH0.tar.gz) = c1420b2ace1087561f6a16e02d2726df5ee840771c934136d39e0be85eb1b21d
2
SHA256 (hmatyschok-if_vether-g20180708-2a0b4c1e708842f57c8b3e2c5ab6dd5324275fed_GH0.tar.gz) = 4a54aae613ab91ab7bdf3bf2a7ef5e7dc1f65b8dea12978bb7aaeb3e721632df
3
SIZE (hmatyschok-if_vether-g20180707-cd7f255957cf625d70f7583fb383c724c2e61d4f_GH0.tar.gz) = 7517
3
SIZE (hmatyschok-if_vether-g20180708-2a0b4c1e708842f57c8b3e2c5ab6dd5324275fed_GH0.tar.gz) = 7551

Return to bug 229593