Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jul 2015 14:47:21 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r392152 - branches/2015Q3/math/algotutor
Message-ID:  <201507151447.t6FElLD6005384@svnmir.geo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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},' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507151447.t6FElLD6005384>