svn commit: r461781 - head/www/bluefish

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Feb 14 12:16:00 UTC 2018


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


More information about the svn-ports-head mailing list