svn commit: r389802 - branches/2015Q2/games/p5-Games-Bingo-Bot
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jun 16 01:03:22 UTC 2015
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}
More information about the svn-ports-branches
mailing list