Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Mar 2018 06:39:08 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r465070 - head/audio/lollypop
Message-ID:  <201803200639.w2K6d8xX019706@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Mar 20 06:39:08 2018
New Revision: 465070
URL: https://svnweb.freebsd.org/changeset/ports/465070

Log:
  audio/lollypop: Unbreak by fixing the shebang
  
  Approved by:	portmgr (port compliance, infrastructure)

Modified:
  head/audio/lollypop/Makefile

Modified: head/audio/lollypop/Makefile
==============================================================================
--- head/audio/lollypop/Makefile	Tue Mar 20 06:33:01 2018	(r465069)
+++ head/audio/lollypop/Makefile	Tue Mar 20 06:39:08 2018	(r465070)
@@ -20,14 +20,15 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>=2.7.8:d
 LIB_DEPENDS=	libnotify.so:devel/libnotify \
 	libtotem-plparser.so:multimedia/totem-pl-parser
 
-USES=	shebangfix python:3.4+ pkgconfig gettext gmake sqlite tar:xz
+USES=		python:3.4+ pkgconfig gettext gmake shebangfix sqlite tar:xz
 GNU_CONFIGURE=	yes
 USE_GNOME=	glib20 gtk30 pygobject3 introspection:build intltool intlhack
 USE_GSTREAMER1=	yes mpg123 ogg flac opus libav faad good speex
 USE_PYTHON=	py3kplist
 INSTALLS_ICONS=	yes
 
-SHEBANG_FILES=	src/*.py
+SHEBANG_FILES=	lollypop.in \
+		src/*.py
 
 GLIB_SCHEMAS=	org.gnome.Lollypop.gschema.xml
 



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