svn commit: r523731 - in branches/2020Q1/deskutils/calibre: . files

Guido Falsi madpilot at FreeBSD.org
Tue Jan 21 17:38:49 UTC 2020


Author: madpilot
Date: Tue Jan 21 17:38:48 2020
New Revision: 523731
URL: https://svnweb.freebsd.org/changeset/ports/523731

Log:
  MFH: r523643
  
  Fix calibre-server startup script by extending the PATH to include
  LOBALBASE/bin.
  
  The server looks in path for the pdftohtml binary, which is used
  to render PDF files for viewing in the browser.
  
  Reported by:	Alexander Leidinger <Alexander at leidinger.net>
  
  Approved by:	ports-secteam (joneum)

Modified:
  branches/2020Q1/deskutils/calibre/Makefile
  branches/2020Q1/deskutils/calibre/files/calibre.in
Directory Properties:
  branches/2020Q1/   (props changed)

Modified: branches/2020Q1/deskutils/calibre/Makefile
==============================================================================
--- branches/2020Q1/deskutils/calibre/Makefile	Tue Jan 21 17:23:50 2020	(r523730)
+++ branches/2020Q1/deskutils/calibre/Makefile	Tue Jan 21 17:38:48 2020	(r523731)
@@ -3,6 +3,7 @@
 
 PORTNAME=	calibre
 PORTVERSION=	4.7.0
+PORTREVISION=	1
 CATEGORIES=	deskutils python
 MASTER_SITES=	http://download.calibre-ebook.com/${PORTVERSION}/
 

Modified: branches/2020Q1/deskutils/calibre/files/calibre.in
==============================================================================
--- branches/2020Q1/deskutils/calibre/files/calibre.in	Tue Jan 21 17:23:50 2020	(r523730)
+++ branches/2020Q1/deskutils/calibre/files/calibre.in	Tue Jan 21 17:38:48 2020	(r523731)
@@ -31,6 +31,8 @@
 
 . /etc/rc.subr
 
+export PATH=$PATH:%%LOCALBASE%%/sbin:%%LOCALBASE%%/bin
+
 name=calibre
 rcvar=calibre_enable
 


More information about the svn-ports-branches mailing list