Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2015 15:59:37 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387869 - head/games/p5-Games-Bingo-Bot
Message-ID:  <201505291559.t4TFxb9O035821@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri May 29 15:59:36 2015
New Revision: 387869
URL: https://svnweb.freebsd.org/changeset/ports/387869

Log:
  - Fix shebangs
  - Add NO_ARCH
  
  MFH:		2015Q2
  Approved by:	portmgr blanket

Modified:
  head/games/p5-Games-Bingo-Bot/Makefile

Modified: head/games/p5-Games-Bingo-Bot/Makefile
==============================================================================
--- head/games/p5-Games-Bingo-Bot/Makefile	Fri May 29 15:39:10 2015	(r387868)
+++ head/games/p5-Games-Bingo-Bot/Makefile	Fri May 29 15:59:36 2015	(r387869)
@@ -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?201505291559.t4TFxb9O035821>