Skip to content

Commit

Permalink
devel/gn: Update to v1962
Browse files Browse the repository at this point in the history
Changelog: cglogic/gn@v1897...v1962

PR:		260540
  • Loading branch information
cglogic authored and lwhsu committed Dec 20, 2021
1 parent ad34a61 commit cea1608
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 26 deletions.
2 changes: 1 addition & 1 deletion devel/gn/Makefile
Expand Up @@ -2,7 +2,7 @@

PORTNAME= gn
DISTVERSIONPREFIX= v
DISTVERSION= 1897
DISTVERSION= 1962
CATEGORIES= devel

MAINTAINER= o.hushchenkov@gmail.com
Expand Down
6 changes: 3 additions & 3 deletions devel/gn/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1619271291
SHA256 (cglogic-gn-v1897_GH0.tar.gz) = 94762fc85346bd0a2ed648852563554b173cc17ef16bc06972f5b3a7a9979235
SIZE (cglogic-gn-v1897_GH0.tar.gz) = 1011867
TIMESTAMP = 1639844136
SHA256 (cglogic-gn-v1962_GH0.tar.gz) = cd7393695af1160e71b59ea6e6bc51de7bb0c54d03dd93a8e6046239366cd387
SIZE (cglogic-gn-v1962_GH0.tar.gz) = 1025892
4 changes: 2 additions & 2 deletions devel/gn/files/patch-build_gen.py
@@ -1,8 +1,8 @@
- .git/ is missing in archive, so use version from environment

--- build/gen.py.orig 2021-04-24 13:35:05 UTC
--- build/gen.py.orig 2021-12-18 16:25:54 UTC
+++ build/gen.py
@@ -151,25 +151,16 @@ def main(argv):
@@ -213,25 +213,16 @@ def main(argv):


def GenerateLastCommitPosition(host, header):
Expand Down
4 changes: 2 additions & 2 deletions devel/gn/files/patch-src_gn_args.cc
@@ -1,6 +1,6 @@
--- src/gn/args.cc.orig 2021-04-06 17:41:35 UTC
--- src/gn/args.cc.orig 2021-12-17 12:22:18 UTC
+++ src/gn/args.cc
@@ -357,7 +357,7 @@ void Args::SetSystemVarsLocked(Scope* dest) const {
@@ -360,7 +360,7 @@ void Args::SetSystemVarsLocked(Scope* dest) const {
arch = kMips64;
else if (os_arch == "s390x")
arch = kS390X;
Expand Down
18 changes: 0 additions & 18 deletions devel/gn/files/patch-src_gn_version.h

This file was deleted.

0 comments on commit cea1608

Please sign in to comment.