Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (14167fe8697aca0ae5964df81e3d8cd700603c44)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (14167fe8697aca0ae5964df81e3d8cd700603c44)
  • Date: Mon, 12 Aug 2024 23:49:32 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

devel/github-cli/BUILD | 6 ++++--
devel/github-cli/DETAILS | 4 ++--
devel/github-cli/HISTORY | 3 +++
devel/github-cli/INSTALL | 7 ++++---
4 files changed, 13 insertions(+), 7 deletions(-)

New commits:
commit 14167fe8697aca0ae5964df81e3d8cd700603c44
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

github-cli 2.54.0

diff --git a/devel/github-cli/BUILD b/devel/github-cli/BUILD
index fadb92b..63ca2e3 100755
--- a/devel/github-cli/BUILD
+++ b/devel/github-cli/BUILD
@@ -1,2 +1,4 @@
-# TODO Remove CGO_LDFLAGS when LDFLAGS filtering is added by upstream.
-make CGO_LDFLAGS= bin/gh manpages
+make \
+ GOCACHE="$SOURCE_DIRECTORY"/.gocache \
+ GOPROXY=proxy.golang.org,direct \
+ bin/gh manpages
diff --git a/devel/github-cli/DETAILS b/devel/github-cli/DETAILS
index 14875a4..5671b64 100755
--- a/devel/github-cli/DETAILS
+++ b/devel/github-cli/DETAILS
@@ -1,9 +1,9 @@
# Watch: https://github.com/cli/cli/tags
SPELL=github-cli
- VERSION=1.3.1
+ VERSION=2.54.0
SOURCE="$SPELL-$VERSION.tar.gz"
SOURCE_URL[0]=https://github.com/cli/cli/archive/v$VERSION.tar.gz
-
SOURCE_HASH=sha512:f230a9e63f420d454904b6a3602ab976d8fd5a1b307da4944a2b2355cf98d25ae7b52dcdea281cf7354c068c4b3dbc23a48ed4d14e27d07c3c81d6d7e7a9280a
+
SOURCE_HASH=sha512:53c6e06cfce25fb1b985fa8bfb17ef6fd86d5a9028f28f24903e258f766352bd5e7e2affaccdd309e41f04fbd3907a829cdca8c742fefdfb4190c102cc0070bf
SOURCE_DIRECTORY="$BUILD_DIRECTORY/cli-$VERSION"
WEB_SITE="https://cli.github.com/";
LICENSE[0]="MIT"
diff --git a/devel/github-cli/HISTORY b/devel/github-cli/HISTORY
index 541f67b..95d769c 100644
--- a/devel/github-cli/HISTORY
+++ b/devel/github-cli/HISTORY
@@ -1,2 +1,5 @@
+2024-08-11 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DETAILS, INSTALL: updated spell to 2.54.0
+
2020-12-08 Ismael Luceno <ismael AT sourcemage.org>
* BUILD, DEPENDS, DETAILS, INSTALL: spell created
diff --git a/devel/github-cli/INSTALL b/devel/github-cli/INSTALL
index 7806385..6f7d97d 100755
--- a/devel/github-cli/INSTALL
+++ b/devel/github-cli/INSTALL
@@ -1,3 +1,4 @@
-# TODO Remove this file when the install target is merged by upstream.
-install -v -m 555 -s bin/gh "$INSTALL_ROOT"/usr/bin/ &&
-install -v -m 444 share/man/man1/* "$INSTALL_ROOT"/usr/share/man/man1/
+make \
+ GOCACHE="$SOURCE_DIRECTORY"/.gocache \
+ prefix="$INSTALL_ROOT"/usr \
+ install


  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (14167fe8697aca0ae5964df81e3d8cd700603c44), Ismael Luceno, 08/12/2024

Archive powered by MHonArc 2.6.24.

Top of Page