Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 May 2017 05:26:56 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440092 - head/x11/mate-applets
Message-ID:  <201705040526.v445Quq1077335@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Thu May  4 05:26:56 2017
New Revision: 440092
URL: https://svnweb.freebsd.org/changeset/ports/440092

Log:
  Fix shebangs
  
  Reviewed by:		mat
  Approved by:		mat (mentor)
  Differential Revision:	https://reviews.freebsd.org/D10527

Modified:
  head/x11/mate-applets/Makefile

Modified: head/x11/mate-applets/Makefile
==============================================================================
--- head/x11/mate-applets/Makefile	Thu May  4 05:26:24 2017	(r440091)
+++ head/x11/mate-applets/Makefile	Thu May  4 05:26:56 2017	(r440092)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mate-applets
 PORTVERSION=	1.12.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11 mate
 MASTER_SITES=	MATE
 DIST_SUBDIR=	mate
@@ -23,7 +23,8 @@ LIB_DEPENDS=	libgtop-2.0.so:devel/libgto
 
 PORTSCOUT=	limitw:1,even
 
-USES=		autoreconf:build gettext gmake libtool pathfix pkgconfig python tar:xz
+USES=		autoreconf:build gettext gmake libtool pathfix pkgconfig \
+		python shebangfix tar:xz
 USE_MATE=	desktop icontheme libmateweather panel polkit settingsdaemon
 USE_XORG=	x11
 USE_GNOME=	gdkpixbuf2 gtksourceview2 introspection:build \
@@ -44,6 +45,9 @@ GLIB_SCHEMAS=	org.mate.panel.applet.char
 		org.mate.panel.applet.timer.gschema.xml \
 		org.mate.stickynotes.gschema.xml
 
+SHEBANG_FILES=	invest-applet/invest/*.py \
+		invest-applet/invest/mate-invest-chart
+
 FIX_APPLETS=	accessx-status battstat \
 		invest-applet/data stickynotes trashapplet
 



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