Date: Sun, 15 Mar 2015 15:37:43 +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: r381340 - head/irc/infobot Message-ID: <201503151537.t2FFbh60017881@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun Mar 15 15:37:42 2015 New Revision: 381340 URL: https://svnweb.freebsd.org/changeset/ports/381340 QAT: https://qat.redports.org/buildarchive/r381340/ Log: - Fix shebangs - Add empty directory to plist Modified: head/irc/infobot/Makefile head/irc/infobot/pkg-plist Modified: head/irc/infobot/Makefile ============================================================================== --- head/irc/infobot/Makefile Sun Mar 15 15:37:36 2015 (r381339) +++ head/irc/infobot/Makefile Sun Mar 15 15:37:42 2015 (r381340) @@ -3,6 +3,7 @@ PORTNAME= infobot PORTVERSION= 0.45.3 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://www.infobot.org/src/ \ http://www.infobot.org/src/prior/ @@ -10,7 +11,8 @@ MASTER_SITES= http://www.infobot.org/src MAINTAINER= ports@FreeBSD.org COMMENT= Bot written in Perl with a rabid AI -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= ${PORTNAME} USE_PERL5= run NO_BUILD= yes Modified: head/irc/infobot/pkg-plist ============================================================================== --- head/irc/infobot/pkg-plist Sun Mar 15 15:37:36 2015 (r381339) +++ head/irc/infobot/pkg-plist Sun Mar 15 15:37:42 2015 (r381340) @@ -76,3 +76,4 @@ bin/infobot %%PORTDOCS%%%%DOCSDIR%%/REVISIONS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/LICENSE +@dir %%DATADIR%%/files
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503151537.t2FFbh60017881>