mirror of https://git.FreeBSD.org/ports.git
benchmarks/siege: Update version 4.1.6=>4.1.7
Changelog: https://github.com/JoeDog/siege/releases/tag/v4.1.7
This commit is contained in:
parent
232bbe25da
commit
4ffb74db7b
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
Loading…
Reference in New Issue