Date: Mon, 5 Oct 2015 21:15:12 +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: r398666 - head/deskutils/pinot Message-ID: <201510052115.t95LFC2A005670@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Oct 5 21:15:12 2015 New Revision: 398666 URL: https://svnweb.freebsd.org/changeset/ports/398666 Log: - Add missing run-depend on bash - Remove no-op SHEBANG_LANG Approved by: portmgr blanket Modified: head/deskutils/pinot/Makefile Modified: head/deskutils/pinot/Makefile ============================================================================== --- head/deskutils/pinot/Makefile Mon Oct 5 21:14:37 2015 (r398665) +++ head/deskutils/pinot/Makefile Mon Oct 5 21:15:12 2015 (r398666) @@ -3,7 +3,7 @@ PORTNAME= pinot PORTVERSION= 1.06 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= deskutils MASTER_SITES= GOOGLE_CODE #MASTER_SITES= http://colinf.chez.com/pinot/ @@ -35,7 +35,8 @@ RUN_DEPENDS= update-mime-database:${PORT catppt:${PORTSDIR}/textproc/catdoc \ unzip:${PORTSDIR}/archivers/unzip \ unrtf:${PORTSDIR}/textproc/unrtf \ - catdvi:${PORTSDIR}/print/catdvi + catdvi:${PORTSDIR}/print/catdvi \ + bash:${PORTSDIR}/shells/bash PROJECTHOST= ${PORTNAME}-search @@ -51,7 +52,6 @@ USE_OPENSSL= yes USE_SQLITE= 3 USE_XORG= pixman USE_LDCONFIG= ${PREFIX}/lib/pinot/backends ${PREFIX}/lib/pinot/filters -SHEBANG_LANG= bash SHEBANG_FILES= scripts/bash/*.sh OPTIONS_DEFINE= DEBUG CHMLIB DOCS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510052115.t95LFC2A005670>