Date: Fri, 11 Sep 2015 16:21:53 +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: r396680 - branches/2015Q3/math/bamg Message-ID: <201509111621.t8BGLrFg026180@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Sep 11 16:21:52 2015 New Revision: 396680 URL: https://svnweb.freebsd.org/changeset/ports/396680 Log: MFH: r396679 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/math/bamg/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/math/bamg/Makefile ============================================================================== --- branches/2015Q3/math/bamg/Makefile Fri Sep 11 16:10:35 2015 (r396679) +++ branches/2015Q3/math/bamg/Makefile Fri Sep 11 16:21:52 2015 (r396680) @@ -3,6 +3,7 @@ PORTNAME= bamg PORTVERSION= 1.01 +PORTREVISION= 1 CATEGORIES= math science MASTER_SITES= http://www.ann.jussieu.fr/hecht/ftp/bamg/ DISTFILES= ${PORTNAME}-v${PORTVERSION}${EXTRACT_SUFX} @@ -15,7 +16,8 @@ RESTRICTED= Contact author personally re WRKSRC= ${WRKDIR}/${PORTNAME} USE_XORG= x11 -USES= gmake +USES= gmake shebangfix +SHEBANG_FILES= examples/quadloop/dotest.pl MAKE_JOBS_UNSAFE= yes ALL_TARGET= world
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509111621.t8BGLrFg026180>