From owner-svn-ports-branches@freebsd.org Wed Jul 15 14:47:22 2015 Return-Path: Delivered-To: svn-ports-branches@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 BA30F99B67E; Wed, 15 Jul 2015 14:47:22 +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 7CE1F16C7; Wed, 15 Jul 2015 14:47:22 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svnmir.geo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6FElL6H005385; Wed, 15 Jul 2015 14:47:21 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svnmir.geo.freebsd.org (8.14.9/8.14.9/Submit) id t6FElLD6005384; Wed, 15 Jul 2015 14:47:21 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507151447.t6FElLD6005384@svnmir.geo.freebsd.org> X-Authentication-Warning: svnmir.geo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 15 Jul 2015 14:47:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r392152 - branches/2015Q3/math/algotutor X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jul 2015 14:47:22 -0000 Author: amdmi3 Date: Wed Jul 15 14:47:20 2015 New Revision: 392152 URL: https://svnweb.freebsd.org/changeset/ports/392152 Log: MFH: r392144 - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q3/math/algotutor/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/math/algotutor/Makefile ============================================================================== --- branches/2015Q3/math/algotutor/Makefile Wed Jul 15 14:33:05 2015 (r392151) +++ branches/2015Q3/math/algotutor/Makefile Wed Jul 15 14:47:20 2015 (r392152) @@ -2,7 +2,7 @@ PORTNAME= algotutor PORTVERSION= 0.8.6 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math MASTER_SITES= http://www.cyut.edu.tw/~ckhung/dl/ @@ -14,6 +14,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= build NO_BUILD= yes +NO_ARCH= yes MANPAGES= algotutor.1 gen_at_graph.1 BINFILES= algotutor gen_at_graph @@ -23,7 +24,8 @@ LIBFILES= BST.pm Board.pm Collection.pm Vector3.pm Vertex.pm basic.pl utilalgo USES= shebangfix perl5 tar:tgz -SHEBANG_FILES= algotutor gen_at_graph +SHEBANG_FILES= algotutor dp/flwa dp/lcs dp/matrixchain \ + gen_at_graph graph/flwa post-patch: @${REINPLACE_CMD} -e 's,!!SITE_PERL!!,${PREFIX}/${SITE_PERL_REL},' \