svn commit: r392064 - head/sysutils/system-tools-backends

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 14 19:50:36 UTC 2015


Author: amdmi3
Date: Tue Jul 14 19:50:35 2015
New Revision: 392064
URL: https://svnweb.freebsd.org/changeset/ports/392064

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

Modified:
  head/sysutils/system-tools-backends/Makefile

Modified: head/sysutils/system-tools-backends/Makefile
==============================================================================
--- head/sysutils/system-tools-backends/Makefile	Tue Jul 14 19:49:22 2015	(r392063)
+++ head/sysutils/system-tools-backends/Makefile	Tue Jul 14 19:50:35 2015	(r392064)
@@ -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


More information about the svn-ports-all mailing list