diff options
author | bofh <bofh@FreeBSD.org> | 2015-06-04 19:08:43 +0800 |
---|---|---|
committer | bofh <bofh@FreeBSD.org> | 2015-06-04 19:08:43 +0800 |
commit | bc9fabd3eab0f7f10f5f28e1601a462f6888c16a (patch) | |
tree | d7fd1c8f74316fed5a7d769164008f9fca9c8cd1 /benchmarks/siege/Makefile | |
parent | 28c138420f6571528b81d3632f47238b2bfe50b9 (diff) | |
download | freebsd-ports-gnome-bc9fabd3eab0f7f10f5f28e1601a462f6888c16a.tar.gz freebsd-ports-gnome-bc9fabd3eab0f7f10f5f28e1601a462f6888c16a.tar.zst freebsd-ports-gnome-bc9fabd3eab0f7f10f5f28e1601a462f6888c16a.zip |
benchmarks/siege: Update version 3.0.9=>3.1.0
- Change MASTER_SITES to the newer according to website
- Fix patch files to reflect 'make makepatch'
Diffstat (limited to 'benchmarks/siege/Makefile')
-rw-r--r-- | benchmarks/siege/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/benchmarks/siege/Makefile b/benchmarks/siege/Makefile index 3f4715f3a813..f8962efccb92 100644 --- a/benchmarks/siege/Makefile +++ b/benchmarks/siege/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= siege -PORTVERSION= 3.0.9 +PORTVERSION= 3.1.0 CATEGORIES= benchmarks www -MASTER_SITES= http://www.joedog.org/pub/siege/ \ +MASTER_SITES= http://download.joedog.org/siege/ \ http://fossies.org/linux/www/ MAINTAINER= bofh@FreeBSD.org @@ -19,10 +19,6 @@ 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 |