Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jun 2015 13:01:23 +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: r389926 - head/comms/atslog
Message-ID:  <201506171301.t5HD1N5A081670@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jun 17 13:01:22 2015
New Revision: 389926
URL: https://svnweb.freebsd.org/changeset/ports/389926

Log:
  - Fix shebangs

Modified:
  head/comms/atslog/Makefile

Modified: head/comms/atslog/Makefile
==============================================================================
--- head/comms/atslog/Makefile	Wed Jun 17 13:01:09 2015	(r389925)
+++ head/comms/atslog/Makefile	Wed Jun 17 13:01:22 2015	(r389926)
@@ -3,7 +3,7 @@
 
 PORTNAME=	atslog
 PORTVERSION=	2.1.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	comms
 MASTER_SITES=	BERLIOS
 
@@ -21,7 +21,8 @@ WWWGD_DESC=	Graphic reports
 GNU_CONFIGURE=	yes
 USES=		perl5 shebangfix
 USE_RC_SUBR=	${PORTNAME}d
-SHEBANG_FILES=	include/atslogcleardb.pl.in include/atslogdb.pl.in
+SHEBANG_FILES=	data/sql/install-sql.pl \
+		include/atslogcleardb.pl.in include/atslogdb.pl.in
 PORTDOCS=	CHANGES ChangeLog DEINSTALL INSTALL LICENSE TODO UPDATING USAGE
 SUB_FILES=	pkg-message
 CONFIGS=	${PORTNAME}.conf.default ${PORTNAME}.conf.default.rus



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