Commit graph

2143 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
d82cea1dc6 Update pkg-descr 2018-01-29 11:27:14 +00:00
Jason E. Hale
5e0df537c5 Fix build with clang 6
hbcixml.cpp:67:37: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
  MYNAME " v1.99  (part of AqHBCI v"AQHBCI_VERSION_STRING")\n"\

Reported by:	pkg-fallout
2018-01-20 23:52:37 +00:00
Jan Beich
25beeff079 devel/boost-*: update to 1.66.0
Changes:	http://www.boost.org/users/history/version_1_66_0.html
PR:		223922
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D13279
2018-01-18 04:11:02 +00:00
Pawel Pekala
ee359f1bd7 Update to version 5.1.7
Changelog:
* new   : added an icon for closed accounts
* new   : rewritten partially the charts and removed the treeview for legend
* new   : chart line have now a vertical line on active item
* new   : chart now display the 0 scale text
* new   : rewritten the dateentry widget to use a popover
* new   : reports enable to copy to clipboard in addition to export as CSV
* change: chart bar/line now span automatically
* change: chart donut hole do not trigger overlay anymore
* change: preferences, txn column list removed, as there is a now a context menu
* change: top spending is now display top 10 items
* change: fixer.io is now used to get currencies exchange rate (replace yahoo)
* change: changes and new entries into the help menu
* wish  : #1741339 transaction quicksearch into amounts
* wish  : #1709374 enable to export detail list from reports
* wish  : #1697241 allow custom currencies for cryptocurrency and discontinued
* wish  : #1674018 usability and UX improvements for the reports dialog's toolbars
* wish  : #1661986 separate view of out of budget categories in budget report
* wish  : #1656589 add highlighting on legend text for report graph
* wish  : #300380 beta: add pdf export for transaction (in testing menu)
* bugfix: chart x-scale labels were sometime overriding each others
* bugfix: balance report: overdrawn was not displayed if the threshold was 0
* bugfix: balance report: the amount scale was faulty offset to left at first draw
* bugfix: budget report: chart bar was not showing over state
* bugfix: report: fixed a bad empty detail list problem
* bugfix: fixed some minor memory leak
* bugfix: #1734449 date range in Trend Time Report
* bugfix: #1734210 date/calendar popup registers keyboard bindings (Gnome asks)
* bugfix: #1730527 currencies update fail due to yahoo discontinued service
* bugfix: #1721980 group internal xfer when sort by payee
* bugfix: #1720377 title bar close do not backup a new file
* bugfix: #1688744 euro minor converts Euro to Euro wrong
2018-01-10 20:21:53 +00:00
Muhammad Moinur Rahman
57eb3deeef finance/sql-ledger: Update version 3.2.5=>3.2.6
- Fix script installation as executable [1]

PR:		220545 [1]
Submitted by:	frankenbox@live.com [1]
Relnotes:	http://www.sql-ledger.org/cgi-bin/nav.pl?page=misc/whatsnew.html&title=What%27s%20New
2018-01-08 21:25:33 +00:00
Carlos J. Puga Medina
5d46c38bbc Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.2
Approved by:	portmgr (antoine)
2018-01-08 15:20:57 +00:00
Wen Heping
fbd85f2acc - Update to 1.2.26 2018-01-07 09:18:15 +00:00
Guido Falsi
2e3c22209d Fix conditional in flavoring.
I missed this change when I committed the approved review.

Reviewed by:		portmgr (mat)
Approved by:		portmgr (mat)
MFH:			2018Q1
Differential Revision:	https://reviews.freebsd.org/D13478
2018-01-05 19:20:35 +00:00
Tobias C. Berner
c9ed991044 Update finance/skrooge to 2.10.5 2017-12-26 22:09:55 +00:00
David Naylor
cc5fd5140e finance/R-cran-fGarch: updated to version 3042.83
- updated license to align with CRAN package
 - add new run dependency:
   - science/R-cran-fastICA
 - update description to align with CRAN package
 - update website URL to align with CRAN package
 - changelog not updated

Generated by:	portcran (0.1.7)
2017-12-18 12:33:28 +00:00
Guido Falsi
4e82dc1b11 - Update gnucash and gnucash-docs to 2.6.19
- Add missing dependencies reported by stage-qa

FALVORS was added in a previous commit approved in revision D13478 [1]

Approved by:	portmgr (mat) [1]
2017-12-18 11:21:40 +00:00
David Naylor
f9dc9695e7 finance/R-cran-fBasics: updated to version 3042.89
- removed PORTREVISION due to version bump
 - updated comment to align with CRAN package
 - updated license to align with CRAN package
 - order run dependencies lexicographically on origin
 - add new test dependency:
   - devel/R-cran-RUnit
 - changelog not updated

Generated by:	portcran (0.1.7)
2017-12-18 09:04:34 +00:00
David Naylor
8280b4188e finance/R-cran-timeSeries: updated to version 3042.102
- updated comment to align with CRAN package
 - updated license to align with CRAN package
 - order test dependencies lexicographically on origin
 - add new test dependencies:
   - math/R-cran-robustbase
 - changelog not updated

