Date: Mon, 13 Jan 2014 03:18:50 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/185720: benchmarks/siege: Update to versin 3.0.6 Message-ID: <20140113031850.85ab52d44398f3a8e2d66010@yahoo.com> Resent-Message-ID: <201401121840.s0CIeBkL049596@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 185720 >Category: ports >Synopsis: benchmarks/siege: Update to versin 3.0.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jan 12 18:40:11 UTC 2014 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Update to versin 3.0.6 >How-To-Repeat: >Fix: diff -urN /usr/ports/benchmarks/siege/Makefile benchmarks/siege/Makefile --- /usr/ports/benchmarks/siege/Makefile 2013-12-17 07:57:23.000000000 +0900 +++ benchmarks/siege/Makefile 2014-01-13 00:00:00.000000000 +0900 @@ -2,21 +2,31 @@ # $FreeBSD: head/benchmarks/siege/Makefile 336648 2013-12-16 17:26:49Z bapt $ PORTNAME= siege -PORTVERSION= 3.0.5 -CATEGORIES= benchmarks -MASTER_SITES= http://www.joedog.org/pub/siege/ +PORTVERSION= 3.0.6 +CATEGORIES= benchmarks www +MASTER_SITES= http://www.joedog.org/pub/siege/ \ + http://fossies.org/linux/www/ MAINTAINER= ports@FreeBSD.org COMMENT= HTTP regression testing and benchmarking utility LICENSE= GPLv2 -GNU_CONFIGURE= yes -USE_OPENSSL= yes - USES= perl5 - +USE_OPENSSL= yes +USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf +LIBTOOLIZE_ARGS=--copy --force +AUTOMAKE_ARGS= --add-missing --copy +CONFIGURE_ENV= PERL="${PERL}" CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} --disable-shared \ --sysconfdir=${ETCDIR} +post-patch: + @${REINPLACE_CMD} -e \ + 's|^\(AC_PROG_SHELL\)|dnl \1|' ${WRKSRC}/configure.ac + +pre-configure: + @${RM} -f ${WRKSRC}/acinclude.m4 + @${RM} -f ${WRKSRC}/utils/missing + .include <bsd.port.mk> diff -urN /usr/ports/benchmarks/siege/distinfo benchmarks/siege/distinfo --- /usr/ports/benchmarks/siege/distinfo 2013-12-13 02:18:54.000000000 +0900 +++ benchmarks/siege/distinfo 2014-01-13 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (siege-3.0.5.tar.gz) = 283e624fd802775bf6eb8832c4f76dad6692aa1f3efa98db1ae2ddaba651ca99 -SIZE (siege-3.0.5.tar.gz) = 495568 +SHA256 (siege-3.0.6.tar.gz) = 78b79964e3d6772e532c6008a084700f830a02a00ca80b44f3e71380b4908c5b +SIZE (siege-3.0.6.tar.gz) = 496002 diff -urN /usr/ports/benchmarks/siege/pkg-plist benchmarks/siege/pkg-plist --- /usr/ports/benchmarks/siege/pkg-plist 2013-12-13 02:18:54.000000000 +0900 +++ benchmarks/siege/pkg-plist 2014-01-13 00:00:00.000000000 +0900 @@ -1,9 +1,9 @@ -%%ETCDIR%%/siegerc -%%ETCDIR%%/urls.txt bin/bombardment bin/siege bin/siege.config bin/siege2csv.pl +%%ETCDIR%%/siegerc +%%ETCDIR%%/urls.txt man/man1/bombardment.1.gz man/man1/siege.1.gz man/man1/siege.config.1.gz >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140113031850.85ab52d44398f3a8e2d66010>