MFH: r501536

- Add USES=shebangfix where required in geany and geany-plugin-*
  ports. This fixes build issues reported by users [1]
- Only bump PORTREVISION for geany-plugin-geanypy since the file
  modified in it by shebangfix is actually installed with the pkg

PR:		237862 [1]
Submitted by:	Christopher <inbox@alleghenycomputer.com>

Approved by:	ports-secteam (joneum)
This commit is contained in:
Guido Falsi 2019-05-13 09:18:47 +00:00
parent 736feed9b1
commit 0e3aafd92f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q2/; revision=501537
3 changed files with 11 additions and 3 deletions

View File

@ -2,6 +2,7 @@
PORTNAME= geany-plugin-geanypy
PORTVERSION= ${GEANY_VER}
PORTREVISION= 1
PKGNAMESUFFIX= -gtk2
CATEGORIES= devel
@ -12,9 +13,11 @@ LIB_DEPENDS= libgeany.so:devel/geany@gtk2
FLAVORS= # intentionally left empty
USES= python:2.7
USES= python:2.7 shebangfix
USE_GNOME= pygtk2
SHEBANG_FILES= geanypy/geany/console.py
OPTIONS_DEFINE= DOCS
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"

View File

@ -7,7 +7,11 @@ CATEGORIES= devel
MAINTAINER= madpilot@FreeBSD.org
COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC}
USES= lua:51
USES= lua:51 shebangfix
SHEBANG_FILES= geanylua/util/mkiface.lua \
geanylua/util/mk-keytab.lua \
geanylua/util/keywords.lua
.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
.include <bsd.port.mk>

View File

@ -23,13 +23,14 @@ gtk2_PKGNAMESUFFIX= -gtk2
gtk3_CONFLICTS_INSTALL= geany-gtk2
USES= compiler:c++11-lang desktop-file-utils gettext-tools gmake \
gnome libtool localbase pathfix pkgconfig tar:bzip2
gnome libtool localbase pathfix pkgconfig shebangfix tar:bzip2
USE_GNOME= cairo intltool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip
SHEBANG_FILES= scripts/gen-api-gtkdoc.py
OPTIONS_DEFINE= VTE NLS DOCS
OPTIONS_DEFAULT= VTE