mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Fix shebang
- While I'm here, pet portlint - Bump PORTREVISION for package change Approved by: portmgr (blanket)
This commit is contained in:
parent
2cea6689b9
commit
9fec2b7f76
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442994
@ -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
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user