Date: Thu, 4 May 2017 05:23:47 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440087 - head/devel/libdbusmenu Message-ID: <201705040523.v445Nl7N076662@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Thu May 4 05:23:46 2017 New Revision: 440087 URL: https://svnweb.freebsd.org/changeset/ports/440087 Log: Fix shebangs * python already get's pulled in by the dependencies, just add it to USES for the fix. Reviewed by: mat Approved by: mat Differential Revision: https://reviews.freebsd.org/D10527 Modified: head/devel/libdbusmenu/Makefile Modified: head/devel/libdbusmenu/Makefile ============================================================================== --- head/devel/libdbusmenu/Makefile Thu May 4 05:22:01 2017 (r440086) +++ head/devel/libdbusmenu/Makefile Thu May 4 05:23:46 2017 (r440087) @@ -3,6 +3,7 @@ PORTNAME= libdbusmenu PORTVERSION= 16.04.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://launchpadlibrarian.net/243440794/ \ https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/ @@ -21,13 +22,15 @@ BUILD_DEPENDS= vapigen:lang/vala \ LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib GNU_CONFIGURE= yes -USES= gmake libtool pathfix pkgconfig +USES= gmake libtool pathfix pkgconfig python:run shebangfix USE_GNOME= gnomedocutils:build glib20 intltool intlhack libxslt \ introspection:build gtk30 USE_XORG= x11 USE_LDCONFIG= yes INSTALL_TARGET= install-strip +SHEBANG_FILES= tools/dbusmenu-bench + PLIST_SUB= VERSION="0.4" CONFIGURE_ARGS= --disable-static \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705040523.v445Nl7N076662>