Date: Thu, 4 May 2017 05:26:01 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440090 - head/science/afni Message-ID: <201705040526.v445Q1cZ077053@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Thu May 4 05:26:01 2017 New Revision: 440090 URL: https://svnweb.freebsd.org/changeset/ports/440090 Log: Fix shebangs Reviewed by: mat Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10527 Modified: head/science/afni/Makefile Modified: head/science/afni/Makefile ============================================================================== --- head/science/afni/Makefile Thu May 4 05:25:16 2017 (r440089) +++ head/science/afni/Makefile Thu May 4 05:26:01 2017 (r440090) @@ -11,7 +11,7 @@ PORTNAME= afni PORTVERSION= 2015.11.13 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science biology graphics MASTER_SITES= http://www.acadix.biz/Ports/distfiles/ @@ -41,9 +41,10 @@ CONFLICTS= im-[0-9]* \ USES= gettext gmake iconv jpeg:run motif perl5 python shebangfix tar:xz SHEBANG_FILES= suma_change_spec \ 3dPAR2AFNI.pl \ - python_scripts/afni_restproc.py \ - python_scripts/lib_fat_Rfactor.py \ - pkundu/meica.libs/siemens_me2nii.py + python_scripts/*.py \ + pkundu/meica.py \ + pkundu/meica.libs/*.py \ + pkundu/meica.libs/mdp/test/run_tests.py USE_GNOME= glib20 .include <bsd.port.options.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705040526.v445Q1cZ077053>