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]
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
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
- 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.
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
(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
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.
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
- 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
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
- 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