Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2015 01:03:22 +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: r389802 - branches/2015Q2/games/p5-Games-Bingo-Bot
Message-ID:  <201506160103.t5G13MoV098849@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jun 16 01:03:21 2015
New Revision: 389802
URL: https://svnweb.freebsd.org/changeset/ports/389802

Log:
  MFH: r387869
  
  - Fix shebangs
  - Add NO_ARCH
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (shebang fix blanket)

Modified:
  branches/2015Q2/games/p5-Games-Bingo-Bot/Makefile
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/games/p5-Games-Bingo-Bot/Makefile
==============================================================================
--- branches/2015Q2/games/p5-Games-Bingo-Bot/Makefile	Tue Jun 16 01:02:14 2015	(r389801)
+++ branches/2015Q2/games/p5-Games-Bingo-Bot/Makefile	Tue Jun 16 01:03:21 2015	(r389802)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Games-Bingo-Bot
 PORTVERSION=	0.01
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,15 +14,15 @@ COMMENT=	Simple class holding IRC relate
 BUILD_DEPENDS=	p5-Games-Bingo>=0:${PORTSDIR}/games/p5-Games-Bingo
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	bin/bingobot.pl
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 PORTEXAMPLES=	bingobot.pl
 
 OPTIONS_DEFINE=	EXAMPLES
 
-.include <bsd.port.options.mk>
-
 post-install:
 	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	${INSTALL_SCRIPT} ${WRKSRC}/bin/bingobot.pl ${STAGEDIR}${EXAMPLESDIR}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506160103.t5G13MoV098849>