Skip to content

Commit

Permalink
net/bittwist: Update to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Jul 9, 2023
1 parent b54d6dd commit 3c8a7fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions net/bittwist/Makefile
@@ -1,12 +1,13 @@
PORTNAME= bittwist
PORTVERSION= 3.2
PORTVERSION= 3.7
DISTVERSIONPREFIX= bsd-
CATEGORIES= net
MASTER_SITES= SF/bittwist/BSD/Bit-Twist%20${PORTVERSION}

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Libpcap-based Ethernet packet generator, with PCAP editor
WWW= https://bittwist.sourceforge.io/
WWW= https://bittwist.sourceforge.io/ \
https://github.com/ayeowch/bittwist

LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
Expand All @@ -24,7 +25,7 @@ DOS2UNIX_FILES= COPYING

do-build:
${CC} ${CFLAGS} ${LDFLAGS} ${WRKSRC}/src/bittwist.c ${WRKSRC}/src/token_bucket.c -o ${WRKSRC}/src/bittwist
${CC} ${CFLAGS} ${LDFLAGS} ${WRKSRC}/src/bittwiste.c -o ${WRKSRC}/src/bittwiste
${CC} ${CFLAGS} ${LDFLAGS} ${WRKSRC}/src/bittwiste.c ${WRKSRC}/src/tinymt/tinymt64.c ${WRKSRC}/src/template_pcap.c -I${WRKSRC}/src/tinymt -o ${WRKSRC}/src/bittwiste

do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/bin/ ${STAGEDIR}${PREFIX}/share/man/man1/
Expand Down
6 changes: 3 additions & 3 deletions net/bittwist/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1686496688
SHA256 (bittwist-bsd-3.2.tar.gz) = 03013d939b783cd59ce510fafefd800515b6b7ef9cd9be3ddaa73a41c0d1d4f3
SIZE (bittwist-bsd-3.2.tar.gz) = 52713
TIMESTAMP = 1688166076
SHA256 (bittwist-bsd-3.7.tar.gz) = d8eb3d6abd318844982c1039ed4a7de4c7f01d0a9cae783eaf743559fb916bf7
SIZE (bittwist-bsd-3.7.tar.gz) = 76590

0 comments on commit 3c8a7fe

Please sign in to comment.