svn commit: r388994 - head/benchmarks/unixbench
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jun 9 19:53:02 UTC 2015
Author: amdmi3
Date: Tue Jun 9 19:53:01 2015
New Revision: 388994
URL: https://svnweb.freebsd.org/changeset/ports/388994
Log:
- Fix shebangs
MFH: 2015Q2 (blanket)
Modified:
head/benchmarks/unixbench/Makefile
Modified: head/benchmarks/unixbench/Makefile
==============================================================================
--- head/benchmarks/unixbench/Makefile Tue Jun 9 19:52:56 2015 (r388993)
+++ head/benchmarks/unixbench/Makefile Tue Jun 9 19:53:01 2015 (r388994)
@@ -3,7 +3,7 @@
PORTNAME= unixbench
PORTVERSION= 4.1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= benchmarks
MASTER_SITES= http://ftp.osuosl.org/pub/nslu2/sources/ \
http://www.tux.org/pub/tux/niemi/unixbench/
@@ -11,7 +11,8 @@ MASTER_SITES= http://ftp.osuosl.org/pub/
MAINTAINER= ports at FreeBSD.org
COMMENT= BYTE magazine's Public Domain benchmark for UNIX
-USES= tar:tgz
+USES= shebangfix tar:tgz
+SHEBANG_FILES= pgms/perlbench
SUB_FILES= unixbench
MAKE_JOBS_UNSAFE= yes
More information about the svn-ports-head
mailing list