svn commit: r465070 - head/audio/lollypop

Yuri Victorovich yuri at FreeBSD.org
Tue Mar 20 06:39:09 UTC 2018


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
 


More information about the svn-ports-all mailing list