1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
Commit Graph

2269 Commits

Author SHA1 Message Date
Antoine Brodin
3f14fbb2c0 Fix some PKGNAME collisions 2018-10-08 15:08:13 +00:00
Wen Heping
95f483c1bc - Update to 5.2.2 2018-10-08 10:47:40 +00:00
Steve Wills
8185a5e24e finance/cointop: Update maintainer email
PR:		231929
Submitted by:	Nathan <ndowens@yahoo.com> (maintainer)
2018-10-07 04:37:15 +00:00
Dag-Erling Smørgrav
9dff352320 Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
2018-10-06 13:06:42 +00:00
Wen Heping
06dd31fe03 - Update to 1.7.4.3 2018-10-05 01:11:05 +00:00
Guido Falsi
af6dab9e1d - Update gnucash to 3.3
- Update gnucash-docs to 3.3
- Adapt gnucash-docs MASTER_SITES to new upstream distribution layout
- Remove old unnecessary patch from gnucash port
2018-10-02 08:42:56 +00:00
Brooks Davis
3a34ffa58f Update Objective-C LLVM version to 6.0.
Fixes aarch64 build.  Reduces depends on obsolete LLVM 4.0.

PR:		230116
Submitted by:	mikael.urankar@gmail.com
Approved by:	theraven (prior version)
Sponsored by:	DARPA, AFRL
2018-09-26 15:23:37 +00:00
TAKATSU Tomonari
3ecd00ace8 - Update to 0.23-4 2018-09-25 07:02:04 +00:00
Wen Heping
9bbc9e79a2 - Update to 5.2.1 2018-09-18 08:14:44 +00:00
Sunpoet Po-Chuan Hsieh
982822eab4 Update to 0.36
Changes:	https://metacpan.org/changes/distribution/Business-CreditCard
2018-09-16 00:07:25 +00:00
Wen Heping
f815c11457 - Update to 5.2
- Take maintainership
2018-09-14 08:10:03 +00:00
Jason E. Hale
2b20bd1e65 Remove extraneous USES=qt introduced in r473503 2018-09-11 16:02:43 +00:00
Dmitry Marakasov
b30213521d - Whitespace fix
- Update WWW

Approved by:	portmgr blanket
2018-09-11 09:38:19 +00:00
Dag-Erling Smørgrav
cded85f907 Reassign all of tobez@'s p5 ports to perl@.
Approved by:	tobez
2018-09-10 11:16:59 +00:00
Emanuel Haupt
2e73b27641 Update to 3.2.3 2018-09-05 14:07:19 +00:00
Nicola Vitale
15a01eb990 Fava is a web interface for the double-entry bookkeeping software Beancount
with a focus on features and usability.

You can try out an online demo:

    https://fava.pythonanywhere.com/example-with-budgets/income_statement/

WWW: https://beancount.github.io/fava/
2018-09-01 19:41:21 +00:00
Nicola Vitale
af1e5e64be A double-entry bookkeeping computer language that lets you define financial
transaction records in a text file, read them in memory, generate a variety
of reports from them, and provides a web interface.

WWW: http://furius.ca/beancount/
2018-09-01 19:38:37 +00:00
Tobias Kortkamp
fd838aac64 finance/openhbci: Fix build with Clang 6
value.cpp:145:10: error: no viable conversion from 'std::__1::basic_istream<char>' to 'bool'
    bool readsuccess = (ist >> _value);
         ^             ~~~~~~~~~~~~~~~

http://beefy12.nyi.freebsd.org/data/head-amd64-default/p478276_s338342/logs/errors/openhbci-0.9.17.2_1.log

api.cpp:1263:13: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
                                     "*"PLUGIN_EXT,
                                        ^
2018-09-01 09:42:10 +00:00
Fernando Apesteguía
d177d8bc64 devel/boehm-gc: update to 7.6.8
ChangeLog: https://github.com/ivmai/bdwgc/releases/tag/v7.6.8

* Giving maintainership to yasu@utahime.org
* Bumping PORTREVISION for dependent ports

