Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Feb 2018 12:15:59 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r461781 - head/www/bluefish
Message-ID:  <201802141215.w1ECFxsV057449@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Feb 14 12:15:59 2018
New Revision: 461781
URL: https://svnweb.freebsd.org/changeset/ports/461781

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket

Modified:
  head/www/bluefish/Makefile

Modified: head/www/bluefish/Makefile
==============================================================================
--- head/www/bluefish/Makefile	Wed Feb 14 12:06:10 2018	(r461780)
+++ head/www/bluefish/Makefile	Wed Feb 14 12:15:59 2018	(r461781)
@@ -3,6 +3,7 @@
 
 PORTNAME=	bluefish
 PORTVERSION=	2.2.10
+PORTREVISION=	1
 CATEGORIES=	www editors
 MASTER_SITES=	http://www.bennewitz.com/bluefish/stable/source/ \
 		http://bluefish.mrball.net/stable/source/
@@ -18,7 +19,8 @@ LIB_DEPENDS=	libpcre.so:devel/pcre \
 
 USES=		desktop-file-utils gettext gmake libtool localbase pkgconfig python:2.7 \
 		shared-mime-info shebangfix tar:bzip2
-SHEBANG_FILES=	data/css_decompressor
+SHEBANG_FILES=	data/css_decompressor data/cssmin.py data/jsbeautify \
+		data/jsmin.py data/lorem-ipsum-generator
 python_OLD_CMD=	/usr/bin/python2.7
 USE_GNOME=	cairo intltool libxml2
 GNU_CONFIGURE=	yes



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