diff --git a/benchmarks/siege/Makefile b/benchmarks/siege/Makefile index 563414032516..3585f9cab2f7 100644 --- a/benchmarks/siege/Makefile +++ b/benchmarks/siege/Makefile @@ -1,31 +1,25 @@ PORTNAME= siege -DISTVERSION= 4.1.7 +DISTVERSION= 4.2.0 CATEGORIES= benchmarks www MASTER_SITES= http://download.joedog.org/siege/ \ http://fossies.org/linux/www/ MAINTAINER= bofh@FreeBSD.org COMMENT= HTTP regression testing and benchmarking utility WWW= https://www.joedog.org/JoeDog/Siege LICENSE= GPLv2 USES= autoreconf libtool perl5 ssl GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-shared \ --sysconfdir=${ETCDIR} \ --with-ssl=${OPENSSLBASE} CONFIGURE_ENV= PERL="${PERL}" -.include - -.if ${OPSYS} == FreeBSD -CFLAGS+= -Wno-error=int-conversion -.endif - pre-configure: @${RM} ${WRKSRC}/acinclude.m4 @${RM} ${WRKSRC}/utils/missing .include diff --git a/benchmarks/siege/distinfo b/benchmarks/siege/distinfo index ea4e762462f8..623c611174b4 100644 --- a/benchmarks/siege/distinfo +++ b/benchmarks/siege/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1732098078 -SHA256 (siege-4.1.7.tar.gz) = ec140cedd159979383d60dbe87a0151c2c12ada78791095a8fa84ae635b93026 -SIZE (siege-4.1.7.tar.gz) = 543447 +TIMESTAMP = 1787344741 +SHA256 (siege-4.2.0.tar.gz) = 78af482fc655f1cf7270fdbc3171581ed4cb3163009f7f4f056fc2b7e2d24453 +SIZE (siege-4.2.0.tar.gz) = 543450 diff --git a/benchmarks/siege/files/patch-Makefile.am b/benchmarks/siege/files/patch-Makefile.am deleted file mode 100644 index aff6e9056b34..000000000000 --- a/benchmarks/siege/files/patch-Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.am.orig 2016-05-20 11:41:06 UTC -+++ Makefile.am -@@ -20,6 +20,8 @@ - ## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - ## - -+ACLOCAL_AMFLAGS = -I m4 -+ - AUTOMAKE_OPTIONS = foreign no-dependencies - - WARN_CFLAGS = @WARN_CFLAGS@