Commit graph

2136 commits

Author SHA1 Message Date
Guido Falsi
14ee654756 MFH: r458165
Fix conditional in flavoring.

I missed this change when I committed the approved review.

Reviewed by:		portmgr (mat)
Approved by:		portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D13478

Approved by:		ports-secteam (swills)
2018-01-10 19:42:34 +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
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