Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2023 07:18:14 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d4eb9c0e0794 - main - net/bittwist: Update to 3.2
Message-ID:  <202306300718.35U7IEBK064743@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d4eb9c0e07941beef299b100d18b756870e3ce65

commit d4eb9c0e07941beef299b100d18b756870e3ce65
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-30 07:02:02 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-30 07:02:02 +0000

    net/bittwist: Update to 3.2
    
    Changes:        https://bittwist.sourceforge.io/news.html
---
 net/bittwist/Makefile | 4 ++--
 net/bittwist/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/net/bittwist/Makefile b/net/bittwist/Makefile
index 0d688d7a1638..29e46943d012 100644
--- a/net/bittwist/Makefile
+++ b/net/bittwist/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	bittwist
-PORTVERSION=	3.1
+PORTVERSION=	3.2
 DISTVERSIONPREFIX=	bsd-
 CATEGORIES=	net
 MASTER_SITES=	SF/bittwist/BSD/Bit-Twist%20${PORTVERSION}
@@ -23,7 +23,7 @@ PLIST_FILES=	bin/bittwist \
 DOS2UNIX_FILES=	COPYING
 
 do-build:
-	${CC} ${CFLAGS} ${LDFLAGS} ${WRKSRC}/src/bittwist.c -o ${WRKSRC}/src/bittwist
+	${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
 
 do-install:
diff --git a/net/bittwist/distinfo b/net/bittwist/distinfo
index c878c1d0f679..b880a26db201 100644
--- a/net/bittwist/distinfo
+++ b/net/bittwist/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1685792184
-SHA256 (bittwist-bsd-3.1.tar.gz) = 7cf51476b5107ad07e3c68c9ef66f80dd14848eb9682a18b03f05c77a4add76b
-SIZE (bittwist-bsd-3.1.tar.gz) = 41996
+TIMESTAMP = 1686496688
+SHA256 (bittwist-bsd-3.2.tar.gz) = 03013d939b783cd59ce510fafefd800515b6b7ef9cd9be3ddaa73a41c0d1d4f3
+SIZE (bittwist-bsd-3.2.tar.gz) = 52713



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306300718.35U7IEBK064743>