1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
Commit Graph

2124 Commits

Author SHA1 Message Date
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
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