svn commit: r440091 - head/www/uzbl

Tobias C. Berner tcberner at FreeBSD.org
Thu May 4 05:26:25 UTC 2017


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
 


More information about the svn-ports-all mailing list