PR:	230577
Submitted by:	yasu@utahime.org
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D16704
2018-08-31 18:27:13 +00:00
Jason E. Hale
ebb5bc66ac Fix build with Qt 5.11
PR:		230884
Obtained from:	upstream
2018-08-31 00:30:15 +00:00
Jason E. Hale
bcf073db0c Mark DEPRECATED and set EXPIRATION_DATE corresponding to KDE4 removal.
Users are encouraged to switch to finance/kmymoney.
2018-08-30 22:49:51 +00:00
Steve Wills
f00d3d4643 finance/cointop: terminal UI showing cryptocurrency values in realtime
PR:		229766
Submitted by:	Nathan <ndowens@yahoo.com>
2018-08-22 19:42:48 +00:00
Adriaan de Groot
d28b582aed Update finance/skrooge to 2.15.0
- changelog at https://skrooge.org/node/232 (minor bugfixes)
 - massage the port description and comment a little, this is
   *by* KDE, but runs everywhere (so it's not *for* KDE)

Reported by:	portscout
2018-08-21 08:15:05 +00:00
Wen Heping
1c5e1a7a9b - Update to 1.7.4.2
- Update DEPENDS
- Update pkg-message
2018-08-18 10:58:47 +00:00
TAKATSU Tomonari
4499a41ae6 - Update to 1.5-3
- Fix LICENSE section
- Update WWW: line in pkg-descr
2018-08-13 05:11:38 +00:00
Jan Beich
0b055d47f2 devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers

Changes:	http://www.boost.org/users/history/version_1_68_0.html
PR:		229569
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D16165
2018-08-09 06:58:30 +00:00
Sunpoet Po-Chuan Hsieh
080f3189b4 Fix gemspec for rubygem-i18n 1.1.0 update
- Bump PORTREVISION for package change
2018-08-08 23:28:55 +00:00
Jochen Neumeister
9ea00286cf Update to 1.2
PR:		230155
Submitted by:	Nathan <ndowens@gmx.us>
Approved by:	maintainer
2018-08-05 14:29:17 +00:00
Sunpoet Po-Chuan Hsieh
d7e6773fe5 Update to 6.12.0
Changes:	https://github.com/RubyMoney/money/blob/master/CHANGELOG.md
2018-07-31 23:50:29 +00:00
Gerald Pfeifer
09f9633cb6 Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
2018-07-29 22:18:44 +00:00
Mikhail Teterin
594e093979 Re-add finance/quantlib following the official procedure. 2018-07-23 16:15:02 +00:00
Mikhail Teterin
443e4ffdcc Remove the recently-added quantlib, so it can be properly resurrected.
Requested by: portmgr
2018-07-23 16:02:09 +00:00
Wen Heping
6739494d79 - Update to 1.7.4.1 2018-07-23 01:19:35 +00:00
Mikhail Teterin
b73569a49b Add a trick to enable parallel compilations. No functional changes. 2018-07-21 01:11:22 +00:00
Mikhail Teterin
299dde50ba Add (the first draft of) port of QuantLib -- a C++ library for financial modelers.
Sponsored by:	Virtual Estates
2018-07-21 00:10:28 +00:00
Jan Beich
fd69e13489 finance/ledger: unbreak with boost 1.68
In file included from src/generate.cc:34:
In file included from src/generate.h:45:
In file included from src/iterators.h:45:
In file included from src/xact.h:45:
In file included from src/item.h:45:
In file included from src/scope.h:45:
In file included from src/op.h:45:
In file included from src/expr.h:45:
In file included from src/exprbase.h:57:
src/utils.h:47:10: fatal error: 'boost/uuid/sha1.hpp' file not found
 #include <boost/uuid/sha1.hpp>
          ^

PR:		229569
2018-07-09 13:26:13 +00:00
Guido Falsi
4bc7c1c5d6 Fix plist when using python version different from 3.6.
MFH:			2018Q3
Differential Revision:	https://reviews.freebsd.org/D16189
2018-07-09 13:02:59 +00:00
Mathieu Arnold
f6d56007b9 Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.

When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS.  In order of preference, they are:

1) use RUN_DEPENDS to set BUILD_DEPENDS:

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	foo:bar/baz

2) create another variable and use it:

MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS=	${MY_DEPENDS}
RUN_DEPENDS=	${MY_DEPENDS}

3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:

BUILD_DEPENDS=	foo:bar/baz
RUN_DEPENDS:=	${BUILD_DEPENDS}

Sponsored by:	Absolight
2018-07-09 08:40:17 +00:00
Tobias C. Berner
291a690f0a Update finance/skrooge to 2.14.0 2018-07-07 16:58:18 +00:00
Wen Heping
613c1f212d - Update to 1.7.4.0 2018-07-07 01:05:52 +00:00
Wen Heping
7326e29c82 - Update to 1.7.3.4 2018-07-03 13:05:51 +00:00
Emanuel Haupt
860ecf1499 Update to 3.2.2 2018-07-02 20:44:14 +00:00
Emanuel Haupt
4af45d8ca8 Update to 3.2.0 2018-07-01 20:32:03 +00:00
Jan Beich
3beb732dad devel/icu: update to 62.1
Changes:	http://site.icu-project.org/download/62
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		229359
Exp-run by:	antoine (only 10.4)
2018-06-29 14:22:11 +00:00
Mathieu Arnold
57de7fba19 Fix a few Perl ports with Perl 5.28.
Starting at ExtUtils::MakeMaker 7.31_06 and Perl 5.27.1, the base
README.pod is no longer installed. So stop installing them altogether.

PR:		229112
Reported by:	many
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D15946
2018-06-29 10:10:35 +00:00
Tobias C. Berner
b1a1d38bf9 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	→https://reviews.freebsd.org/D15540
2018-06-28 17:39:53 +00:00
Guido Falsi
511968d8eb Update gnucash and gnucash-docs to 3.2 2018-06-25 17:44:13 +00:00
Mark Linimon
4cb19e7f87 Mark these ports as broken on aarch64, and, where appropriate, on armvX.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-06-22 01:15:19 +00:00
Tobias C. Berner
60539b7275 multimedia/*phonon*: update and flavorize with @qt4/@qt5
Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D14632
2018-06-21 16:52:09 +00:00
Mathieu Arnold
4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00