Skip to content

Commit a78dc4f

Browse files
committed
Update to v1.49.0.
1 parent 881abc9 commit a78dc4f

8 files changed

+26
-17
lines changed

editors/atom/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
PORTNAME= atom
44
DISTVERSIONPREFIX= v
5-
DISTVERSION= 1.48.0
5+
DISTVERSION= 1.49.0
66
CATEGORIES= editors
77
MASTER_SITES= https://nodejs.org/dist/v${APM_NODE_VER}/:node \
88
https://github.com/tagattie/FreeBSD-Atom/releases/download/v1.42.0/:jasmine_tagged \
@@ -219,7 +219,7 @@ do-test:
219219

220220
# Helper targets for port maintainers
221221
make-npm-cache:
222-
# do "make patch" before executing this target
222+
# do "make configure" before executing this target
223223
cd ${WRKDIR} && ${RM} -r .npm
224224
cd ${WRKSRC}/script && \
225225
${SETENV} HOME=${WRKDIR} npm install --ignore-scripts

editors/atom/distinfo

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
TIMESTAMP = 1592293794
1+
TIMESTAMP = 1613046658
22
SHA256 (node-v10.20.1.tar.gz) = ea39a70b715bfbd0281979c95a5b81136ffdc0e5bf66b1fd7dc3ef3473ce2c5a
33
SIZE (node-v10.20.1.tar.gz) = 47181867
44
SHA256 (jasmine-tagged-1.1.4.tar.gz) = 8988597858ddf9e9ba3333a19d8651691c8384117bf2e362e8a5ba193ed47585
55
SIZE (jasmine-tagged-1.1.4.tar.gz) = 3071259
6-
SHA256 (atom-npm-cache-1.48.0.tar.gz) = 0fa90aabf0dae2d27947204b2a582c9adb8a779ee0b9653aac5cdc250ef6a5bc
7-
SIZE (atom-npm-cache-1.48.0.tar.gz) = 52247716
8-
SHA256 (atom-apm-cache-1.48.0.tar.gz) = 7ebd39b57102ce08c9a7a0ffe427aeecc2d69e9e799cf1efd75008d6de93d8eb
9-
SIZE (atom-apm-cache-1.48.0.tar.gz) = 108042065
10-
SHA256 (atom-atom-v1.48.0_GH0.tar.gz) = 107dda1915a8bbf0c7d0dfd9637ca15d6c0032ae260d82db5327a041d12c4465
11-
SIZE (atom-atom-v1.48.0_GH0.tar.gz) = 11943695
6+
SHA256 (atom-npm-cache-1.49.0.tar.gz) = dcbe18c434fbc57288658f22f2445f5b9c8278904fed05645dbfd6a7936976f1
7+
SIZE (atom-npm-cache-1.49.0.tar.gz) = 52256188
8+
SHA256 (atom-apm-cache-1.49.0.tar.gz) = a708ba63da0f1034c9ea3c58dcf458d7b6dad38f0781d73e31f42933d17e3f8d
9+
SIZE (atom-apm-cache-1.49.0.tar.gz) = 113344556
10+
SHA256 (atom-atom-v1.49.0_GH0.tar.gz) = 303dfc1aff8d6918fef1b25f73999053bd2fa25e3cdb8f52f2bed295a4a5fabb
11+
SIZE (atom-atom-v1.49.0_GH0.tar.gz) = 11950582

editors/atom/files/atom/patch-node__modules_text-buffer_lib_text-buffer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
--- node_modules/text-buffer/lib/text-buffer.js.orig 2019-12-27 06:41:17 UTC
1+
--- node_modules/text-buffer/lib/text-buffer.js.orig 1985-10-26 08:15:00 UTC
22
+++ node_modules/text-buffer/lib/text-buffer.js
3-
@@ -1925,7 +1925,7 @@ class TextBuffer {
3+
@@ -1927,7 +1927,7 @@ class TextBuffer {
44
try {
55
await this.buffer.save(destination, this.getEncoding())
66
} catch (error) {

editors/atom/files/patch-script_build

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1-
--- script/build.orig 2020-04-22 18:42:32 UTC
1+
--- script/build.orig 2020-07-10 15:25:53 UTC
22
+++ script/build
3+
@@ -33,7 +33,7 @@ const argv = yargs
4+
.wrap(yargs.terminalWidth())
5+
.argv
6+
7+
-const checkChromedriverVersion = require('./lib/check-chromedriver-version')
8+
+// const checkChromedriverVersion = require('./lib/check-chromedriver-version')
9+
const cleanOutputDirectory = require('./lib/clean-output-directory')
10+
const codeSignOnMac = require('./lib/code-sign-on-mac')
11+
const codeSignOnWindows = require('./lib/code-sign-on-windows')
312
@@ -69,7 +69,7 @@ process.env.ELECTRON_VERSION = CONFIG.appMetadata.elec
413
let binariesPromise = Promise.resolve()
514

editors/atom/files/patch-script_package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
--- script/package.json.orig 2020-06-10 09:38:09 UTC
1+
--- script/package.json.orig 2020-07-10 15:25:53 UTC
22
+++ script/package.json
33
@@ -10,9 +10,7 @@
44
"coffeelint": "1.15.7",
55
"colors": "1.1.2",
66
"donna": "1.0.16",
7-
- "electron-chromedriver": "^5.0.0",
7+
- "electron-chromedriver": "^9.0.0",
88
"electron-link": "0.4.1",
9-
- "electron-mksnapshot": "^5.0.0",
9+
- "electron-mksnapshot": "^9.0.2",
1010
"electron-packager": "12.2.0",
1111
"@atom/electron-winstaller": "0.0.1",
1212
"eslint": "^5.16.0",

editors/atom/files/patch-src_main-process_atom-application.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
--- src/main-process/atom-application.js.orig 2019-10-21 17:33:40 UTC
1+
--- src/main-process/atom-application.js.orig 2020-07-10 15:25:53 UTC
22
+++ src/main-process/atom-application.js
3-
@@ -463,7 +463,7 @@ module.exports = class AtomApplication extends EventEm
3+
@@ -458,7 +458,7 @@ module.exports = class AtomApplication extends EventEm
44
if (this.applicationMenu != null) {
55
this.applicationMenu.enableWindowSpecificItems(false);
66
}

0 commit comments

Comments
 (0)