aboutsummaryrefslogtreecommitdiff
path: root/finance
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 5.0.8Pawel Pekala2016-05-242-3/+4
| | | | | | | | Changelog: bugfix: #1584342 operation disappearing and corrupted account file Notes: svn path=/head/; revision=415802
* Convert tab after WWW: in pkg-descrs to single space as per PHBDmitry Marakasov2016-05-231-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415738
* - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415503
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-198-17/+17
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* - Update to version 5.0.7Pawel Pekala2016-05-103-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | - Convert to USES=localbase Changelog: * new : preferences, add preview for chart color scheme * new : doc, added every payment into the lexicon * wish : #1509485 quicksearch split transactions memo/category * wish : #1507252 ability to batch-edit selected transactions easily * wish : #1501125 export to CSV for all reports list view * wish : #1501111 double-click on sheduled txn in main window to open template editor * wish : #1292377 enable edit transactions from report detail list * wish : #880846 hide/show txn list column on right click * bugfix: #1577555 scheduled transaction edit doesn't enable file save * bugfix: #1556289 scheduled transactions disappear with no reason * bugfix: #1553862 budget report categories displayed when selecting subcategories * bugfix: #1523216 import window wrongly sized * bugfix: #1511325 no warning about old gtk3.x version when compiling from source * bugfix: #1464961 inconsistency in my file internal xfer Notes: svn path=/head/; revision=414943
* - Update to 1.6.1.5Wen Heping2016-05-062-7/+8
| | | | | | | - Add missing PHP modules Notes: svn path=/head/; revision=414675
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultSteve Wills2016-04-271-1/+1
| | | | Notes: svn path=/head/; revision=414136
* create USES=gem and update rubygem- ports to use itSteve Wills2016-04-271-2/+1
| | | | | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070 Notes: svn path=/head/; revision=414118
* many ports: mark broken on powerpc64Steve Wills2016-04-212-0/+4
| | | | Notes: svn path=/head/; revision=413746
* Update to 1.2.7.Mathieu Arnold2016-04-183-32/+17
| | | | | | | | | PR: 208868 Submitted by: tkato432 yahoo com Sponsored by: Absolight Notes: svn path=/head/; revision=413578
* Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'Alexey Dokuchaev2016-04-161-1/+0
| | | | | | | | was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago, and fix some minor bogosities nearby. Notes: svn path=/head/; revision=413438
* - Update USE_PHP, add session and simplexmlWen Heping2016-04-161-2/+2
| | | | Notes: svn path=/head/; revision=413413
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-01144-392/+392
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Cleanup dependencies on lang/p5-Scalar-List-Utils.Mathieu Arnold2016-03-311-2/+1
| | | | | | | | | | | | | | | | | | The different cases are: - Only bring it if the one bundled with Perl is outdated. - The version bundled with all our Perl is sufficient. - Scalar-List-Util is not really needed by the port. (looking for /(Sub|Scalar|List)::Util/ returns nothing.) While there, do some minor cleanup that caught my eye. PR: 208378 With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=412231
* - Update gnucash to 2.6.12Guido Falsi2016-03-306-7/+244
| | | | | | | - Update gnucash-docs to 2.6.12 Notes: svn path=/head/; revision=412171
* finance/moneymanagerex: Fix build on DFJohn Marino2016-03-231-1/+1
| | | | | | | The compiler=gcc check is valid on DF too. Notes: svn path=/head/; revision=411703
* - Update libsodium to 1.0.8Vsevolod Stakhov2016-03-231-0/+1
| | | | | | | | | | - Bump revisions of all dependant ports PR: 206482 Submitted by: lev, w.schwarzenfeld@aon.at Notes: svn path=/head/; revision=411691
* - Update to 0.23-1TAKATSU Tomonari2016-03-222-3/+3
| | | | Notes: svn path=/head/; revision=411642
* Change header installation location for kdelibs4-based ports.Raphael Kubo da Costa2016-03-154-78/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Install x11/kdelibs4's headers into include/kde4 instead of include (which consequently causes several other ports to have their installation paths changed too). The idea behind this is to reduce path conflicts between KDE4 ports and the upcoming KDE Frameworks 5 ports that will be installed into include/KF5. If we continue installing the KDE4 headers into include/, we can end up in a situation like this: c++ [...] -I/usr/local/include -I/usr/local/include/KF5 file.cpp If the KDE4 and KF5 versions of a port have the same headers, the KDE4 port will unintentionally be picked up first and the build will fail. Most of this huge patch is just PORTREVISION bumps, pkg-plist changes and a few patches to FooConfig.cmake files to make them look into the kde4/ subdirectory in include/. Changes which don't fit into the above are: - deskutils/kdepimlibs4: Import an upstream patch to remove some double semicolons that cause base GCC to fail. They have always been present, but since the faulty header was referenced via -isystem /usr/local/include this never caused any problems. - devel/subversion, devel/subversion18: Update patch-configure. The current kwallet changes there date back to 2011 (r272490), at a time when the build could fail when both KDE3 and KDE4 were installed. Replace those bits with a change I've submitted upstream to use the kde4-config program to determine where KDE4's headers and libraries are installed instead of assuming the headers are always in include/. Once again, huge thanks to Tobias Berner <tcberner@gmail.com> for being the first one to notice this problem when working on the KDE Frameworks 5 ports, coming up with the solution and bugging me until I had time to work on this and ask for the exp-run :-) PR: 207906 (exp-run) Notes: svn path=/head/; revision=411156
* Switch to USES=sqlite:3.Raphael Kubo da Costa2016-03-151-2/+1
| | | | Notes: svn path=/head/; revision=411153
* These ports do not build with PHP 7.0, make them as such.Mathieu Arnold2016-03-131-0/+2
| | | | | | | | | Also, mark those who try to use mysql, which does not exist in PHP 7.0. Sponsored by: Absolight Notes: svn path=/head/; revision=411002
* Update to 1.2.6Mathieu Arnold2016-03-108-29/+182
| | | | | | | | | PR: 204195 Submitted by: tkato432 yahoo com Sponsored by: Absolight Notes: svn path=/head/; revision=410753
* finance/py-stripe: Update to 1.30.0Kubilay Kocak2016-03-033-12/+21
| | | | | | | | | | | | | - Update PORTVERSION and distinfo checksum (1.30.0) - Update mock in TEST_DEPENDS (now any version) - Update setup.py patch to add tests_require for future upstreaming Changes: https://github.com/stripe/stripe-python/blob/v1.30.0/CHANGELOG Notes: svn path=/head/; revision=410022
* Update to 2.3.25.Raphael Kubo da Costa2016-02-282-9/+14
| | | | | | | | PR: 207427 Submitted by: ek@purplehat.org (maintainer) Notes: svn path=/head/; revision=409746
* - Switch mysqli supportMartin Wilke2016-02-281-2/+2
| | | | Notes: svn path=/head/; revision=409716
* - Switch to mysqli supportMartin Wilke2016-02-281-1/+2
| | | | Notes: svn path=/head/; revision=409715
* - Use mysqli onlyMartin Wilke2016-02-281-1/+2
| | | | Notes: svn path=/head/; revision=409714
* - Update to 3.1.1 which fixes build with boost 1.60Dmitry Marakasov2016-02-253-6/+5
| | | | | | | | PR: 207012 Approved by: maintainer timeout (woodycarey@hotmail.com, 2 weeks) Notes: svn path=/head/; revision=409549
* finance/R-cran-timeSeries: update to 3022.101.2David Naylor2016-02-233-4/+88
| | | | | | | | | Changes: - Include test dependencies (missing robustbase and fTrading) - Switch to explicit pkg-plist for robustness. Notes: svn path=/head/; revision=409437
* finance/py-stripe: Update to 1.29.1, ModernizeKubilay Kocak2016-02-233-20/+19
| | | | | | | | | | | | | | | | | | | | | - Update PORTVERSION and distinfo checksum (1.29.1) - Add LICENSE_FILE - Update TEST depends and test target - Update test target environment variable [1] - Remove TESTS option bits accordingly - Patch setup.py tests_require to allow the latest version of mock [2] - Remove patch to setup.py:package_data (upstreamed) [3] Changes: https://github.com/stripe/stripe-python/blob/v1.29.1/CHANGELOG [1] https://github.com/stripe/stripe-python/issues/172 [2] https://github.com/stripe/stripe-python/issues/205 [3] https://github.com/stripe/stripe-python/pull/170 Notes: svn path=/head/; revision=409384
* - Update to 1.6.1.4Wen Heping2016-02-132-3/+3
| | | | Notes: svn path=/head/; revision=408787
* - Update to 1.2-9TAKATSU Tomonari2016-01-242-6/+4
| | | | | | | - Fix LICENSE Notes: svn path=/head/; revision=407125
* - Update to 1.5-12TAKATSU Tomonari2016-01-242-9/+9
| | | | | | | - Fix LICENSE Notes: svn path=/head/; revision=407080
* - Update to 6.7.0Sunpoet Po-Chuan Hsieh2016-01-192-4/+4
| | | | | | | | | - Add LICENSE_FILE Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=406665
* Upgrade to 4706.Vanilla I. Shu2016-01-192-4/+4
| | | | | | | | PR: 206387 Submitted by: maintainer Notes: svn path=/head/; revision=406636
* Hand gnucash over to madpilot@ who has been updating it for a while now.Koop Mast2016-01-152-2/+2
| | | | Notes: svn path=/head/; revision=406156
* - Update to 2.5.4Dmitry Marakasov2016-01-144-258/+10
| | | | | | | | | | | - Switch to autoplist PR: 205330 Submitted by: amdmi3 Approved by: kyuupichan@gmail.com (maintainer) Notes: svn path=/head/; revision=406112
* Update to 2.6.11Guido Falsi2016-01-146-6/+50
| | | | | | | Approved by: kwm (gnome, implicit) Notes: svn path=/head/; revision=406105
* - Add NO_ARCHDmitry Marakasov2016-01-131-0/+1
| | | | Notes: svn path=/head/; revision=406055
* - Update to 3.23Sunpoet Po-Chuan Hsieh2016-01-122-5/+9
| | | | | | | | | | | - Add LICENSE - Add BUILD_DEPENDS - Add NO_ARCH Changes: http://search.cpan.org/dist/Business-OnlinePayment-AuthorizeNet/Changes Notes: svn path=/head/; revision=405948
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-123-3/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* Hand over maintainership back to ports@ for ports which i'm not using myself ↵Bernhard Froehlich2016-01-121-1/+1
| | | | | | | anymore. Notes: svn path=/head/; revision=405883
* - Update to 2.21.0Bernhard Froehlich2016-01-113-35/+30
| | | | Notes: svn path=/head/; revision=405806
* - Update to 1.1.42Martin Wilke2016-01-112-3/+3
| | | | | | | | PR: 206124 Submitted by: maintainer Notes: svn path=/head/; revision=405769
* Use pathfixJason E. Hale2016-01-071-3/+1
| | | | Notes: svn path=/head/; revision=405452
* - Update devel/gwenhywfar* to 4.14.0Jason E. Hale2016-01-014-149/+203
| | | | | | | - Update finance/aqbanking to 5.5.1 Notes: svn path=/head/; revision=404968
* - Update finance/libalkimia to 5.0.0 [1]Jason E. Hale2015-12-297-16/+53
| | | | | | | | | | - Update finance/kmymoney-kde4 to 4.7.2 [2] PR: 205591 [1], 205590 [2] Submitted by: rakuco Notes: svn path=/head/; revision=404758
* Fix MASTER_SITES and unmark broken.Raphael Kubo da Costa2015-12-281-3/+1
| | | | Notes: svn path=/head/; revision=404705
* Fix MASTER_SITES and unmark broken.Raphael Kubo da Costa2015-12-281-3/+1
| | | | Notes: svn path=/head/; revision=404704
* Reassign perl modules from ports@ to the perl@ collective.Adam Weinberger2015-12-261-1/+1
| | | | Notes: svn path=/head/; revision=404535