mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Update to 3.0.6
PR: 185720 Submitted by: Ports Fury
This commit is contained in:
parent
4c40126506
commit
64f7597541
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339921
@ -2,21 +2,31 @@
|
||||
# $FreeBSD$
|
||||
|
||||
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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user