Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jul 2015 19:54:48 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r392068 - branches/2015Q3/sysutils/system-tools-backends
Message-ID:  <201507141954.t6EJsmmf007130@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jul 14 19:54:47 2015
New Revision: 392068
URL: https://svnweb.freebsd.org/changeset/ports/392068

Log:
  MFH: r392064
  
  - Fix shebangs
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (shebang fix blanket)

Modified:
  branches/2015Q3/sysutils/system-tools-backends/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/sysutils/system-tools-backends/Makefile
==============================================================================
--- branches/2015Q3/sysutils/system-tools-backends/Makefile	Tue Jul 14 19:53:38 2015	(r392067)
+++ branches/2015Q3/sysutils/system-tools-backends/Makefile	Tue Jul 14 19:54:47 2015	(r392068)
@@ -4,6 +4,7 @@
 
 PORTNAME=	system-tools-backends
 PORTVERSION=	2.10.2
+PORTREVISION=	1
 CATEGORIES=	sysutils gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -16,7 +17,8 @@ LIB_DEPENDS=	libdbus-glib-1.so:${PORTSDI
 		libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit
 RUN_DEPENDS=	p5-Net-DBus>=0:${PORTSDIR}/devel/p5-Net-DBus
 
-USES=		gettext-tools gmake pathfix perl5 pkgconfig tar:bzip2
+USES=		gettext-tools gmake pathfix perl5 pkgconfig shebangfix tar:bzip2
+SHEBANG_FILES=	SystemToolsBackends.pl.in
 USE_GNOME=	intlhack glib20
 GNU_CONFIGURE=	yes
 USE_GNOME_SUBR=	yes



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