From owner-svn-ports-head@freebsd.org Thu May 4 05:23:48 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 402E5D5DFD6; Thu, 4 May 2017 05:23:48 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 10075849; Thu, 4 May 2017 05:23:47 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v445Nl50076663; Thu, 4 May 2017 05:23:47 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v445Nl7N076662; Thu, 4 May 2017 05:23:47 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201705040523.v445Nl7N076662@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Thu, 4 May 2017 05:23:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440087 - head/devel/libdbusmenu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2017 05:23:48 -0000 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 \