Generated by:	portcran (0.1.6)
2017-12-18 07:16:09 +00:00
David Naylor
af13af624e finance/R-cran-timeDate: updated to version 3042.101
- updated comment to align with CRAN package
 - updated license to align with CRAN package
 - add new test dependencies:
   - devel/R-cran-RUnit
 - changelog not updated

Generated by:	portcran (0.1.6)
2017-12-18 07:13:54 +00:00
Sunpoet Po-Chuan Hsieh
fcff43be2e Update to 6.10.1
Changes:	https://github.com/RubyMoney/money/blob/master/CHANGELOG.md
2017-12-16 20:56:48 +00:00
Guido Falsi
82b8c66259 - Convert GUILE1 and GUILE2 options to flavors in the gnucash port
- Make the guile2 flavor the new default. Users requiring guile1
  can use that flavor
- Add note in UPDATING, since the default is changing

Reviewed by:	mat
Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D13478
2017-12-15 17:19:56 +00:00
Emanuel Haupt
1b9ba1a859 Update to 3.0.3 2017-12-12 13:09:36 +00:00
Antoine Brodin
dd2f123de0 mybudget is not compatible with python3 2017-12-09 09:31:04 +00:00
Emanuel Haupt
d95d697341 Now that we have flavors, reintroduce hardware/cold-storage wallet support for
Ledger and Trezor.
2017-12-05 21:04:59 +00:00
Wen Heping
812b92137b - Update to 1.7.2.4 2017-12-04 13:05:39 +00:00
David Chisnall
f9197640d9 Fix configure options for gnustep-make
We were not setting the flag to select the GNUstep ABI, so were defaulting to
using the GCC-compatible version, which was likely to trigger a lot of subtle
bugs.  This was noticed when C++ exceptions thrown through Objective-C stack
frames caused segfaults.
2017-12-03 12:23:53 +00:00
Antoine Brodin
38308bbce8 - Add explicit FLAVOR to a few dependencies
- Remove FLAVOR from py-docutils dependency in comms/uhd, in this case
  it needs the rst2html command, not the docutils module
- Mark some ports as not compatible with python3
2017-12-03 08:25:31 +00:00
Mathieu Arnold
551be3c723 Convert Python ports to FLAVORS.
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
2017-11-30 15:50:30 +00:00
Thierry Thomas
88b6f85851 Upgrade to the latest stable version (1.0.2). 2017-11-28 21:01:41 +00:00
Emanuel Haupt
d2ca3e24a3 - Update WWW of legacy port based on amdmi3's effort
- Restore pkg-descr of main port which was erroneously removed by amdmi3 during
  the last commit
2017-11-16 06:53:50 +00:00
Dmitry Marakasov
38e55f5301 - Update WWW
Approved by:	portmgr blanket
2017-11-15 09:00:06 +00:00
Sunpoet Po-Chuan Hsieh
b90cdfecd6 Update to 1.47
Changes:	http://search.cpan.org/dist/Finance-Quote/Changes
2017-11-14 22:50:42 +00:00
Emanuel Haupt
bb4ad9521a Update to 3.0.2 2017-11-14 19:07:52 +00:00
Sunpoet Po-Chuan Hsieh
3524715127 Update to 0.26
- Add LICENSE
- Add NO_ARCH
- Sort PLIST

Changes:	http://search.cpan.org/dist/Finance-YahooQuote/CHANGES
2017-11-13 19:36:16 +00:00
Emanuel Haupt
67ac62827c Ignore on the package builders when default version of python is not 3.6+
Suggested by:	bdrewery
Reported by:	pkg-fallout
2017-11-09 21:33:21 +00:00
Sunpoet Po-Chuan Hsieh
2beef8ea2c Update to 1.45
Changes:	http://search.cpan.org/dist/Finance-Quote/Changes
2017-11-09 19:44:11 +00:00
Sunpoet Po-Chuan Hsieh
cf5f83e396 Update to 1.44
Changes:	http://search.cpan.org/dist/Finance-Quote/Changes
2017-11-08 23:30:07 +00:00
Emanuel Haupt
61ca59a52a Create a legacy port of finance/electrum. The new version finance/electrum
underwent major changes and doesn't have cold storage support yet. This
port is for users who still rely on trezor or ledger crypto wallet support.
2017-11-08 21:43:21 +00:00
Emanuel Haupt
9d66975bdb Update to 3.0.1, the main highlights of this release are Segregated Witness
(segwit) support and has switched from qt4 to qt5.

Cold storage wallet support still need some work. Therefore disable the trezor
and ledger support for now until things have been fixed.

Users depending on trezor and ledger are advised to use finance/electrum2 for
the time being.

Changelog:	https://github.com/spesmilo/electrum/blob/master/RELEASE-NOTES
2017-11-08 21:42:52 +00:00
Sunpoet Po-Chuan Hsieh
69a6f23774 Update to 1.43
Changes:	http://search.cpan.org/dist/Finance-Quote/Changes
2017-11-07 21:01:16 +00:00
Emanuel Haupt
ded2188719 - Rename securitypy-btchip to security/py-btchip-python to reflect official
Python modules naming scheme [1].
- Explain in MOVED why the port was renamed
- Update security/py-btchip-python to 0.1.22
- Update dependency of finance/electrum

