Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2024 05:27:36 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: 1a1f293e587b - main - net/bittwist: Update to 4.1
Message-ID:  <202410140527.49E5RaJa047674@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=1a1f293e587be29a639dc3054fcaee8d418ce649

commit 1a1f293e587be29a639dc3054fcaee8d418ce649
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-10-14 04:48:05 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-10-14 05:25:19 +0000

    net/bittwist: Update to 4.1
    
    - Update WWW: I've contacted the author and confirmed that GitHub repo was removed
    - Clean up:
      - Remove USES=dos2unix
      - Remove MKDIR for directories in Templates/BSD.local.dist
    
    Changes:        https://bittwist.sourceforge.io/news.html
---
 net/bittwist/Makefile | 10 ++--------
 net/bittwist/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 11 deletions(-)

diff --git a/net/bittwist/Makefile b/net/bittwist/Makefile
index a39648743d1c..2de6108d1c5c 100644
--- a/net/bittwist/Makefile
+++ b/net/bittwist/Makefile
@@ -1,19 +1,16 @@
 PORTNAME=	bittwist
-PORTVERSION=	3.8
+PORTVERSION=	4.1
 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/ \
-		https://github.com/ayeowch/bittwist
+WWW=		https://bittwist.sourceforge.io/
 
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		dos2unix
-
 LDFLAGS+=	-lpcap
 
 PLIST_FILES=	bin/bittwist \
@@ -21,14 +18,11 @@ PLIST_FILES=	bin/bittwist \
 		share/man/man1/bittwist.1.gz \
 		share/man/man1/bittwiste.1.gz
 
-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 ${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/
 	${INSTALL_PROGRAM} ${WRKSRC}/src/bittwist ${WRKSRC}/src/bittwiste ${STAGEDIR}${PREFIX}/bin/
 	${INSTALL_MAN} ${WRKSRC}/doc/bittwist.1 ${WRKSRC}/doc/bittwiste.1 ${STAGEDIR}${PREFIX}/share/man/man1/
 
diff --git a/net/bittwist/distinfo b/net/bittwist/distinfo
index e8592b2fb55d..c86a7050a9cd 100644
--- a/net/bittwist/distinfo
+++ b/net/bittwist/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1688902009
-SHA256 (bittwist-bsd-3.8.tar.gz) = fd70db0c4bbeda155cb2cab4ca7c6ecccb59a511f02854b99663fa25c2b51ded
-SIZE (bittwist-bsd-3.8.tar.gz) = 81298
+TIMESTAMP = 1728632262
+SHA256 (bittwist-bsd-4.1.tar.gz) = 6f4841a81f51feb46edd56d90b57ade4d3c8a2bf84e1e77a719a68584755e38d
+SIZE (bittwist-bsd-4.1.tar.gz) = 147058



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