svn commit: r392152 - branches/2015Q3/math/algotutor
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jul 15 14:47:22 UTC 2015
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},' \
More information about the svn-ports-all
mailing list