Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jul 2015 14:22:00 +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: r393246 - in head/net-mgmt: pandorafms_agent pandorafms_console pandorafms_server
Message-ID:  <201507301422.t6UEM01i066640@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jul 30 14:22:00 2015
New Revision: 393246
URL: https://svnweb.freebsd.org/changeset/ports/393246

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket
  MFH:		2015Q3 (blanket)

Modified:
  head/net-mgmt/pandorafms_agent/Makefile
  head/net-mgmt/pandorafms_console/Makefile
  head/net-mgmt/pandorafms_server/Makefile
  head/net-mgmt/pandorafms_server/bsd.pandora.mk

Modified: head/net-mgmt/pandorafms_agent/Makefile
==============================================================================
--- head/net-mgmt/pandorafms_agent/Makefile	Thu Jul 30 14:13:42 2015	(r393245)
+++ head/net-mgmt/pandorafms_agent/Makefile	Thu Jul 30 14:22:00 2015	(r393246)
@@ -14,7 +14,8 @@ OPTIONS_DEFINE=		DOCS TENTACLE_SERVER
 OPTIONS_DEFAULT=	DOCS TENTACLE_SERVER
 TENTACLE_SERVER_DESC=	Install tentalce_server
 
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	plugins/pandora_netusage
 
 SUB_FILES=	pkg-message
 

Modified: head/net-mgmt/pandorafms_console/Makefile
==============================================================================
--- head/net-mgmt/pandorafms_console/Makefile	Thu Jul 30 14:13:42 2015	(r393245)
+++ head/net-mgmt/pandorafms_console/Makefile	Thu Jul 30 14:22:00 2015	(r393246)
@@ -12,6 +12,16 @@ LICENSE_FILE=	${PANDORA_LICENSE_FILE}
 
 RUN_DEPENDS=	${LOCALBASE}/bin/twopi:${PORTSDIR}/graphics/graphviz
 
+USES=		shebangfix
+SHEBANG_FILES=	include/languages/util-all \
+		include/languages/util-bzr-update \
+		include/languages/util-compile-mo \
+		include/languages/util-create-po \
+		include/languages/util-create-template \
+		include/languages/util-generate-tarball \
+		include/languages/util-update-po \
+		pandora_console_upgrade
+
 OPTIONS_DEFINE=	DOCS PGSQL
 DOCS_DESC=	Install AUTHORS and ChangeLog
 PGSQL_DESC=	Use PostgreSQL backend (experimental)

Modified: head/net-mgmt/pandorafms_server/Makefile
==============================================================================
--- head/net-mgmt/pandorafms_server/Makefile	Thu Jul 30 14:13:42 2015	(r393245)
+++ head/net-mgmt/pandorafms_server/Makefile	Thu Jul 30 14:22:00 2015	(r393246)
@@ -37,7 +37,28 @@ PGSQL_DESC=	Use PostgreSQL backend (expe
 ORACLE_DESC=	Use Oracle backend (experimental)
 EXTRAS_DESC=	Extra dependencies for util scripts
 
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	FreeBSD/pandora_server \
+		bin/pandora_server \
+		util/integrity_check \
+		util/pandora_backup.sh \
+		util/pandora_count.sh \
+		util/pandora_diagnostic.sh \
+		util/pandora_remote_agent.sh \
+		util/pandora_server \
+		util/pandora_watchdog.sh \
+		util/plugin/babel_plugin/babel_plugin.sh \
+		util/plugin/create_integria_incident.sh \
+		util/plugin/dns_plugin.sh \
+		util/plugin/integria_plugin/integria_plugin.sh \
+		util/plugin/mysql_plugin.sh \
+		util/plugin/packet_loss.sh \
+		util/plugin/ssh_pandoraplugin.sh \
+		util/plugin/udp_nmap_plugin.sh \
+		util/plugin/webcheck_plugin.sh \
+		util/snmptrap_gen.sh \
+		util/tentacle_serverd \
+		util/trap_rate.sh
 USE_PERL5=	build run
 SUB_LIST+=	PERL="${PERL}" DATADIR="${DATADIR}"
 SUB_FILES=	pkg-message

Modified: head/net-mgmt/pandorafms_server/bsd.pandora.mk
==============================================================================
--- head/net-mgmt/pandorafms_server/bsd.pandora.mk	Thu Jul 30 14:13:42 2015	(r393245)
+++ head/net-mgmt/pandorafms_server/bsd.pandora.mk	Thu Jul 30 14:22:00 2015	(r393246)
@@ -13,6 +13,7 @@ PANDORA_INSTALLER=	${PORTNAME}_installer
 PANDORA_INSTALLER_ARGS=	--install
 
 PORTVERSION=	${PANDORA_VERSION:C/SP/./}
+PORTREVISION=	1
 
 MASTER_SITES?=	SF/pandora/Pandora%20FMS%20${PANDORA_VERSION:C/(SP[0-9]*)/\/\1/}Final/Tarball
 .if ${PORTNAME} == "pandora_agent"



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