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 - #include - #include -+#if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__) -+#include -+#endif - - #define LINESZ 1024 -