mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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
3 changed files with 4 additions and 18 deletions
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= siege
|
PORTNAME= siege
|
||||||
PORTVERSION= 4.1.6
|
DISTVERSION= 4.1.7
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= benchmarks www
|
CATEGORIES= benchmarks www
|
||||||
MASTER_SITES= http://download.joedog.org/siege/ \
|
MASTER_SITES= http://download.joedog.org/siege/ \
|
||||||
http://fossies.org/linux/www/
|
http://fossies.org/linux/www/
|
||||||
|
@ -14,7 +13,6 @@ LICENSE= GPLv2
|
||||||
USES= autoreconf libtool perl5 ssl
|
USES= autoreconf libtool perl5 ssl
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
||||||
CONFIGURE_ARGS= --disable-shared \
|
CONFIGURE_ARGS= --disable-shared \
|
||||||
--sysconfdir=${ETCDIR} \
|
--sysconfdir=${ETCDIR} \
|
||||||
--with-ssl=${OPENSSLBASE}
|
--with-ssl=${OPENSSLBASE}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1673397336
|
TIMESTAMP = 1732098078
|
||||||
SHA256 (siege-4.1.6.tar.gz) = 309d589bfc819b6f15d2e5e8591b3c0c6f693624f5060eeac067a4d9a7757de9
|
SHA256 (siege-4.1.7.tar.gz) = ec140cedd159979383d60dbe87a0151c2c12ada78791095a8fa84ae635b93026
|
||||||
SIZE (siege-4.1.6.tar.gz) = 527103
|
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…
Add table
Reference in a new issue