1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

- Fix shebangs

This commit is contained in:
Martin Wilke 2017-04-17 15:38:36 +00:00
parent 19e9a9cd44
commit 4695e98094
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438705
2 changed files with 6 additions and 3 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= dbus
PORTVERSION= 1.10.16
PORTREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/
@ -15,7 +16,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2
PORTSCOUT= limitw:1,even
USES= cpe gmake libtool localbase pathfix
USES= cpe gmake libtool localbase pathfix python:build shebangfix
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --with-test-socket-dir=${WRKDIR} \
@ -24,6 +25,7 @@ CONFIGURE_ARGS= --with-test-socket-dir=${WRKDIR} \
--disable-apparmor \
--disable-systemd
INSTALL_TARGET= install-strip
SHEBANG_FILES= tools/GetAllMatchRules.py
CPE_VENDOR= d-bus_project
CPE_PRODUCT= d-bus

View File

@ -4,7 +4,7 @@
PORTNAME= gobject
PORTVERSION= 2.28.6
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= devel python
MASTER_SITES= GNOME/sources/pygobject/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -22,12 +22,13 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:graphics/py-cairo
PORTSCOUT= ignore:1
USES= gmake libtool pathfix pkgconfig python:2 tar:xz
USES= gmake libtool pathfix pkgconfig python:2 tar:xz shebangfix
USE_GNOME= glib20 introspection:build,run
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-docs --disable-introspection --with-ffi
INSTALL_TARGET= install-strip
SHEBANG_FILES= codegen/*.py
CONFLICTS= py*-gtk-0*
PLIST_SUB= PYTHON_VER="${PYTHON_VER}"