View | Details | Raw Unified | Return to bug 270440 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-7 / +4 lines)
Lines 1-21 Link Here
1
PORTNAME=	pkt-gen
1
PORTNAME=	pkt-gen
2
PORTVERSION=	g2023.03.22
2
PORTVERSION=	g2023.04.19
3
CATEGORIES=	net
3
CATEGORIES=	net
4
4
5
MAINTAINER=	olivier@FreeBSD.org
5
MAINTAINER=	olivier@FreeBSD.org
6
COMMENT=	Packet sink/source using the netmap API
6
COMMENT=	Packet sink/source using the netmap API
7
WWW=		https://github.com/luigirizzo/netmap
7
WWW=		https://github.com/jlduran/netmap
8
8
9
LICENSE=	BSD2CLAUSE
9
LICENSE=	BSD2CLAUSE
10
10
11
NOT_FOR_ARCHS=	armv6 armv7 i386 mips powerpc
12
NOT_FOR_ARCHS_REASON=	build error with time_t type on 32bit platforms
13
14
USES=		gmake
11
USES=		gmake
15
USE_GITHUB=	yes
12
USE_GITHUB=	yes
16
GH_ACCOUNT=	luigirizzo
13
GH_ACCOUNT=	jlduran
17
GH_PROJECT=	netmap
14
GH_PROJECT=	netmap
18
GH_TAGNAME=	0a53f85
15
GH_TAGNAME=	36368ab
19
MAKEFILE=	GNUmakefile
16
MAKEFILE=	GNUmakefile
20
17
21
OPTIONS_DEFINE=	PCAP
18
OPTIONS_DEFINE=	PCAP
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1679702302
1
TIMESTAMP = 1681923377
2
SHA256 (luigirizzo-netmap-g2023.03.22-0a53f85_GH0.tar.gz) = 11af9db132407c39828b7dbf4906e01eedf8f70bac9dc178bd3d6a90aace8292
2
SHA256 (jlduran-netmap-g2023.04.19-36368ab_GH0.tar.gz) = d7aad157e69bb6252e6874dd600f5b17adb37fbbc45d68d64a3c7bd226e78813
3
SIZE (luigirizzo-netmap-g2023.03.22-0a53f85_GH0.tar.gz) = 758416
3
SIZE (jlduran-netmap-g2023.04.19-36368ab_GH0.tar.gz) = 758903

Return to bug 270440