aboutsummaryrefslogtreecommitdiff
path: root/finance/bitcoin-armory
Commit message (Collapse)AuthorAgeFilesLines
* Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.orgYuri Victorovich2018-02-251-1/+1
| | | | | | | | | 98 ports are affected. Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=462887
* Reduce dependency on the python2 metaportAntoine Brodin2018-02-191-2/+2
| | | | | | | | PR: 225752 Submitted by: Yasuhiro KIMURA Notes: svn path=/head/; revision=462307
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Change from USES=twisted to devel/py-twistedSunpoet Po-Chuan Hsieh2017-09-041-2/+2
| | | | | | | | | | | - Bump PORTREVISION for dependency change PR: 221650 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days) Notes: svn path=/head/; revision=449224
* Fix shebangSunpoet Po-Chuan Hsieh2017-06-092-8/+2
| | | | | | | | | | - While I'm here, pet portlint - Bump PORTREVISION for package change Approved by: portmgr (blanket) Notes: svn path=/head/; revision=442994
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-0/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* Switch ports to use USE_PYQT=<foo> instead of using RUN_- and BUILD_DEPENDSTobias C. Berner2017-02-041-4/+3
| | | | | | | | | | | | pyqt.mk provides USE_PYQT=<list> to depend on its components. Convert the ports not yet using it to it. Reviewed by: rakuco, mat Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D9261 Notes: svn path=/head/; revision=433310
* Remove BROKEN_FreeBSD_9Sunpoet Po-Chuan Hsieh2017-01-011-2/+0
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=430235
* Do not use post-stage. Use post-install instead.Mathieu Arnold2016-12-021-4/+3
| | | | | | | | | | | | | | | The only reason to use post-stage is because the port needs to do "things" at a later time, like some plist manipulation. While there, fold post-install in do-install targets when they are defined. PR: 214780 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=427552
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-8/+8
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* finance/bitcoin-armory: update 0.93.2 -> 0.93.3Jason Unovitch2015-11-133-3/+4
| | | | | | | | PR: 204315 Submitted by: yuri@rawbw.com (maintainer) Notes: svn path=/head/; revision=401472
* finance/bitcoin-armory: update 0.92.3 -> 0.93.2Jason Unovitch2015-10-2413-73/+111
| | | | | | | | | | | | | | | | | - Update PORTVERSION, distinfo, pkg-plist, and patches for 0.93.2 - Remove "Implementation of" word fluff from COMMENT - Add missing run-dep on bitcoin daemon - USES: Add compiler:c++11-lang and compiler:c++11-lib - USES: Restrict to python:2 - Remove USE_GCC, set and pass CXXFLAGS - Mark BROKEN on FreeBSD 9 due upstream issues with atomic ops on FreeBSD - Use INSTALL_ICONS and install several during post-stage PR: 199490 Submitted by: yuri@rawbw.com (maintainer) Notes: svn path=/head/; revision=400098
* - Fix shebangsDmitry Marakasov2015-07-281-1/+5
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=393117
* Update ports in the [ef]* categories to not use GH_COMMIT.Mathieu Arnold2015-05-062-5/+3
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385522
* - Update to version 0.92.3 [1]Pawel Pekala2014-12-062-6/+10
| | | | | | | | | | | - Upstream switched to github [1] - Remove leading article from COMMENT PR: 194753 [1] Submitted by: maintainer [1] Notes: svn path=/head/; revision=374125
* Cleanup plistBaptiste Daroussin2014-10-271-16/+0
| | | | Notes: svn path=/head/; revision=371564
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Import bitcoin-armory into finance,Thomas Zander2014-08-2312-0/+587
an implementation of desktop bitcoin management system - Assign maintainership to port submitter Yuri Victorovich <yuri@rawbw.com> PR: 192367 Submitted by: Yuri Victorovich <yuri@rawbw.com> Approved by: mentors (implicit) Notes: svn path=/head/; revision=365805