Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Mar 2020 18:53:19 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528593 - in head/editors/atom: . files/atom
Message-ID:  <202003171853.02HIrJ0p059329@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Tue Mar 17 18:53:19 2020
New Revision: 528593
URL: https://svnweb.freebsd.org/changeset/ports/528593

Log:
  Update to 1.45.0
  
  Submitted by:   maintainer (via Github)

Modified:
  head/editors/atom/Makefile
  head/editors/atom/distinfo
  head/editors/atom/files/atom/patch-node__modules_github_package.json
  head/editors/atom/files/atom/patch-node__modules_github_test_github-package.test.js

Modified: head/editors/atom/Makefile
==============================================================================
--- head/editors/atom/Makefile	Tue Mar 17 18:52:47 2020	(r528592)
+++ head/editors/atom/Makefile	Tue Mar 17 18:53:19 2020	(r528593)
@@ -2,7 +2,7 @@
 
 PORTNAME=	atom
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.44.0
+DISTVERSION=	1.45.0
 CATEGORIES=	editors
 MASTER_SITES=	https://nodejs.org/dist/v${APM_NODE_VER}/:node \
 		https://github.com/tagattie/FreeBSD-Atom/releases/download/v1.42.0/:jasmine_tagged \
@@ -60,6 +60,7 @@ USES=		desktop-file-utils gl gnome jpeg localbase:ldfl
 USE_GITHUB=	yes
 
 .include "${.CURDIR}/../../devel/electron4/Makefile.version"
+# See ${WRKSRC}/apm/node_modules/atom-package-manager/BUNDLED_NODE_VERSION for APM_NODE_VER
 APM_NODE_VER=	10.2.1
 
 BINARY_ALIAS=	python=${PYTHON_CMD}
@@ -228,7 +229,7 @@ make-apm-cache:
 	cd ${WRKDIR} && ${RM} -r .atom
 	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
 		ATOM_RESOURCE_PATH=${WRKSRC} \
-		npm_config_target=${ELECTON_VER} \
+		npm_config_target=${ELECTRON_VER} \
 		npm_config_ignore_scripts=true \
 		${WRKSRC}/apm/node_modules/atom-package-manager/bin/apm install
 	cd ${WRKSRC}/node_modules && \
@@ -237,7 +238,7 @@ make-apm-cache:
 			${ECHO_CMD} "Installing modules for $${p}"; \
 			cd ${WRKSRC}/node_modules/$${p} && ${SETENV} ${MAKE_ENV} \
 				ATOM_RESOURCE_PATH=${WRKSRC} \
-				npm_config_target=${ELECTON_VER} \
+				npm_config_target=${ELECTRON_VER} \
 				npm_config_ignore_scripts=true \
 				${WRKSRC}/apm/node_modules/atom-package-manager/bin/apm install; \
 		done

Modified: head/editors/atom/distinfo
==============================================================================
--- head/editors/atom/distinfo	Tue Mar 17 18:52:47 2020	(r528592)
+++ head/editors/atom/distinfo	Tue Mar 17 18:53:19 2020	(r528593)
@@ -1,11 +1,11 @@
-TIMESTAMP = 1581749918
+TIMESTAMP = 1584423742
 SHA256 (node-v10.2.1.tar.gz) = dcdba29f6b933969d6a8a36ea91cfd44bcb500a1e582a3273ac3d4d930e721e4
 SIZE (node-v10.2.1.tar.gz) = 35757099
 SHA256 (jasmine-tagged-1.1.4.tar.gz) = 8988597858ddf9e9ba3333a19d8651691c8384117bf2e362e8a5ba193ed47585
 SIZE (jasmine-tagged-1.1.4.tar.gz) = 3071259
-SHA256 (atom-npm-cache-1.44.0.tar.gz) = 0dcab4ae60f05add0ffc0bddc45542fa9de58095e1e4c195b7fe6da07871fd3f
-SIZE (atom-npm-cache-1.44.0.tar.gz) = 42467992
-SHA256 (atom-apm-cache-1.44.0.tar.gz) = 4426bd88a55c9521d850eea01859dc6d2dff7f202115206c97c0ee342f9ec1bd
-SIZE (atom-apm-cache-1.44.0.tar.gz) = 115336084
-SHA256 (atom-atom-v1.44.0_GH0.tar.gz) = 8d79697b0c969f22ee8dc2c1d27c608036e92deaf63574f8cd1509ea506eded9
-SIZE (atom-atom-v1.44.0_GH0.tar.gz) = 11909698
+SHA256 (atom-npm-cache-1.45.0.tar.gz) = ebeb3e4df2e149a3935306ac826a045af6be6ded6b90aaca252278479da8f414
+SIZE (atom-npm-cache-1.45.0.tar.gz) = 42498756
+SHA256 (atom-apm-cache-1.45.0.tar.gz) = 7f3cb00b4fa1dd4e4ba5741bd890b93d3486cdba59e77991d3f4e190807bbc3a
+SIZE (atom-apm-cache-1.45.0.tar.gz) = 118410560
+SHA256 (atom-atom-v1.45.0_GH0.tar.gz) = 9d50468ef1c8e1027881f245d205f3ab8446dcf6c40726a3f562de035f46af52
+SIZE (atom-atom-v1.45.0_GH0.tar.gz) = 11909782

Modified: head/editors/atom/files/atom/patch-node__modules_github_package.json
==============================================================================
--- head/editors/atom/files/atom/patch-node__modules_github_package.json	Tue Mar 17 18:52:47 2020	(r528592)
+++ head/editors/atom/files/atom/patch-node__modules_github_package.json	Tue Mar 17 18:53:19 2020	(r528593)
@@ -1,10 +1,10 @@
---- node_modules/github/package.json.orig	2020-02-15 07:00:39 UTC
+--- node_modules/github/package.json.orig	2020-03-17 05:46:57 UTC
 +++ node_modules/github/package.json
 @@ -215,7 +215,6 @@
      "dedent-js": "1.0.1",
      "electron-devtools-installer": "2.2.4",
-     "electron-link": "0.4.0",
+     "electron-link": "0.4.1",
 -    "electron-mksnapshot": "^4.2.0",
      "enzyme": "3.10.0",
      "enzyme-adapter-react-16": "1.7.1",
-     "eslint": "6.7.0",
+     "eslint": "6.7.2",

Modified: head/editors/atom/files/atom/patch-node__modules_github_test_github-package.test.js
==============================================================================
--- head/editors/atom/files/atom/patch-node__modules_github_test_github-package.test.js	Tue Mar 17 18:52:47 2020	(r528592)
+++ head/editors/atom/files/atom/patch-node__modules_github_test_github-package.test.js	Tue Mar 17 18:53:19 2020	(r528593)
@@ -1,6 +1,6 @@
---- node_modules/github/test/github-package.test.js.orig	2019-12-11 02:42:35 UTC
+--- node_modules/github/test/github-package.test.js.orig	2020-02-05 20:24:36 UTC
 +++ node_modules/github/test/github-package.test.js
-@@ -935,7 +935,7 @@ describe('GithubPackage', function() {
+@@ -1040,7 +1040,7 @@ describe('GithubPackage', function() {
  
      describe('when a file change is made outside Atom in workspace 1', function() {
        beforeEach(function() {
@@ -9,7 +9,7 @@
            this.skip();
          }
  
-@@ -953,7 +953,7 @@ describe('GithubPackage', function() {
+@@ -1058,7 +1058,7 @@ describe('GithubPackage', function() {
  
      describe('when a file change is made outside Atom in workspace 2', function() {
        beforeEach(function() {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003171853.02HIrJ0p059329>