svn commit: r395711 - branches/2015Q3/ports-mgmt/tinderbox

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Aug 31 18:16:40 UTC 2015


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>
 


More information about the svn-ports-branches mailing list