1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
Commit Graph

2109 Commits

Author SHA1 Message Date
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
Mathieu Arnold
cb41fc6623 Fix license information for portgs that use "the same license as Perl".
Sponsored by:	Absolight
2017-09-15 08:58:46 +00:00
Adriaan de Groot
c91270bd8d Update CMake to 3.9, merge devel/cmake-modules into devel/cmake
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
2017-09-14 21:02:51 +00:00
Tobias C. Berner
6c51d8b8c4 Update to 2.9.0. 2017-09-14 10:56:00 +00:00
Gerald Pfeifer
e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(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
2017-09-10 20:55:38 +00:00
Sunpoet Po-Chuan Hsieh
a883de4ef2 Change from USES=twisted to devel/py-twisted
- Bump PORTREVISION for dependency change

PR:		221650
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 14 days)
2017-09-04 00:00:48 +00:00
Wen Heping
04d982532d - Update to 1.7.2.2 2017-09-03 07:55:51 +00:00
Wen Heping
e0eb8cd651 - Update to 1.7.2.1 2017-08-28 12:44:28 +00:00
David Chisnall
31e0b9f12c Update GNUstep core libraries.
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.
2017-08-21 13:26:28 +00:00
Guido Falsi
83c10ee61d Apply patch submitted upstream to better emulate the USG UNIX
daylight global variable as implemented in glibc.

Obtained from:	https://github.com/Gnucash/gnucash/pull/116
2017-07-31 15:07:02 +00:00
Jason E. Hale
c87cf5e2f2 Fix Daylight Saving Time (DST) detection. Previous patch was erroneously
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
2017-07-31 13:07:22 +00:00
Thomas Zander
e4d8e864f2 Update to upstream version 2.9.0
PR:		221080
Submitted by:	amutu@amutu.com (maintainer)
MFH:		2017Q3
2017-07-30 12:37:46 +00:00
Wen Heping
5e4a535e44 - Update to 1.7.2.0 2017-07-23 07:29:06 +00:00
Sunpoet Po-Chuan Hsieh
959d6c7a1a Update to 1.27
Changes:	http://search.cpan.org/dist/Finance-QuoteHist/Changes
2017-07-18 17:55:35 +00:00
TAKATSU Tomonari
c5aeed85b7 - Update to 0.23-2
- Update WWW: line in pkg-descr
2017-07-13 00:04:30 +00:00
Bartek Rutkowski
939dc2d34e finance/electrum: new MAINTAINER and update 2.8.2 -> 2.8.3
- Set MAINTAINER to <amutu@amutu.com>

PR:		220510
Submitted by:	Jov <amutu@amutu.com>
2017-07-07 09:42:54 +00:00
Guido Falsi
7dcd554593 - Update finance/gnucash to 2.6.17
- Update finance/gnucash-docs to 2.6.17
- Fully convert to option/target helpers and USES localbase
2017-07-05 08:07:32 +00:00
Sunpoet Po-Chuan Hsieh
fce7d2a56f Update to 1.26
- Add LICENSE_FILE

Changes:	http://search.cpan.org/dist/Finance-QuoteHist/Changes
2017-06-28 15:43:07 +00:00
TAKATSU Tomonari
113caa98e0 - Update to 0.4-10 2017-06-28 07:38:51 +00:00
TAKATSU Tomonari
6656c62e3b - Update to 1.6-1
- Update WWW: line in pkg-descr
2017-06-26 01:26:35 +00:00
David Naylor
b6ecbd8cbe finance/R-cran-tseries: updated to version 0.10-42
- 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)
2017-06-23 19:03:23 +00:00
David Naylor
34a7c42f4d finance/R-cran-tseries: updated to version 0.10-41
- 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)
2017-06-21 18:45:02 +00:00
David Naylor
9920d3ae65 qa: add check for NO_ARCH
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
2017-06-18 18:09:16 +00:00
Alan Somers
5cf6d4f748 finance/py-python-obelisk: Update py-twisted dependency
PR:		219812
Approved by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
Approved by:	brd (ports)
2017-06-11 03:36:54 +00:00
Wen Heping
9834619319 - Update to 1.7.1.2 2017-06-10 02:15:33 +00:00
Sunpoet Po-Chuan Hsieh
9fec2b7f76 Fix shebang
- While I'm here, pet portlint
- Bump PORTREVISION for package change

Approved by:	portmgr (blanket)
2017-06-09 14:18:09 +00:00
TAKATSU Tomonari
74e939c0de - Update to 0.4-9 2017-06-06 06:34:27 +00:00
Muhammad Moinur Rahman
ad28b9b619 finance/sql-ledger: Update version 3.0.8=>3.2.5
- 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
2017-06-04 22:37:12 +00:00
Sunpoet Po-Chuan Hsieh
bd5ffc9f1f Add LICENSE_FILE
- Fix WWW
2017-06-02 15:43:32 +00:00
Mark Linimon
081beb2d38 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
2017-05-22 13:17:38 +00:00
Sunpoet Po-Chuan Hsieh
dbdebb7633 Update to 2.07
- Sort *_DEPENDS
- Add LICENSE
- Add NO_ARCH
- Sort PLIST

Changes:	http://search.cpan.org/dist/Business-OnlinePayment-PaymenTech/Changes
2017-05-13 12:13:17 +00:00
Pawel Pekala
5ea94c2399 Update to version 5.1.5
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
2017-05-11 18:48:22 +00:00
David Naylor
ca9b3908e1 finance/R-cran-tseries: updated to version 0.10-40
- changelog:
   - man/plotOHLC.Rd: http://quote.yahoo.com now redirects to https.

Generated by:	portcran (0.1.5)
2017-05-08 19:18:41 +00:00
TAKATSU Tomonari
b2ad6e96d2 - Update to 0.4-8 2017-05-07 05:51:09 +00:00
Pawel Pekala
ee6234880d - Update devel/libical to version 2.0
- 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
2017-05-03 17:09:38 +00:00