svn commit: r440092 - head/x11/mate-applets
Tobias C. Berner
tcberner at FreeBSD.org
Thu May 4 05:26:58 UTC 2017
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
More information about the svn-ports-head
mailing list