View | Details | Raw Unified | Return to bug 185720
Collapse All | Expand All

(-)benchmarks/siege/Makefile (-7 / +17 lines)
Lines 2-22 Link Here
2
# $FreeBSD: head/benchmarks/siege/Makefile 336648 2013-12-16 17:26:49Z bapt $
2
# $FreeBSD: head/benchmarks/siege/Makefile 336648 2013-12-16 17:26:49Z bapt $
3
3
4
PORTNAME=	siege
4
PORTNAME=	siege
5
PORTVERSION=	3.0.5
5
PORTVERSION=	3.0.6
6
CATEGORIES=	benchmarks
6
CATEGORIES=	benchmarks www
7
MASTER_SITES=	http://www.joedog.org/pub/siege/
7
MASTER_SITES=	http://www.joedog.org/pub/siege/ \
8
		http://fossies.org/linux/www/
8
9
9
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
10
COMMENT=	HTTP regression testing and benchmarking utility
11
COMMENT=	HTTP regression testing and benchmarking utility
11
12
12
LICENSE=	GPLv2
13
LICENSE=	GPLv2
13
14
14
GNU_CONFIGURE=	yes
15
USE_OPENSSL=	yes
16
17
USES=		perl5
15
USES=		perl5
18
16
USE_OPENSSL=	yes
17
USE_AUTOTOOLS=	libtoolize aclocal autoheader automake autoconf
18
LIBTOOLIZE_ARGS=--copy --force
19
AUTOMAKE_ARGS=	--add-missing --copy
20
CONFIGURE_ENV=	PERL="${PERL}"
19
CONFIGURE_ARGS=	--with-ssl=${OPENSSLBASE} --disable-shared \
21
CONFIGURE_ARGS=	--with-ssl=${OPENSSLBASE} --disable-shared \
20
		--sysconfdir=${ETCDIR}
22
		--sysconfdir=${ETCDIR}
21
23
24
post-patch:
25
	@${REINPLACE_CMD} -e \
26
		's|^\(AC_PROG_SHELL\)|dnl \1|' ${WRKSRC}/configure.ac
27
28
pre-configure:
29
	@${RM} -f ${WRKSRC}/acinclude.m4
30
	@${RM} -f ${WRKSRC}/utils/missing
31
22
.include <bsd.port.mk>
32
.include <bsd.port.mk>
(-)benchmarks/siege/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (siege-3.0.5.tar.gz) = 283e624fd802775bf6eb8832c4f76dad6692aa1f3efa98db1ae2ddaba651ca99
1
SHA256 (siege-3.0.6.tar.gz) = 78b79964e3d6772e532c6008a084700f830a02a00ca80b44f3e71380b4908c5b
2
SIZE (siege-3.0.5.tar.gz) = 495568
2
SIZE (siege-3.0.6.tar.gz) = 496002
(-)benchmarks/siege/pkg-plist (-2 / +2 lines)
Lines 1-9 Link Here
1
%%ETCDIR%%/siegerc
2
%%ETCDIR%%/urls.txt
3
bin/bombardment
1
bin/bombardment
4
bin/siege
2
bin/siege
5
bin/siege.config
3
bin/siege.config
6
bin/siege2csv.pl
4
bin/siege2csv.pl
5
%%ETCDIR%%/siegerc
6
%%ETCDIR%%/urls.txt
7
man/man1/bombardment.1.gz
7
man/man1/bombardment.1.gz
8
man/man1/siege.1.gz
8
man/man1/siege.1.gz
9
man/man1/siege.config.1.gz
9
man/man1/siege.config.1.gz

Return to bug 185720