Date: Thu, 4 May 2017 05:27:37 +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: r440093 - in head/x11-wm: fvwm-crystal fvwm2 Message-ID: <201705040527.v445Rb4U077486@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Thu May 4 05:27:37 2017 New Revision: 440093 URL: https://svnweb.freebsd.org/changeset/ports/440093 Log: Fix shebangs Reviewed by: mat Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10527 Modified: head/x11-wm/fvwm-crystal/Makefile head/x11-wm/fvwm2/Makefile Modified: head/x11-wm/fvwm-crystal/Makefile ============================================================================== --- head/x11-wm/fvwm-crystal/Makefile Thu May 4 05:26:56 2017 (r440092) +++ head/x11-wm/fvwm-crystal/Makefile Thu May 4 05:27:37 2017 (r440093) @@ -3,7 +3,7 @@ PORTNAME= fvwm-crystal PORTVERSION= 3.0.6 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11-wm MASTER_SITES= http://download.gna.org/fvwm-crystal/${PORTVERSION}/ @@ -14,7 +14,8 @@ RUN_DEPENDS= fvwm>=2.5:x11-wm/fvwm2 \ bash:shells/bash USES= gettext gmake python shebangfix -SHEBANG_FILES= addons/* bin/* fvwm/scripts/speed_value +SHEBANG_FILES= addons/* bin/* fvwm/scripts/speed_value \ + fvwm/scripts/FvwmMPD/*.py MAKE_ENV= prefix="${PREFIX}" addondir="${DOCSDIR}/addons" PORTDOCS= * INSTALL_TARGET= install Modified: head/x11-wm/fvwm2/Makefile ============================================================================== --- head/x11-wm/fvwm2/Makefile Thu May 4 05:26:56 2017 (r440092) +++ head/x11-wm/fvwm2/Makefile Thu May 4 05:27:37 2017 (r440093) @@ -3,7 +3,7 @@ PORTNAME= fvwm PORTVERSION= 2.6.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= https://github.com/fvwmorg/fvwm/releases/download/2.6.7/ \ http://www.fvwm.org/generated/icon_download/ @@ -23,7 +23,8 @@ CONFLICTS?= fvwm-1.* fvwm-2.[457].* GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-mandoc --without-gnome --disable-gtk -USES= gmake perl5 pkgconfig gettext readline +CONFIGURE_ENV= PYTHON=${PYTHON_CMD} +USES= gmake perl5 pkgconfig python:run gettext readline USE_XORG= xcursor xft xinerama xpm xrender x11 ice xext USE_GNOME= cairo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705040527.v445Rb4U077486>