diff options
author | Yusuf Yaman <nxjoseph@protonmail.com> | 2025-07-30 21:51:15 +0300 |
---|---|---|
committer | Älven <alven@FreeBSD.org> | 2025-07-31 21:36:16 +0400 |
commit | dbeb51179c39b8aaf2f87871ac6f3780ededca88 (patch) | |
tree | 39ad4cd1dbe33a919b5166de2831aaf53b0c96db | |
parent | net/libarms: undeprecate the port and update to version 6.33 (diff) |
devel/git-who: Update 1.1 => 1.2
Changelog:
https://github.com/sinclairtarget/git-who/releases/tag/v1.2
While here, don't specify a go version since go is backwards-compatible,
and fix unknown version problem on `git-who -version` command.
Add devel/git to RUN_DEPENDS
PR: 288557
Approved by: yuri@ (Mentor)
-rw-r--r-- | devel/git-who/Makefile | 8 | ||||
-rw-r--r-- | devel/git-who/distinfo | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/devel/git-who/Makefile b/devel/git-who/Makefile index 0088ac959f08..9ccbc59132ce 100644 --- a/devel/git-who/Makefile +++ b/devel/git-who/Makefile @@ -1,6 +1,6 @@ PORTNAME= git-who DISTVERSIONPREFIX= v -DISTVERSION= 1.1 +DISTVERSION= 1.2 CATEGORIES= devel MAINTAINER= nxjoseph@protonmail.com @@ -10,7 +10,9 @@ WWW= https://github.com/sinclairtarget/git-who LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.23,modules +RUN_DEPENDS= git:devel/git + +USES= go:modules USE_GITHUB= yes GH_ACCOUNT= sinclairtarget GH_TUPLE= bmatcuk:doublestar:v4.8.1:bmatcuk_doublestar_v4/vendor/github.com/bmatcuk/doublestar/v4 \ @@ -20,6 +22,8 @@ GH_TUPLE= bmatcuk:doublestar:v4.8.1:bmatcuk_doublestar_v4/vendor/github.com/bmat mattn:go-runewidth:v0.0.16:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ rivo:uniseg:v0.2.0:rivo_uniseg/vendor/github.com/rivo/uniseg +GO_BUILDFLAGS= -ldflags="-s -w -X main.Commit=${DISTVERSIONFULL} -X main.Version=${DISTVERSIONFULL}" + PLIST_FILES= bin/${PORTNAME} post-extract: diff --git a/devel/git-who/distinfo b/devel/git-who/distinfo index b7b4b3edbaae..ab96a3823892 100644 --- a/devel/git-who/distinfo +++ b/devel/git-who/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1750625954 -SHA256 (sinclairtarget-git-who-v1.1_GH0.tar.gz) = b88efe18a39987006df113e097a0e96493955237613997b56c940ff591473ea2 -SIZE (sinclairtarget-git-who-v1.1_GH0.tar.gz) = 558535 +TIMESTAMP = 1753901279 +SHA256 (sinclairtarget-git-who-v1.2_GH0.tar.gz) = 14d69c0e9e18ec40aa11d3e1fd6e76a0805a292de84805264a19c03798e443d0 +SIZE (sinclairtarget-git-who-v1.2_GH0.tar.gz) = 559386 SHA256 (bmatcuk-doublestar-v4.8.1_GH0.tar.gz) = 0e3302161fdad14119562cb2e978b9e7fb88e8f50c26e7b9c2c2054e5ae52121 SIZE (bmatcuk-doublestar-v4.8.1_GH0.tar.gz) = 27786 SHA256 (golang-sys-v0.29.0_GH0.tar.gz) = 7bac3e0a686a05d0e86ca110917b45f60553d6c146dba8a4cdafb911486428e7 |