const version = 16 /* This migration sets transactions with the 'Gave up submitting tx.' err message to a 'failed' stated */ const clone = require('clone') module.exports = { version, migrate: function (originalVersionedData) { const versionedData = clone(originalVersionedData) versionedData.meta.version = version try { const state = versionedData.data const newState = transformState(state) versionedData.data = newState } catch (err) { console.warn(`MetaMask Migration #${version}` + err.stack) } return Promise.resolve(versionedData) }, } function transformState (state) { const newState = state const { TransactionController } = newState if (TransactionController && TransactionController.transactions) { const transactions = newState.TransactionController.transactions newState.TransactionController.transactions = transactions.map((txMeta) => { if (!txMeta.err) return txMeta if (txMeta.err === 'transaction with the same hash was already imported.') { txMeta.status = 'submitted' delete txMeta.err } return txMeta }) } return newState } i/freebsd-ports/'>freebsd-ports
FreeBSD Ports (https://github.com/freebsd/freebsd-ports)
aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm
Commit message (Expand)AuthorAgeFilesLines
* - Update to 0.5.9. Changelog:acm2014-03-272-6/+6
* - Convert USE_XZ/BZIP2/GMAKE to USESmiwi2014-03-161-2/+1
* nautilus will be updated to the 3.x version when GNOME 3 will merged.kwm2014-03-121-0/+3
* Update the default version of GCC used in the Ports Collection fromgerald2014-03-111-0/+1
* Remove expired port:rene2014-03-105-197/+0
* Deprecate a few unmaintained ports (leaf ports, non staged and unmaintained s...antoine2014-03-091-0/+2
* Replace USE_GCC=4.6+ by USE_GCC=yes.gerald2014-03-041-1/+1
* x11/libfmnemysis2014-02-245-14/+43
* - Bump PORTREVISION after update of deskutils/xfce4-tumblerolivierd2014-02-231-0/+1
* Remove trailing whitespaces from category x11-fmehaupt2014-02-212-2/+2
* - Update to version 0.9.1mva2014-02-215-33/+38
* - Bump PORTREVISION after KDE4_PREFIX changemakc2014-02-182-1/+2
* - Reassign lioux' ports to the heaptabthorpe2014-02-151-1/+1
* - STAGE-cleangahr2014-02-142-348/+346
* - Fix build on 10.xamdmi32014-02-142-7/+7
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-102-0/+5
* Back to the futurbapt2014-02-101-1/+1
* Mark as deprecated unmaintained ports for which no public distfiles arebapt2014-02-101-0/+3
* Mark as broken: Fails to configureantoine2014-02-011-0/+2
* - add stage supportaz2014-01-302-4/+2
* Update maintainer email addressrodrigo2014-01-291-1/+1
* - Stage supportmiwi2014-01-265-13/+10
* - Stage supportmiwi2014-01-262-10/+8
* - stagifylme2014-01-252-12/+9
* - Enable stagedir supportmva2014-01-192-49/+28
* - Support staging.rakuco2014-01-061-3/+0
* Convert the tree to USES=famantoine2014-01-053-5/+3
* Part 2 at removing now useless FETCH_ARGS redifitionbapt2014-01-031-3/+0
* - Update to version 0.5.8.rakuco2013-12-303-68/+58
* Stage supportantoine2013-12-291-7/+5
* Stage supportantoine2013-12-282-5/+3
* Update freetype to 2.5.2.kwm2013-12-251-0/+1
* x11-fm/twander: fix usage of pythonwg2013-12-151-0/+8
* Remove expired ports:rene2013-12-0110-374/+0
* - Update to 1.37gahr2013-11-265-330/+53
* Say hello to Mate 1.6.kwm2013-11-236-0/+393
* - Convert to USES=qmake (and other USES while I'm here)makc2013-11-221-8/+3
* - Update from 3.1.0 to 3.2.0 [1]danilo2013-11-213-10/+13
* Deprecate x11-fm/xnc.rakuco2013-11-181-0/+3
* - Switch to USES=gmake.olgeni2013-11-082-18/+13