Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Feb 2016 01:58:06 +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: r408528 - head/deskutils/calibre
Message-ID:  <201602090158.u191w6qt023246@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Feb  9 01:58:06 2016
New Revision: 408528
URL: https://svnweb.freebsd.org/changeset/ports/408528

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket

Modified:
  head/deskutils/calibre/Makefile

Modified: head/deskutils/calibre/Makefile
==============================================================================
--- head/deskutils/calibre/Makefile	Tue Feb  9 01:56:43 2016	(r408527)
+++ head/deskutils/calibre/Makefile	Tue Feb  9 01:58:06 2016	(r408528)
@@ -3,6 +3,7 @@
 
 PORTNAME=	calibre
 PORTVERSION=	2.50.1
+PORTREVISION=	1
 CATEGORIES=	deskutils python
 MASTER_SITES=	http://download.calibre-ebook.com/${PORTVERSION}/
 
@@ -59,7 +60,8 @@ USE_RC_SUBR=	calibre
 EXTRACT_BEFORE_ARGS=	-x -s '/^calibre/~-src/' -f
 
 USES=		desktop-file-utils pkgconfig python:2 shared-mime-info shebangfix tar:xz
-SHEBANG_FILES=	src/calibre/ebooks/metadata/odt.py \
+SHEBANG_FILES=	resources/calibre-portable.sh \
+		src/calibre/ebooks/metadata/odt.py \
 		src/calibre/utils/*.py \
 		src/odf/*.py
 USE_QT5=	buildtools_build dbus qmake_build



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