ports/185720: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Thu Jan 16 15:20:02 UTC 2014
The following reply was made to PR ports/185720; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/185720: commit references a PR
Date: Thu, 16 Jan 2014 15:11:35 +0000 (UTC)
Author: miwi
Date: Thu Jan 16 15:11:26 2014
New Revision: 339921
URL: http://svnweb.freebsd.org/changeset/ports/339921
QAT: https://qat.redports.org/buildarchive/r339921/
Log:
- Update to 3.0.6
PR: 185720
Submitted by: Ports Fury
Modified:
head/benchmarks/siege/Makefile (contents, props changed)
head/benchmarks/siege/distinfo (contents, props changed)
head/benchmarks/siege/pkg-plist (contents, props changed)
Modified: head/benchmarks/siege/Makefile
==============================================================================
--- head/benchmarks/siege/Makefile Thu Jan 16 15:10:11 2014 (r339920)
+++ head/benchmarks/siege/Makefile Thu Jan 16 15:11:26 2014 (r339921)
@@ -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 at 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>
Modified: head/benchmarks/siege/distinfo
==============================================================================
--- head/benchmarks/siege/distinfo Thu Jan 16 15:10:11 2014 (r339920)
+++ head/benchmarks/siege/distinfo Thu Jan 16 15:11:26 2014 (r339921)
@@ -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
Modified: head/benchmarks/siege/pkg-plist
==============================================================================
--- head/benchmarks/siege/pkg-plist Thu Jan 16 15:10:11 2014 (r339920)
+++ head/benchmarks/siege/pkg-plist Thu Jan 16 15:11:26 2014 (r339921)
@@ -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
_______________________________________________
svn-ports-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
More information about the freebsd-ports-bugs
mailing list