From owner-svn-ports-head@freebsd.org Fri Jul 31 13:01:00 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A2A89AF8F1; Fri, 31 Jul 2015 13:01:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8AE5C1DA6; Fri, 31 Jul 2015 13:01:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6VD10Xi019937; Fri, 31 Jul 2015 13:01:00 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6VD10Eu019936; Fri, 31 Jul 2015 13:01:00 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507311301.t6VD10Eu019936@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 31 Jul 2015 13:01:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393304 - head/www/webstone-ssl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Jul 2015 13:01:00 -0000 Author: amdmi3 Date: Fri Jul 31 13:00:59 2015 New Revision: 393304 URL: https://svnweb.freebsd.org/changeset/ports/393304 Log: - Really fix shebangs - Add missing perl run-dependency Modified: head/www/webstone-ssl/Makefile Modified: head/www/webstone-ssl/Makefile ============================================================================== --- head/www/webstone-ssl/Makefile Fri Jul 31 12:58:49 2015 (r393303) +++ head/www/webstone-ssl/Makefile Fri Jul 31 13:00:59 2015 (r393304) @@ -3,7 +3,7 @@ PORTNAME= webstone PORTVERSION= 2.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www benchmarks MASTER_SITES= http://crypto.stanford.edu/~nagendra/projects/WebStone/download/ PKGNAMESUFFIX= -ssl @@ -15,8 +15,10 @@ COMMENT= World wide web server benchmark LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= shebangfix tar:tgz +USES= perl5 shebangfix tar:tgz +USE_PERL5= run SHEBANG_FILES= bin/*.wpl bin/*.pl +perl_OLD_CMD= /bin/perl5 GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/WebStone${PORTVERSION} CONFIGURE_WRKSRC= ${WRKSRC}/src @@ -28,6 +30,9 @@ MAKE_JOBS_UNSAFE= yes CPPFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} +post-patch: + @${REINPLACE_CMD} -i '' -e 's|/bin/perl|${perl_CMD}|' ${WRKSRC}/bin/WebStone-common.pl + pre-configure: @${RM} -f ${WRKSRC}/src/config.cache