mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
- Fix shebangs
This commit is contained in:
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
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= dbus
|
PORTNAME= dbus
|
||||||
PORTVERSION= 1.10.16
|
PORTVERSION= 1.10.16
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel gnome
|
CATEGORIES= devel gnome
|
||||||
MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/
|
MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/
|
||||||
|
|
||||||
|
@ -15,7 +16,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2
|
||||||
|
|
||||||
PORTSCOUT= limitw:1,even
|
PORTSCOUT= limitw:1,even
|
||||||
|
|
||||||
USES= cpe gmake libtool localbase pathfix
|
USES= cpe gmake libtool localbase pathfix python:build shebangfix
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
CONFIGURE_ARGS= --with-test-socket-dir=${WRKDIR} \
|
CONFIGURE_ARGS= --with-test-socket-dir=${WRKDIR} \
|
||||||
|
@ -24,6 +25,7 @@ CONFIGURE_ARGS= --with-test-socket-dir=${WRKDIR} \
|
||||||
--disable-apparmor \
|
--disable-apparmor \
|
||||||
--disable-systemd
|
--disable-systemd
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
SHEBANG_FILES= tools/GetAllMatchRules.py
|
||||||
|
|
||||||
CPE_VENDOR= d-bus_project
|
CPE_VENDOR= d-bus_project
|
||||||
CPE_PRODUCT= d-bus
|
CPE_PRODUCT= d-bus
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
PORTNAME= gobject
|
PORTNAME= gobject
|
||||||
PORTVERSION= 2.28.6
|
PORTVERSION= 2.28.6
|
||||||
PORTREVISION= 6
|
PORTREVISION= 7
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
MASTER_SITES= GNOME/sources/pygobject/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
MASTER_SITES= GNOME/sources/pygobject/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -22,12 +22,13 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:graphics/py-cairo
|
||||||
|
|
||||||
PORTSCOUT= ignore:1
|
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
|
USE_GNOME= glib20 introspection:build,run
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
CONFIGURE_ARGS= --disable-docs --disable-introspection --with-ffi
|
CONFIGURE_ARGS= --disable-docs --disable-introspection --with-ffi
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
SHEBANG_FILES= codegen/*.py
|
||||||
|
|
||||||
CONFLICTS= py*-gtk-0*
|
CONFLICTS= py*-gtk-0*
|
||||||
PLIST_SUB= PYTHON_VER="${PYTHON_VER}"
|
PLIST_SUB= PYTHON_VER="${PYTHON_VER}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue