aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2010-09-16 02:35:24 +0800
committerade <ade@FreeBSD.org>2010-09-16 02:35:24 +0800
commit3ad75a4581c2f69fb2331ab72fee36ff8af166ba (patch)
treeb5ab9adb45e9a850892479ebc329ab2118d673c8 /benchmarks
parentf72275e68db56a5d187d3a748951a6347a5ace60 (diff)
downloadfreebsd-ports-gnome-3ad75a4581c2f69fb2331ab72fee36ff8af166ba.tar.gz
freebsd-ports-gnome-3ad75a4581c2f69fb2331ab72fee36ff8af166ba.tar.zst
freebsd-ports-gnome-3ad75a4581c2f69fb2331ab72fee36ff8af166ba.zip
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/dbench/Makefile3
-rw-r--r--benchmarks/dkftpbench/Makefile4
2 files changed, 4 insertions, 3 deletions
diff --git a/benchmarks/dbench/Makefile b/benchmarks/dbench/Makefile
index 9c24a37b8594..d33d0de7a75c 100644
--- a/benchmarks/dbench/Makefile
+++ b/benchmarks/dbench/Makefile
@@ -7,6 +7,7 @@
PORTNAME= dbench
PORTVERSION= 4.0
+PORTREVISION= 1
CATEGORIES= benchmarks
MASTER_SITES= SAMBA
MASTER_SITE_SUBDIR= ../../ftp/tridge/dbench
@@ -19,7 +20,7 @@ LIB_DEPENDS= popt:${PORTSDIR}/devel/popt
LICENSE= GPLv3
CFLAGS+= -I${LOCALBASE}/include
-USE_AUTOTOOLS= autoconf:262
+USE_AUTOTOOLS= autoconf:267
GNU_CONFIGURE= yes
CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS+=--datadir=${DATADIR}
diff --git a/benchmarks/dkftpbench/Makefile b/benchmarks/dkftpbench/Makefile
index 366dbab4199e..0eed4281a153 100644
--- a/benchmarks/dkftpbench/Makefile
+++ b/benchmarks/dkftpbench/Makefile
@@ -7,7 +7,7 @@
PORTNAME= dkftpbench
PORTVERSION= 0.45
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= benchmarks ftp
MASTER_SITES= http://www.kegel.com/dkftpbench/
@@ -18,6 +18,6 @@ PLIST_FILES= bin/dkftpbench
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= automake:14 autoconf:262
+USE_AUTOTOOLS= automake:14 autoconf:267
.include <bsd.port.mk>