svn commit: r438705 - in head/devel: dbus py-gobject

Martin Wilke miwi at FreeBSD.org
Mon Apr 17 15:38:38 UTC 2017


Author: miwi
Date: Mon Apr 17 15:38:36 2017
New Revision: 438705
URL: https://svnweb.freebsd.org/changeset/ports/438705

Log:
  - Fix shebangs

Modified:
  head/devel/dbus/Makefile
  head/devel/py-gobject/Makefile

Modified: head/devel/dbus/Makefile
==============================================================================
--- head/devel/dbus/Makefile	Mon Apr 17 15:23:59 2017	(r438704)
+++ head/devel/dbus/Makefile	Mon Apr 17 15:38:36 2017	(r438705)
@@ -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=$
 		--disable-apparmor \
 		--disable-systemd
 INSTALL_TARGET=	install-strip
+SHEBANG_FILES=	tools/GetAllMatchRules.py
 
 CPE_VENDOR=	d-bus_project
 CPE_PRODUCT=	d-bus

Modified: head/devel/py-gobject/Makefile
==============================================================================
--- head/devel/py-gobject/Makefile	Mon Apr 17 15:23:59 2017	(r438704)
+++ head/devel/py-gobject/Makefile	Mon Apr 17 15:38:36 2017	(r438705)
@@ -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/pkgcon
 
 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}"


More information about the svn-ports-all mailing list