Date: Mon, 31 Aug 2015 18:16:39 +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: r395711 - branches/2015Q3/ports-mgmt/tinderbox Message-ID: <201508311816.t7VIGd3l022947@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Aug 31 18:16:39 2015 New Revision: 395711 URL: https://svnweb.freebsd.org/changeset/ports/395711 Log: MFH: r395710 - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/ports-mgmt/tinderbox/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/ports-mgmt/tinderbox/Makefile ============================================================================== --- branches/2015Q3/ports-mgmt/tinderbox/Makefile Mon Aug 31 18:15:23 2015 (r395710) +++ branches/2015Q3/ports-mgmt/tinderbox/Makefile Mon Aug 31 18:16:39 2015 (r395711) @@ -3,6 +3,7 @@ PORTNAME= tinderbox PORTVERSION= 4.2.0 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= http://tinderbox.marcuscom.com/ DIST_SUBDIR= ${PORTNAME} @@ -35,8 +36,11 @@ OPTIONS_DEFAULT= MYSQL APACHE CHECK_ROOT LOG_COMPRESS NO_BUILD= yes +NO_ARCH= yes WANT_PERL= yes SUB_FILES= pkg-message +USES= shebangfix +SHEBANG_FILES= lib/makemake .include <bsd.port.options.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508311816.t7VIGd3l022947>