Notified by:	koobs [1]
2017-11-07 20:34:37 +00:00
Sunpoet Po-Chuan Hsieh
95b618fb69 Update to 6.10.0
Changes:	https://github.com/RubyMoney/money/blob/master/CHANGELOG.md
2017-11-05 21:17:14 +00:00
Jimmy Olgeni
e929aea23c Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams.
2017-11-02 21:41:47 +00:00
Jimmy Olgeni
258b5d44ad Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. 2017-10-31 14:51:53 +00:00
Kubilay Kocak
ceb037fd0c finance/py-stripe: Revert (part of) r426059
Revert r426059 which removed py-unittest2.

(1) The port was revived and (2) the change was incomplete, breaking the
test target/phase because tests were not confirmed to continue to work
(without downloading the dependency, which is not allowed in poudriere),
or updated to work without unittest2.

Removing *_DEPENDS alone for whatever reason (expiry/deletion in this case)
is insufficient for ports of Python packages, as their code may still
register, reference or attempt to import that (package) code, and fatally
error if it is not available.

Other ports modified in that revision very likely require similar
updates, if they haven't been updated or fixed already.

[1] svnweb.freebsd.org/changeset/ports/426059
2017-10-29 04:02:53 +00:00
Sunpoet Po-Chuan Hsieh
1dd425224c Fix gemspec for rubygem-i18n 0.9.0 update
- Bump PORTREVISION for package change
2017-10-16 17:47:16 +00:00
Emanuel Haupt
d70de080a6 Electrum is installed with various hardware wallet plugins but they lack the
necessary python backends. Now that we have ports for the TREZOR and LEDGER
hardware wallets in the ports tree add those as an option and enable by default.
Provide devd sample rules and display a message on how to enable.

Takeover maintainership.

PR:		222946
Approved by:	amutu@amutu.com
2017-10-13 15:09:30 +00:00
Jason E. Hale
2e0669cf63 Update to 0.9.12
Bugfix to address buffer overflow (CVE-2017-2816)

MFH:		2017Q4
Security:	58fafead-cd13-472f-a9bd-d0173ba1b04c
2017-10-08 13:23:08 +00:00
Guido Falsi
97533bf3eb - Update finance/gnucash to 2.6.18
- Update finance/gnucash-docs to 2.6.18
- Silence portlint warning about variable ordering
- Regenerate some patches

The gnucash distfile was regenerated after initial release due to
missing files, and has a non conforming filename, so the port adds
variables to correctly handle this.
2017-09-28 10:20:26 +00:00
Wen Heping
ea044e1985 - Update to 4.14.1 2017-09-25 02:38:28 +00:00
Jan Beich
98eb11b2f0 devel/boost-*: update to 1.65.1
Changes:	http://www.boost.org/users/history/version_1_65_1.html
PR:		218835
Approved by:	maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by:	jhibbits (on powerpc64, earlier version)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
2017-09-25 00:08:16 +00:00
Jan Beich
7e21a6476a devel/boost-*: enable C++11 features
PR:		218835
Obtained from:	https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by:	maintainer timeout (2 months)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
2017-09-25 00:05:05 +00:00
Emanuel Haupt
4bc505c4d3 Update to 2.9.3
PR:		186190
Approved by:	amutu@amutu.com (maintainer)
2017-09-17 12:55:55 +00:00
Pawel Pekala
e2e30ba153 Update to version 5.1.6
Changelog:
 * change: win32: upgraded to gtk+ 3.22.16
 * wish  : #1710955 warn when opening a backup file
 * bugfix: #1716182 New memo doesn't get added to quick list
 * bugfix: #1716181 New/deleted transactions and search box show inconsistency
 * bugfix: #1715532 "All date" range remains as is after "Select All" in Report
 * bugfix: #1713413 Un-editable category
 * bugfix: #1710800 Manage budget window do not expand properly
 * bugfix: #1708956 Automatic check numbering issue
 * bugfix: #1707201 Anonymize dialog change accounts if user close window
 * bugfix: #1697174 Months in Manage Budget should allow tabbing
                    from consecutive months
 * bugfix: #1697171 'Notes' field in 'Manage Accounts' should wrap text
 * bugfix: #1694520 Windows 10 x64 5.1.5 cannot start application
 * bugfix: #1693998 Start Balance not shown after new file assistant
 * bugfix: #1691992 The "other" side of an internal transfer is not marked
                    as changed when an internal transfer is deleted
 * bugfix: #1690555 Internal transfers with a status of "Remind" are
                    not created correctly
 * bugfix: #1664012 libofx: macos, cannot import newer OFX versions
2017-09-16 09:42:21 +00:00
Dmitry Marakasov
1773c8adf4 - Update WWW
Approved by:	portmgr blanket
2017-09-15 09:01:52 +00:00