Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 May 2017 05:26:24 +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: r440091 - head/www/uzbl
Message-ID:  <201705040526.v445QOwR077170@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Thu May  4 05:26:24 2017
New Revision: 440091
URL: https://svnweb.freebsd.org/changeset/ports/440091

Log:
  Fix shebangs
  
  Reviewed by:		mat
  Approved by:		mat (mentor)
  Differential Revision:	https://reviews.freebsd.org/D10527

Modified:
  head/www/uzbl/Makefile

Modified: head/www/uzbl/Makefile
==============================================================================
--- head/www/uzbl/Makefile	Thu May  4 05:26:01 2017	(r440090)
+++ head/www/uzbl/Makefile	Thu May  4 05:26:24 2017	(r440091)
@@ -3,6 +3,7 @@
 
 PORTNAME=	uzbl
 PORTVERSION=	0.9.1
+PORTREVISION=	1
 DISTVERSIONPREFIX=v
 CATEGORIES=	www
 
@@ -21,7 +22,7 @@ RUN_DEPENDS=	socat:net/socat \
 		dmenu:x11/dmenu \
 		${PYTHON_PKGNAMEPREFIX}configparser>0:devel/py-configparser
 
-USES=		gmake pkgconfig python:2 desktop-file-utils gettext-runtime
+USES=		gmake pkgconfig python:2 desktop-file-utils gettext-runtime shebangfix
 USE_XORG=	x11
 USE_GNOME=	gtk20 pygtk2 cairo
 USE_LDCONFIG=	yes
@@ -30,6 +31,10 @@ INSTALLS_ICONS=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	uzbl
 
+SHEBANG_FILES=	examples/data/scripts/auth.py \
+		examples/data/scripts/scheme.py \
+		examples/data/scripts/uzblcat
+
 MAKE_ENV=	PYTHON=${PYTHON_VERSION} \
 		MANDIR=${STAGEDIR}${MANPREFIX}/man
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705040526.v445QOwR077170>