Date: Sat, 23 Nov 2024 14:28:18 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4ffb74db7b87 - main - benchmarks/siege: Update version 4.1.6=>4.1.7 Message-ID: <202411231428.4ANESINn092457@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=4ffb74db7b877036ab8fab1ce64bdfc172799363 commit 4ffb74db7b877036ab8fab1ce64bdfc172799363 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-11-20 10:35:16 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-11-23 14:26:32 +0000 benchmarks/siege: Update version 4.1.6=>4.1.7 Changelog: https://github.com/JoeDog/siege/releases/tag/v4.1.7 --- benchmarks/siege/Makefile | 4 +--- benchmarks/siege/distinfo | 6 +++--- benchmarks/siege/files/patch-src_init.c | 12 ------------ 3 files changed, 4 insertions(+), 18 deletions(-) diff --git a/benchmarks/siege/Makefile b/benchmarks/siege/Makefile index ea4a99d8b358..563414032516 100644 --- a/benchmarks/siege/Makefile +++ b/benchmarks/siege/Makefile @@ -1,6 +1,5 @@ PORTNAME= siege -PORTVERSION= 4.1.6 -PORTREVISION= 1 +DISTVERSION= 4.1.7 CATEGORIES= benchmarks www MASTER_SITES= http://download.joedog.org/siege/ \ http://fossies.org/linux/www/ @@ -14,7 +13,6 @@ LICENSE= GPLv2 USES= autoreconf libtool perl5 ssl GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --disable-shared \ --sysconfdir=${ETCDIR} \ --with-ssl=${OPENSSLBASE} diff --git a/benchmarks/siege/distinfo b/benchmarks/siege/distinfo index 1b8b1a5e8c2b..ea4e762462f8 100644 --- a/benchmarks/siege/distinfo +++ b/benchmarks/siege/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1673397336 -SHA256 (siege-4.1.6.tar.gz) = 309d589bfc819b6f15d2e5e8591b3c0c6f693624f5060eeac067a4d9a7757de9 -SIZE (siege-4.1.6.tar.gz) = 527103 +TIMESTAMP = 1732098078 +SHA256 (siege-4.1.7.tar.gz) = ec140cedd159979383d60dbe87a0151c2c12ada78791095a8fa84ae635b93026 +SIZE (siege-4.1.7.tar.gz) = 543447 diff --git a/benchmarks/siege/files/patch-src_init.c b/benchmarks/siege/files/patch-src_init.c deleted file mode 100644 index e2d0c2ce2b78..000000000000 --- a/benchmarks/siege/files/patch-src_init.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/init.c.orig 2016-05-20 11:41:06 UTC -+++ src/init.c -@@ -39,6 +39,9 @@ - #include <unistd.h> - #include <errno.h> - #include <stdlib.h> -+#if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__) -+#include <signal.h> -+#endif - - #define LINESZ 1024 -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411231428.4ANESINn092457>