| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Changes: http://search.cpan.org/dist/Business-OnlinePayment/Changes
|
| |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Approved by: portmgr (antoine)
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
| |
- Add missing dependencies reported by stage-qa
FALVORS was added in a previous commit approved in revision D13478 [1]
Approved by: portmgr (mat) [1]
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
| |
Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
| |
|
|
|
|
| |
Ledger and Trezor.
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
- Restore pkg-descr of main port which was erroneously removed by amdmi3 during
the last commit
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Finance-Quote/Changes
|
| |
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/Finance-YahooQuote/CHANGES
|
|
|
|
|
| |
Suggested by: bdrewery
Reported by: pkg-fallout
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Finance-Quote/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Finance-Quote/Changes
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
| |
(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
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Finance-Quote/Changes
|
|
|
|
|
|
|
|
|
| |
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]
|
|
|
|
| |
Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md
|
|
|
|
| |
This round is @FreeBSD.org residents except teams.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
- Bump PORTREVISION for package change
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Bugfix to address buffer overflow (CVE-2017-2816)
MFH: 2017Q4
Security: 58fafead-cd13-472f-a9bd-d0173ba1b04c
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: 186190
Approved by: amutu@amutu.com (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
| |
Thanks to antoine@ for the exp-run.
Approved by: rakuco (mentor)
Reviewed by: tcberner (mentor)
Reviewed by: mat
PR: 222000 (exp-run)
Differential Revision: https://reviews.freebsd.org/D12299
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(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
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for dependency change
PR: 221650
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 14 days)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Update the default Objective-C compiler.
Fix various build failures in GNUstep ports from newer versions of the GNUstep
core libraries and from changes to GNUstep Make.
Update various ports that use GNUstep and bump the portrevision of the ones
that haven't had a new release.
|
|
|
|
|
|
| |
daylight global variable as implemented in glibc.
Obtained from: https://github.com/Gnucash/gnucash/pull/116
|
|
|
|
|
|
|
|
|
|
| |
dectecting whether DST is currently in effect for the timezone (TZ) in use
instead of emulating the glibc global daylight variable which is set to 0 if
DST conversions should never be applied for the TZ in use; otherwise non-zero.
PR: 220665
Submitted by: madpilot
MFH: 2017Q3
|
|
|
|
|
|
| |
PR: 221080
Submitted by: amutu@amutu.com (maintainer)
MFH: 2017Q3
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Finance-QuoteHist/Changes
|
|
|
|
| |
- Update WWW: line in pkg-descr
|
|
|
|
|
|
|
| |
- Set MAINTAINER to <amutu@amutu.com>
PR: 220510
Submitted by: Jov <amutu@amutu.com>
|
|
|
|
|
| |
- Update finance/gnucash-docs to 2.6.17
- Fully convert to option/target helpers and USES localbase
|
|
|
|
|
|
| |
- Add LICENSE_FILE
Changes: http://search.cpan.org/dist/Finance-QuoteHist/Changes
|
| |
|
|
|
|
| |
- Update WWW: line in pkg-descr
|
|
|
|
|
|
|
|
|
|
| |
- add new run dependencies:
- finance/R-cran-quantmod
- changelog:
- R/finance.R (get.hist.quote): Fix problem spotted by Thomas A Severini
<severini@northwestern.edu>.
Generated by: portcran (0.1.5)
|
|
|
|
|
|
|
|
|
|
| |
- add new run dependencies:
- finance/R-cran-quantmod
- changelog:
- NAMESPACE: Re-write get.hist.quote() as a wrapper for
quantmod::getSymbols().
Generated by: portcran (0.1.5)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
If NO_ARCH is set then check that no FreeBSD elf(5) files are in $STAGEDIR.
If an elf(5) file is bundles as part of the package, but is not meant to be
run directly (i.e. the elf(5) file is a payload, and not compiled) then
those files can be added to NO_ARCH_IGNORE to avoid the check from failing,
Changes to ports:
- Ports that have NO_ARCH set, but actually compile files have had NO_ARCH
removed.
- Ports that have elf(5) payloads have had those files added to
NO_ARCH_IGNORE.
- R-cran ports that do not set USES=cran:compiles have NO_ARCH set,
PR: 218976
Reviewed by: antoine, mat
Approved by: portmgr
|
|
|
|
|
|
| |
PR: 219812
Approved by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
Approved by: brd (ports)
|
| |
|
|
|
|
|
|
|
| |
- While I'm here, pet portlint
- Bump PORTREVISION for package change
Approved by: portmgr (blanket)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Reorder USES
- Mark NO_ARCH
- Move pkg-plist to TMPPLIST
PR: 219712
Submitted by: frankenbox@live.com
Relnotes: http://www.sql-ledger.org/cgi-bin/nav.pl?page=misc/whatsnew.html&title=What%27s%20New
|
|
|
|
| |
- Fix WWW
|
|
|
|
|
|
|
|
|
| |
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills
|
|
|
|
|
|
|
|
|
| |
- Sort *_DEPENDS
- Add LICENSE
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/Business-OnlinePayment-PaymenTech/Changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
* bugfix: updating currency rate was not updating file changes (and enable save)
* bugfix: #1689308 category usage count does not get updated for
split transactions
* bugfix: #1687117 statistic report filter do not update date range
* bugfix: #1683646 only one changed icon is displayed in accounts
window when an internal transfer is edited
* bugfix: #1681532 segfault when pressing escape while editing a new transaction
* bugfix: #1678476 french translation is missing in filter
* bugfix: #1678230 time report show all category may be wrong if split
* bugfix: #1676162 can't set transaction amount to 6 decimal points
* bugfix: #1674020 statistics Report: sorting by amount does not
work with "Expenses and Income"
* bugfix: #1672209 account window "0.00" balance sometimes
displayed in warning color
* bugfix: #1672205 "Show # days in advance the current date"
preference doesn't work
* bugfix: #1672135 BYN - new Belorussian currency is not in the list
* bugfix: #1668036 cannot filter on memo if split transaction
* bugfix: #1667201 original account shows edits when inheriting transaction
into another account
* bugfix: #1664916 balance report does not include accounts with no transactions
|
|
|
|
|
|
|
| |
- changelog:
- man/plotOHLC.Rd: http://quote.yahoo.com now redirects to https.
Generated by: portcran (0.1.5)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION in all consumers
- mail/claws-mail-vcalendar now builds, remove IGNORE
- Mark devel/libical-glib as BROKEN
Release Highlights
WARNING: Version 2 IS NOT Binary Compatible with Older Versions
Version 2 is Source Compatible with Older Versions
Lots of source code scrubbing
[New] RSCALE support (requires libicu from http://www.icu-project.org)
[New] CalDAV attachment support (draft-daboo-caldav-attachments)
[New] Resurrect the Berkeley DB storage support
[Bug] issue83: Incorrect recurrence generation for weekly pattern
Handle RRULEs better
Handle threading better
PR: 218711
Submitted by: myself
Approved by: maintainer timeout
|
|
|
|
|
|
|
|
| |
Changes: http://www.boost.org/users/history/version_1_64_0.html
PR: 218835
Approved by: office (bapt)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D10472
|
|
|
|
|
|
|
| |
Grantlee5 appends library names of plugins with a letter 'd' when in debug mode.
Provide a PLIST_SUB with said suffix.
Approved by: rakuco (mentor)
|
| |
|
|
|
|
|
| |
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D10470
|
|
|
|
|
| |
PR: 218658
Submitted by: riggs
|
|
|
|
| |
Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/RubyMoney/money/blob/v6_8_4/CHANGELOG.md
|
|
|
|
|
|
|
|
|
|
|
| |
* add patch for finance/kmymoney-kde4
* change patch in irc/irssi-fish as pkgconfig handling has changed.
PR: 218559
Exp-run by: antoine
Reviewed by: mat, rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9557
|
| |
|
|
|
|
|
|
| |
While here, adjust LICENSE and remove the patch to the update_xdg_mimetypes()
call, it is not necessary as update-mime-database is not called when DESTDIR is
set (we were preventing it from running at install-time).
|
|
|
|
| |
Changes: https://github.com/RubyMoney/money/blob/v6.8.3/CHANGELOG.md
|
|
|
|
|
|
|
| |
- changelog:
- Improve registration of native routines.
Generated by: portcran (0.1.5)
|
|
|
|
|
|
| |
New libsigc++20 requires c++11 (it exposes c++11) so explicitly use -std=c++11
where needed.
Mark as broken a bunch of ports which are not c++11 compatible
|
|
|
|
|
|
|
|
| |
to support HTTPS because Yahoo! JAPAN services have been
migrated to AOSSL
- Update RUN_DEPENDS, accordingly
MFH: 2017Q2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Update run-time dependencies
- Update patch-setup.py (minor change to apply to new file)
- Upstream release notes:
https://github.com/spesmilo/electrum/blob/master/RELEASE-NOTES
Approved by: swills (mentor, implicit)
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
| |
PR: 217720
Submitted by: kyuupichan@gmail.com (maintainer)
|
|
|
|
| |
Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md
|
| |
|
|
|
|
| |
Changes: Updates to various account number verification methods
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
* change: filter, reworked the layout
* change: filter, category select change now propagate to subcategories
* wish : #1661806 show overdraft amount in account window (balance column)
* wish : #1655542 improve handling of end of month scheduled transactions
* bugfix: sanity was not checking dst_account
* bugfix: sanity orphaned account was not working
* bugfix: #1663795 "show all" shows as enabled after opening another file
* bugfix: #1663789 both sides of internal transfers' accounts not changed
* bugfix: #1663399 display Order of Account Types (5.1.3)
* bugfix: #1662197 main window's upcoming transactions pane shifts
downwards on every startup
* bugfix: #1662189 main window size/position saved only when
using wm close (X) button
* bugfix: #1661279 memory Fault on homebank-5.1.1-1.fc25.x86_64 and later
* bugfix: #1660910 main window layout is not persisted
* bugfix: #1658538 balance Report crash when no txn at all
* bugfix: #1656720 save button in main window disabled despite pending changes
* bugfix: #1655626 libofx for windows bad utf-8 char import corrupt xml file
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
- Bump PORTREVISION for package change
|
|
|
|
|
|
| |
PR: 215487
Submitted by: joneum@bsdproject.de
Approved by: maintainer(timeout, >30 days)
|
|
|
|
|
|
|
|
|
| |
* SQLCipher is no longer optional, so drop the option again.
* There is no need for conflicts and suffixes.
Reviewed by: rakuco, fluffy
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9336
|
|
|
|
|
|
| |
- no changelog provided
Generated by: portcran (0.1.4)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
* new : your account, added expand/collapse button
* wish : #1653350 cvs import default category for payee
* wish : #1645126 remember the size of columns listview in the main window
* wish : #1530784 easy way to see closed accounts in account list
* wish : #1164643 totals per Financial Institution in account summary
* bugfix: #1658047 Euro major Lithuanian template corrections
* bugfix: #1658045 Euro major settings: list countries alphabetically
* bugfix: #1658043 Euro major feature calculates amounts incorrectly
* bugfix: #1656531 account combobox can be default set to disabled account
* bugfix: #1653957 Importing QIF file with existing accounts
* bugfix: #1652994 Sorting for account in Statistics Report doesn't work
* bugfix: #1652527 Balance report crash when no result
* bugfix: #1649081 Exclude from budget option seems ignored
* bugfix: #1649078 Remind operations are included in "today" balance calculation
* bugfix: #1648856 balance report "select all" is not working
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Install DOCS
- Add TEST_TARGET to run checks
- Make the bankdata update script use fetch(1) instead of wget and
retrieve the bankdata via https
- Notify users that the included bankdata is outdated and it needs
to be updated manually
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1
|
|
|
|
|
|
| |
- Add missing RUN_DEPENDS
Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
- Allow to select encrypted db engine via options
|
| |
|
| |
|
|
|
|
|
| |
- Update finance/gnucash-docs to 2.6.15
- Regenerated gnucash paatches
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update skrooge to 2.5.0 [1] which brings in support for
encrypted databases via databases/sqlcipher.
This switches the port from using kdelibs4 to using
KDE Frameworks 5 (KDE4 is no longer supported, and last
released in june 2015).
[1] https://skrooge.org/skrooge_2.5.0
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D8810
|
|
|
|
|
|
|
|
|
|
|
| |
- removed PORTREVISION due to version bump
- updated comment to align with CRAN package
- updated license to align with CRAN package
- remove unused build dependencies:
- math/R-cran-quadprog
- math/R-cran-zoo
Generated by: portcran (0.1.3)
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Fix *_DEPENDS: add missing p5-CGI [1], p5-HTML-Parser and p5-HTTP-Cookies
- Bump PORTREVISION for dependency change
PR: 215326 [1]
Submitted by: madpilot [1]
|
| |
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
| |
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
|
|
|
|
|
| |
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* wish : #1645126 remember the size of columns in the main window
* wish : #1639862 multiple edit transactions date
* wish : #1638023 remind scheduled listview column width
* wish : #916690 qif option (info to desc; payee to desc)
* wish : #462919 option to choose to import OFX name to payee or memo
* bugfix: import, new account don't have currency, result display NaN
* bugfix: import, amount was not displaying decimal part
* bugfix: import, dialog to choose child xfer was popup when no match found
* bugfix: txn dialog, after input a split amount/category
widget were not disabled
* bugfix: #1645001 import shows rounded amount but import correctly
* bugfix: #1640885 txn changes in detail list cannot be saved
* bugfix: #1638064 balance report may show wrong values
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Sponsored by: Absolight
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
In this version, libgpgme-pthread.so has been removed in favor of just
using libgpgme.so as the thread-safe library. PORTREVISION has been
bumped on all ports depending on security/gpgme so that any that may have
linked to -lgpgme-pthread will link to -lgpgme instead.
The Python module provided by security/py-gpgme has been renamed upstream
from pyme3 to gpg. This removes the conflict with security/py-pyme,
although security/py-gpgme is still the direct replacement of that
module.
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
security/qgpgme-qt5
Install the kde4 version of libqgpgme as libqgpgme4.
* Bump revision in affected dependencies -- not all ports using USE_KDE=pimlibs
actually link against libqgpgme.
* Remove conflict from security/gpgme-qt5
* Drop KDE3 hunks from patch-cmake__modules__FindQGpgme.cmake
PR: 212886
Reviewed by: rakuco
Approved by: rakuco (mentor)
|
|
|
|
|
|
|
|
| |
- Add BUILD_DEPENDS
- Fix *_DEPENDS: MIME::Base64 is already in all supported Perl releases
- Pet portlint
Changes: http://search.cpan.org/dist/Business-Stripe/Changes
|
|
|
|
| |
These ports did not properly handle the DOCS options (in math/R).
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
* wish : #1634615 get currency format from system again
* wish : #1634182 template chooser popover could be wider by default
* wish : #1629647 'Multiple Edit' to include account
* bugfix: #1638035 moving txn between account hide it into destination
* bugfix: #1637805 overwrite assignment doesnt work
* bugfix: #1635857 balance report crash when no selection in main window
* bugfix: #1635260 win: missing .dll for windows 7, vista, XP
* bugfix: #1635053 must enter Payment method twice in Add Transaction dialog
* bugfix: #1633915 win: libgnutls-30.dll missing XP, Vista, 7
* bugfix: #1633895 manage assignment display some payee instead of category
|
| |
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
| |
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
Changelog:
* change: xhb data file format (v1.2)
* change: internal storage of txn into accounts
* change: transaction dialog, changed the layout
* change: template/scheduled dialog, changed the layout
* change: register, refactored toolbar grouping single and multiple actions
* change: listview, removed deprecated rule hint (alternate row color)
* change: listview, added line grid (new GTK+ option)
* change: preferences, reworked layout
* wish : #1610672 multiple edit should allow clearing fields
* wish : #1608025 revert prefill with shift/ctrl clicked txn
when multiple edit
* wish : #1500235 automatic assignments based on regular expressions
* wish : #1500220 allow auto assignments to overwrite payee
* wish : #1484449 warn when amount sign and category don't match
* wish : #1448613 display full category name in autocompletion
* wish : #1424365 separe scheduled transaction from template transaction
* wish : #1242312 category split for template/scheduled transaction
* wish : #1102981 add comment bloc for accounts
* wish : #1094528 auto-assign Payment
* wish : #844576 payee default category and payment type
* wish : #552565 multiple currency accounting
* bugfix: #1631888 amount input limited to -/+ 2,147,483,647
* bugfix: #1628664 internal xfer assign to existing txn no longer work
* bugfix: #1625913 category with 0 budget should display 'over'
* bugfix: #1615245 dst_account remains into file for non intxfer
|
|
|
|
| |
The headers are installed into include/kde4, not include, since r411156.
|
| |
|
|
|
|
|
| |
Bump PORTREVISION on dependent ports as there is a share library version
increase
|
|
|
|
|
|
| |
- Remake/rename patches
- Bump PORTREVISION on dependent ports as the shared library version
has increased
|
| |
|
|
|
|
|
| |
- Add missing dependencies spotted by poudriere (stage-qa)
- Convert to USES=localbase
|
|
|
|
|
|
|
|
|
| |
- Update license
- Add NO_ARCH
PR: 212664
Submitted by: amdmi3
Approved by: kyuupichan@gmail.com (maintainer)
|
|
|
|
| |
These ports built successfully
|
| |
|
|
|
|
|
|
| |
Limit the version to 1.* as from 2.* on it is KF5 based.
Approved by: rakuco (mentor)
|
| |
|
|
|
|
| |
Approved by: SSL blanket
|
|
|
|
| |
- Update WWW: line in pkg-descr
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- removed PORTREVISION due to version bump
- updated comment to align with CRAN package
- order run dependencies lexicographically on origin
- add new test dependencies:
- devel/R-cran-RUnit
- mark port as needing to compile
Generated by: portcran (0.1.0)
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Plasma5 ports
At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When
working on the ports for KDE Frameworks and Plasma5 it seemed to be more
reasonable to create a new kde.mk instead of adding an bsd.kde5.mk.
The kde.mk in this review is a stripped down version of the one we are using in
the KDE Test repositories plasma5 branch [1] to only contain the parts relevant
to the current KDE4 ports in the portstree [2].
Changes to the KDE Ports needed by this:
Replace USE_KDE4 by USE_KDE [3]
Add USES=kde:4 [4]
[1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk
[2] The version in the plasma5 branch also handles frameworks/plasma5 and
handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt
Ports -- I chose to leave this out for now, as the diff is already large
enough.
[3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we
want is already specified as argument to kde:<arg>
[4] For KDE Frameworks and Plasma5 ports this would be kde:5
PR: 210667
Approved by: portmgr, mat (mentor), rakuco (mentor)
Reviewed by: mat, rakuco
Differential Revision: https://reviews.freebsd.org/D6961
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The upcoming KDE Frameworks ports need grantlee5
* Add devel/grantlee5 and move installed headers into a subdirectory include/grantlee5
* Move header files from devel/grantlee into a subdirectory
include/grantlee4
to make sure ports do not pick up the wrong headers
* Add Uses/grantlee.mk to handle the PLIST_SUB and LIB_DEEPENDS needed
by ports using grantlee (before we set the PLIST_SUB manual in very
of the depending ports, which now should not be needed anymore).
* The ports depending on devel/grantlee have been modified from
LIB_DEPENDS=libgrantlee_gui.so:devel/grantlee
to
USES=grantlee:4
as this does not affect the package no version bumped was made.
Reviewed by: mat, rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D7434
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
file, so the order remains the same.
Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php. A PHP extension will be automatically activated
when installed. The order into which extensions are loaded is
automatically guessed. In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php
section of the Porter's Handbook for more information.
Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.
And finally, bump PORTREVISION for all php extensions.
PR: 210697
Submitted by: mat
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D7022
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* wish : #1507253 template at top into txn dialog
* wish : #1429411 reconcile etc. could be a linked set of toggle buttons
* wish : #532564 clean feature to delete unused payees/categories
* bugfix: #1602835 filter by status in the ledger
* bugfix: #1594152 zillion questions importing from QIF file
* bugfix: #1583406 changes in settings -> format-> numbers
options is never saved
* bugfix: #1562372 statistics filtered on category with
split display wrong results
* bugfix: #1535483 importing cvs file silently skips a line!
|
|
|
|
|
|
|
| |
Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)
Sponsored by: Absolight
|
| |
|
|
|
|
|
|
|
|
| |
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The port was changed from autoplist to manual plist to ensure detenction
of silent configuration changes.
Bump port revision has valid packages (although with missing content) was
generated.
PR: 210394
|
|
|
|
| |
Mark the port as compiling.
|
| |
|
|
|
|
|
|
|
|
|
| |
README.pod is no longer manified into a README.3, as the README.pod is
installed and can be read with perldoc, remove the README.3 files that
may be generated.
With hat: perl@
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
reference it any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE
Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.
PR: 209014 (partial)
Submitted by: myself
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D6542
|
|
|
|
|
| |
Changelog:
bugfix: #1584342 operation disappearing and corrupted account file
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
- Add missing PHP modules
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
PR: 208868
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
|
|
|
|
|
| |
was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago,
and fix some minor bogosities nearby.
|
| |
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
- Update gnucash-docs to 2.6.12
|
|
|
|
| |
The compiler=gcc check is valid on DF too.
|
|
|
|
|
|
|
| |
- Bump revisions of all dependant ports
PR: 206482
Submitted by: lev, w.schwarzenfeld@aon.at
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
| |
Also, mark those who try to use mysql, which does not exist in PHP 7.0.
Sponsored by: Absolight
|
|
|
|
|
|
| |
PR: 204195
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
PR: 207427
Submitted by: ek@purplehat.org (maintainer)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 207012
Approved by: maintainer timeout (woodycarey@hotmail.com, 2 weeks)
|
|
|
|
|
|
| |
Changes:
- Include test dependencies (missing robustbase and fTrading)
- Switch to explicit pkg-plist for robustness.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
| |
- Fix LICENSE
|
|
|
|
| |
- Fix LICENSE
|
|
|
|
|
|
| |
- Add LICENSE_FILE
Changes: https://github.com/RubyMoney/money/blob/master/CHANGELOG.md
|
|
|
|
|
| |
PR: 206387
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
|
| |
- Switch to autoplist
PR: 205330
Submitted by: amdmi3
Approved by: kyuupichan@gmail.com (maintainer)
|
|
|
|
| |
Approved by: kwm (gnome, implicit)
|
| |
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Add BUILD_DEPENDS
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Business-OnlinePayment-AuthorizeNet/Changes
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
anymore.
|
| |
|
|
|
|
|
| |
PR: 206124
Submitted by: maintainer
|
| |
|
|
|
|
| |
- Update finance/aqbanking to 5.5.1
|
|
|
|
|
|
|
| |
- Update finance/kmymoney-kde4 to 4.7.2 [2]
PR: 205591 [1], 205590 [2]
Submitted by: rakuco
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Update finance/gnucash-docs to 2.6.10
Approved by: kwm (gnome, implicit)
|
|
|
|
|
|
|
| |
PR: 205330
Submitted by: amdmi3
Approved by: portmgr blanket
MFH: 2015Q4
|
|
|
|
| |
This is the latest KDE4-based release.
|
| |
|
|
|
|
| |
- Bump PORTREVISION for dependent ports
|
| |
|
| |
|
|
|
|
|
|
|
| |
PR: 205077
Submitted by: maintainer
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D4460
|
|
|
|
| |
- Add NO_ARCH
|
|
|
|
|
|
| |
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Business-OnlinePayment/Changes
|
|
|
|
| |
- Switch to options helpers
|
|
|
|
|
|
|
| |
WWW: https://github.com/darkwallet/python-obelisk
PR: 201392
Submitted by: yuri@rawbw.com
|