From owner-svn-ports-head@freebsd.org Fri Jun 9 14:18:10 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61664BF5AD7; Fri, 9 Jun 2017 14:18:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F0E46A3FE; Fri, 9 Jun 2017 14:18:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v59EI9oF009715; Fri, 9 Jun 2017 14:18:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v59EI9OP009714; Fri, 9 Jun 2017 14:18:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706091418.v59EI9OP009714@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 9 Jun 2017 14:18:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442994 - in head/finance/bitcoin-armory: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2017 14:18:10 -0000 Author: sunpoet Date: Fri Jun 9 14:18:09 2017 New Revision: 442994 URL: https://svnweb.freebsd.org/changeset/ports/442994 Log: Fix shebang - While I'm here, pet portlint - Bump PORTREVISION for package change Approved by: portmgr (blanket) Modified: head/finance/bitcoin-armory/Makefile head/finance/bitcoin-armory/files/patch-ArmoryQt.py Modified: head/finance/bitcoin-armory/Makefile ============================================================================== --- head/finance/bitcoin-armory/Makefile Fri Jun 9 14:14:24 2017 (r442993) +++ head/finance/bitcoin-armory/Makefile Fri Jun 9 14:18:09 2017 (r442994) @@ -3,8 +3,8 @@ PORTNAME= BitcoinArmory PORTVERSION= 0.93.3 -PORTREVISION= 1 DISTVERSIONPREFIX= v +PORTREVISION= 2 CATEGORIES= finance MAINTAINER= yuri@rawbw.com @@ -25,7 +25,7 @@ GH_ACCOUNT= etotheipi USES= compiler:c++11-lang compiler:c++11-lib gmake pyqt:4 python:2 shebangfix USE_PYQT= core_run gui_run -SHEBANG_FILES= extras/extractKeysFromWallet.py +SHEBANG_FILES= ArmoryQt.py extras/extractKeysFromWallet.py CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CXXFLAGS+= -DCRYPTOPP_DISABLE_ASM -fPIC Modified: head/finance/bitcoin-armory/files/patch-ArmoryQt.py ============================================================================== --- head/finance/bitcoin-armory/files/patch-ArmoryQt.py Fri Jun 9 14:14:24 2017 (r442993) +++ head/finance/bitcoin-armory/files/patch-ArmoryQt.py Fri Jun 9 14:18:09 2017 (r442994) @@ -1,11 +1,5 @@ --- ArmoryQt.py.orig 2015-06-10 21:49:31 UTC +++ ArmoryQt.py -@@ -1,4 +1,4 @@ --#! /usr/bin/python -+#!/usr/bin/env python - # -*- coding: UTF-8 -*- - ################################################################################ - # # @@ -1236,6 +1236,9 @@ class ArmoryMainWindow(QMainWindow): elif OS_LINUX: tempDir = '/var/log'