Date: Tue, 14 Jul 2015 19:50:36 +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: r392064 - head/sysutils/system-tools-backends Message-ID: <201507141950.t6EJoaRC003959@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507141950.t6EJoaRC003959>