Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] git-lfs: udpate to 3.3.0
@ 2023-01-20 11:31 pascal-huber
  2023-01-20 11:35 ` [PR PATCH] [Updated] " pascal-huber
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: pascal-huber @ 2023-01-20 11:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 630 bytes --]

There is a new pull request by pascal-huber against master on the void-packages repository

https://github.com/pascal-huber/void-packages git-lfs-3.3.0_1
https://github.com/void-linux/void-packages/pull/41754

git-lfs: udpate to 3.3.0
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures:
  - x86_64-musl (crossbuild)
  - aarch64 (crossbuild)
  - armv7l (crossbuild)


A patch file from https://github.com/void-linux/void-packages/pull/41754.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-git-lfs-3.3.0_1-41754.patch --]
[-- Type: text/x-diff, Size: 2388 bytes --]

From 3e083bf18bafaacfd26ce145d77a66a31b0def27 Mon Sep 17 00:00:00 2001
From: Pascal Huber <pascal.huber@resolved.ch>
Date: Thu, 19 Jan 2023 15:29:49 +0100
Subject: [PATCH] git-lfs: udpate to 3.3.0

---
 srcpkgs/git-lfs/template | 54 ++++++++++++----------------------------
 1 file changed, 16 insertions(+), 38 deletions(-)

diff --git a/srcpkgs/git-lfs/template b/srcpkgs/git-lfs/template
index d0bfbc07d7b6..666cdee65562 100644
--- a/srcpkgs/git-lfs/template
+++ b/srcpkgs/git-lfs/template
@@ -1,52 +1,30 @@
 # Template file for 'git-lfs'
 pkgname=git-lfs
-version=2.12.1
-revision=2
+version=3.3.0
+revision=1
 build_style=go
 go_import_path="github.com/git-lfs/git-lfs"
-hostmakedepends="git ruby-ronn"
+go_ldflags="-buildmode=pie -trimpath -ldflags=-linkmode=external"
+hostmakedepends="git ruby-asciidoctor"
 short_desc="Git extension for versioning large files"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="MIT"
 homepage="https://git-lfs.github.com/"
 distfiles="https://github.com/git-lfs/git-lfs/archive/v${version}.tar.gz"
-checksum=2b2e70f1233f7efe9a010771510391a07527ec7c0af721ecf8edabac5d60f62b
+checksum=d5eeb9ee33188d3dd6a391f8a39b96d271f10295129789e5b3a1ac0e9f5114f5
 
-post_build() {
-	make man
+do_build(){
+    go build -p "$XBPS_MAKEJOBS" -ldflags ${go_ldflags} .
+    make man
+}
+
+do_install(){
+    vbin git-lfs /usr/bin/git-lfs
 }
 
 post_install() {
-	vlicense LICENSE.md
-	vman man/git-lfs-checkout.1
-	vman man/git-lfs-clean.1
-	vman man/git-lfs-clone.1
-	vman man/git-lfs-env.1
-	vman man/git-lfs-ext.1
-	vman man/git-lfs-fetch.1
-	vman man/git-lfs-filter-process.1
-	vman man/git-lfs-fsck.1
-	vman man/git-lfs-install.1
-	vman man/git-lfs-lock.1
-	vman man/git-lfs-locks.1
-	vman man/git-lfs-logs.1
-	vman man/git-lfs-ls-files.1
-	vman man/git-lfs-migrate.1
-	vman man/git-lfs-pointer.1
-	vman man/git-lfs-post-checkout.1
-	vman man/git-lfs-post-commit.1
-	vman man/git-lfs-post-merge.1
-	vman man/git-lfs-pre-push.1
-	vman man/git-lfs-prune.1
-	vman man/git-lfs-pull.1
-	vman man/git-lfs-push.1
-	vman man/git-lfs-smudge.1
-	vman man/git-lfs-status.1
-	vman man/git-lfs-track.1
-	vman man/git-lfs-uninstall.1
-	vman man/git-lfs-unlock.1
-	vman man/git-lfs-untrack.1
-	vman man/git-lfs-update.1
-	vman man/git-lfs.1
-	vman man/git-lfs-config.5
+    vlicense LICENSE.md
+    for page in man/man*/*; do
+        vman $page
+    done
 }

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] git-lfs: udpate to 3.3.0
  2023-01-20 11:31 [PR PATCH] git-lfs: udpate to 3.3.0 pascal-huber
@ 2023-01-20 11:35 ` pascal-huber
  2023-01-22 20:55 ` Piraty
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pascal-huber @ 2023-01-20 11:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 635 bytes --]

There is an updated pull request by pascal-huber against master on the void-packages repository

https://github.com/pascal-huber/void-packages git-lfs-3.3.0_1
https://github.com/void-linux/void-packages/pull/41754

git-lfs: udpate to 3.3.0
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures:
  - x86_64-musl (crossbuild)
  - aarch64 (crossbuild)
  - armv7l (crossbuild)


A patch file from https://github.com/void-linux/void-packages/pull/41754.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-git-lfs-3.3.0_1-41754.patch --]
[-- Type: text/x-diff, Size: 2333 bytes --]

From c522625446d00536bac631ea4d17b76d6f1e43db Mon Sep 17 00:00:00 2001
From: Pascal Huber <pascal.huber@resolved.ch>
Date: Thu, 19 Jan 2023 15:29:49 +0100
Subject: [PATCH] git-lfs: udpate to 3.3.0

---
 srcpkgs/git-lfs/template | 50 +++++++++++-----------------------------
 1 file changed, 14 insertions(+), 36 deletions(-)

diff --git a/srcpkgs/git-lfs/template b/srcpkgs/git-lfs/template
index d0bfbc07d7b6..04fa70f0da59 100644
--- a/srcpkgs/git-lfs/template
+++ b/srcpkgs/git-lfs/template
@@ -1,52 +1,30 @@
 # Template file for 'git-lfs'
 pkgname=git-lfs
-version=2.12.1
-revision=2
+version=3.3.0
+revision=1
 build_style=go
 go_import_path="github.com/git-lfs/git-lfs"
-hostmakedepends="git ruby-ronn"
+go_ldflags="-buildmode=pie -trimpath -ldflags=-linkmode=external"
+hostmakedepends="git ruby-asciidoctor"
 short_desc="Git extension for versioning large files"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="MIT"
 homepage="https://git-lfs.github.com/"
 distfiles="https://github.com/git-lfs/git-lfs/archive/v${version}.tar.gz"
-checksum=2b2e70f1233f7efe9a010771510391a07527ec7c0af721ecf8edabac5d60f62b
+checksum=d5eeb9ee33188d3dd6a391f8a39b96d271f10295129789e5b3a1ac0e9f5114f5
 
-post_build() {
+do_build() {
+	go build -p "$XBPS_MAKEJOBS" -ldflags ${go_ldflags} .
 	make man
 }
 
+do_install() {
+	vbin git-lfs /usr/bin/git-lfs
+}
+
 post_install() {
 	vlicense LICENSE.md
-	vman man/git-lfs-checkout.1
-	vman man/git-lfs-clean.1
-	vman man/git-lfs-clone.1
-	vman man/git-lfs-env.1
-	vman man/git-lfs-ext.1
-	vman man/git-lfs-fetch.1
-	vman man/git-lfs-filter-process.1
-	vman man/git-lfs-fsck.1
-	vman man/git-lfs-install.1
-	vman man/git-lfs-lock.1
-	vman man/git-lfs-locks.1
-	vman man/git-lfs-logs.1
-	vman man/git-lfs-ls-files.1
-	vman man/git-lfs-migrate.1
-	vman man/git-lfs-pointer.1
-	vman man/git-lfs-post-checkout.1
-	vman man/git-lfs-post-commit.1
-	vman man/git-lfs-post-merge.1
-	vman man/git-lfs-pre-push.1
-	vman man/git-lfs-prune.1
-	vman man/git-lfs-pull.1
-	vman man/git-lfs-push.1
-	vman man/git-lfs-smudge.1
-	vman man/git-lfs-status.1
-	vman man/git-lfs-track.1
-	vman man/git-lfs-uninstall.1
-	vman man/git-lfs-unlock.1
-	vman man/git-lfs-untrack.1
-	vman man/git-lfs-update.1
-	vman man/git-lfs.1
-	vman man/git-lfs-config.5
+	for page in man/man*/*; do
+		vman $page
+	done
 }

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: git-lfs: udpate to 3.3.0
  2023-01-20 11:31 [PR PATCH] git-lfs: udpate to 3.3.0 pascal-huber
  2023-01-20 11:35 ` [PR PATCH] [Updated] " pascal-huber
@ 2023-01-22 20:55 ` Piraty
  2023-01-23 11:07 ` pascal-huber
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Piraty @ 2023-01-22 20:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 161 bytes --]

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/41754#issuecomment-1399605258

Comment:
ping @the-maldridge 

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: git-lfs: udpate to 3.3.0
  2023-01-20 11:31 [PR PATCH] git-lfs: udpate to 3.3.0 pascal-huber
  2023-01-20 11:35 ` [PR PATCH] [Updated] " pascal-huber
  2023-01-22 20:55 ` Piraty
@ 2023-01-23 11:07 ` pascal-huber
  2023-01-23 11:24 ` lemmi
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pascal-huber @ 2023-01-23 11:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 596 bytes --]

New comment by pascal-huber on void-packages repository

https://github.com/void-linux/void-packages/pull/41754#issuecomment-1400166673

Comment:
Maybe some clarification: @lemmi  expressed some objections on IRC regarding overriding the default `do_build` because there could be issues for cross builds. However, I could not get it to compile with `go mod`/`go install` as in the  go build style. The upstream way is to use the Makefile (which sets some variables and runs `go build`). From what I can see, the `go` build style takes care of the necessary variables (most importantly `GOARCH`).

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: git-lfs: udpate to 3.3.0
  2023-01-20 11:31 [PR PATCH] git-lfs: udpate to 3.3.0 pascal-huber
                   ` (2 preceding siblings ...)
  2023-01-23 11:07 ` pascal-huber
@ 2023-01-23 11:24 ` lemmi
  2023-01-23 11:36 ` [PR PATCH] [Updated] " pascal-huber
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: lemmi @ 2023-01-23 11:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 340 bytes --]

New comment by lemmi on void-packages repository

https://github.com/void-linux/void-packages/pull/41754#issuecomment-1400189376

Comment:
It works by changing the `go_import_path` to
```sh
go_import_path="github.com/git-lfs/git-lfs/v3"
```
See https://github.com/git-lfs/git-lfs/blob/02ac3de0e19fbfeea7f8ddb079cfe074367a48d3/go.mod#L3

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] git-lfs: udpate to 3.3.0
  2023-01-20 11:31 [PR PATCH] git-lfs: udpate to 3.3.0 pascal-huber
                   ` (3 preceding siblings ...)
  2023-01-23 11:24 ` lemmi
@ 2023-01-23 11:36 ` pascal-huber
  2023-01-23 11:38 ` pascal-huber
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pascal-huber @ 2023-01-23 11:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 635 bytes --]

There is an updated pull request by pascal-huber against master on the void-packages repository

https://github.com/pascal-huber/void-packages git-lfs-3.3.0_1
https://github.com/void-linux/void-packages/pull/41754

git-lfs: udpate to 3.3.0
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures:
  - x86_64-musl (crossbuild)
  - aarch64 (crossbuild)
  - armv7l (crossbuild)


A patch file from https://github.com/void-linux/void-packages/pull/41754.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-git-lfs-3.3.0_1-41754.patch --]
[-- Type: text/x-diff, Size: 2221 bytes --]

From 55f46fec2e9ddce982bc8859f44cf5ed99817bf5 Mon Sep 17 00:00:00 2001
From: Pascal Huber <pascal.huber@resolved.ch>
Date: Thu, 19 Jan 2023 15:29:49 +0100
Subject: [PATCH] git-lfs: udpate to 3.3.0

---
 srcpkgs/git-lfs/template | 44 ++++++++--------------------------------
 1 file changed, 8 insertions(+), 36 deletions(-)

diff --git a/srcpkgs/git-lfs/template b/srcpkgs/git-lfs/template
index d0bfbc07d7b6..896cacf3eebf 100644
--- a/srcpkgs/git-lfs/template
+++ b/srcpkgs/git-lfs/template
@@ -1,16 +1,16 @@
 # Template file for 'git-lfs'
 pkgname=git-lfs
-version=2.12.1
-revision=2
+version=3.3.0
+revision=1
 build_style=go
-go_import_path="github.com/git-lfs/git-lfs"
-hostmakedepends="git ruby-ronn"
+go_import_path="github.com/git-lfs/git-lfs/v3"
+hostmakedepends="git ruby-asciidoctor"
 short_desc="Git extension for versioning large files"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="MIT"
 homepage="https://git-lfs.github.com/"
 distfiles="https://github.com/git-lfs/git-lfs/archive/v${version}.tar.gz"
-checksum=2b2e70f1233f7efe9a010771510391a07527ec7c0af721ecf8edabac5d60f62b
+checksum=d5eeb9ee33188d3dd6a391f8a39b96d271f10295129789e5b3a1ac0e9f5114f5
 
 post_build() {
 	make man
@@ -18,35 +18,7 @@ post_build() {
 
 post_install() {
 	vlicense LICENSE.md
-	vman man/git-lfs-checkout.1
-	vman man/git-lfs-clean.1
-	vman man/git-lfs-clone.1
-	vman man/git-lfs-env.1
-	vman man/git-lfs-ext.1
-	vman man/git-lfs-fetch.1
-	vman man/git-lfs-filter-process.1
-	vman man/git-lfs-fsck.1
-	vman man/git-lfs-install.1
-	vman man/git-lfs-lock.1
-	vman man/git-lfs-locks.1
-	vman man/git-lfs-logs.1
-	vman man/git-lfs-ls-files.1
-	vman man/git-lfs-migrate.1
-	vman man/git-lfs-pointer.1
-	vman man/git-lfs-post-checkout.1
-	vman man/git-lfs-post-commit.1
-	vman man/git-lfs-post-merge.1
-	vman man/git-lfs-pre-push.1
-	vman man/git-lfs-prune.1
-	vman man/git-lfs-pull.1
-	vman man/git-lfs-push.1
-	vman man/git-lfs-smudge.1
-	vman man/git-lfs-status.1
-	vman man/git-lfs-track.1
-	vman man/git-lfs-uninstall.1
-	vman man/git-lfs-unlock.1
-	vman man/git-lfs-untrack.1
-	vman man/git-lfs-update.1
-	vman man/git-lfs.1
-	vman man/git-lfs-config.5
+	for page in man/man*/*; do
+		vman $page
+	done
 }

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: git-lfs: udpate to 3.3.0
  2023-01-20 11:31 [PR PATCH] git-lfs: udpate to 3.3.0 pascal-huber
                   ` (4 preceding siblings ...)
  2023-01-23 11:36 ` [PR PATCH] [Updated] " pascal-huber
@ 2023-01-23 11:38 ` pascal-huber
  2023-01-23 11:43 ` [PR REVIEW] " lemmi
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pascal-huber @ 2023-01-23 11:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 300 bytes --]

New comment by pascal-huber on void-packages repository

https://github.com/void-linux/void-packages/pull/41754#issuecomment-1400204226

Comment:
> It works by changing the `go_import_path` to
> 
> ```shell
> go_import_path="github.com/git-lfs/git-lfs/v3"
> ```

Oh nice! Changed it, thanks!


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR REVIEW] git-lfs: udpate to 3.3.0
  2023-01-20 11:31 [PR PATCH] git-lfs: udpate to 3.3.0 pascal-huber
                   ` (5 preceding siblings ...)
  2023-01-23 11:38 ` pascal-huber
@ 2023-01-23 11:43 ` lemmi
  2023-01-23 11:44 ` lemmi
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: lemmi @ 2023-01-23 11:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 390 bytes --]

New review comment by lemmi on void-packages repository

https://github.com/void-linux/void-packages/pull/41754#discussion_r1083956147

Comment:
https://github.com/void-linux/void-packages/actions/runs/3985990165/jobs/6834016287#step:7:2656
```
fatal: not a git repository (or any of the parent directories): .git
...
```
Can be fixed by using
```
VERSION="${version}" make man
```

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR REVIEW] git-lfs: udpate to 3.3.0
  2023-01-20 11:31 [PR PATCH] git-lfs: udpate to 3.3.0 pascal-huber
                   ` (6 preceding siblings ...)
  2023-01-23 11:43 ` [PR REVIEW] " lemmi
@ 2023-01-23 11:44 ` lemmi
  2023-01-23 11:47 ` [PR PATCH] [Updated] " pascal-huber
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: lemmi @ 2023-01-23 11:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 242 bytes --]

New review comment by lemmi on void-packages repository

https://github.com/void-linux/void-packages/pull/41754#discussion_r1083956738

Comment:
See https://github.com/git-lfs/git-lfs/blob/02ac3de0e19fbfeea7f8ddb079cfe074367a48d3/Makefile#L8

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] git-lfs: udpate to 3.3.0
  2023-01-20 11:31 [PR PATCH] git-lfs: udpate to 3.3.0 pascal-huber
                   ` (7 preceding siblings ...)
  2023-01-23 11:44 ` lemmi
@ 2023-01-23 11:47 ` pascal-huber
  2023-01-23 11:48 ` pascal-huber
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pascal-huber @ 2023-01-23 11:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 635 bytes --]

There is an updated pull request by pascal-huber against master on the void-packages repository

https://github.com/pascal-huber/void-packages git-lfs-3.3.0_1
https://github.com/void-linux/void-packages/pull/41754

git-lfs: udpate to 3.3.0
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures:
  - x86_64-musl (crossbuild)
  - aarch64 (crossbuild)
  - armv7l (crossbuild)


A patch file from https://github.com/void-linux/void-packages/pull/41754.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-git-lfs-3.3.0_1-41754.patch --]
[-- Type: text/x-diff, Size: 2225 bytes --]

From c615bc12eba2a5f777823bf04ab45201bb2c5899 Mon Sep 17 00:00:00 2001
From: Pascal Huber <pascal.huber@resolved.ch>
Date: Thu, 19 Jan 2023 15:29:49 +0100
Subject: [PATCH] git-lfs: udpate to 3.3.0

---
 srcpkgs/git-lfs/template | 46 ++++++++--------------------------------
 1 file changed, 9 insertions(+), 37 deletions(-)

diff --git a/srcpkgs/git-lfs/template b/srcpkgs/git-lfs/template
index d0bfbc07d7b6..e4b71bf48393 100644
--- a/srcpkgs/git-lfs/template
+++ b/srcpkgs/git-lfs/template
@@ -1,52 +1,24 @@
 # Template file for 'git-lfs'
 pkgname=git-lfs
-version=2.12.1
-revision=2
+version=3.3.0
+revision=1
 build_style=go
-go_import_path="github.com/git-lfs/git-lfs"
-hostmakedepends="git ruby-ronn"
+go_import_path="github.com/git-lfs/git-lfs/v3"
+hostmakedepends="git ruby-asciidoctor"
 short_desc="Git extension for versioning large files"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="MIT"
 homepage="https://git-lfs.github.com/"
 distfiles="https://github.com/git-lfs/git-lfs/archive/v${version}.tar.gz"
-checksum=2b2e70f1233f7efe9a010771510391a07527ec7c0af721ecf8edabac5d60f62b
+checksum=d5eeb9ee33188d3dd6a391f8a39b96d271f10295129789e5b3a1ac0e9f5114f5
 
 post_build() {
-	make man
+    VERSION="${version}" make man
 }
 
 post_install() {
 	vlicense LICENSE.md
-	vman man/git-lfs-checkout.1
-	vman man/git-lfs-clean.1
-	vman man/git-lfs-clone.1
-	vman man/git-lfs-env.1
-	vman man/git-lfs-ext.1
-	vman man/git-lfs-fetch.1
-	vman man/git-lfs-filter-process.1
-	vman man/git-lfs-fsck.1
-	vman man/git-lfs-install.1
-	vman man/git-lfs-lock.1
-	vman man/git-lfs-locks.1
-	vman man/git-lfs-logs.1
-	vman man/git-lfs-ls-files.1
-	vman man/git-lfs-migrate.1
-	vman man/git-lfs-pointer.1
-	vman man/git-lfs-post-checkout.1
-	vman man/git-lfs-post-commit.1
-	vman man/git-lfs-post-merge.1
-	vman man/git-lfs-pre-push.1
-	vman man/git-lfs-prune.1
-	vman man/git-lfs-pull.1
-	vman man/git-lfs-push.1
-	vman man/git-lfs-smudge.1
-	vman man/git-lfs-status.1
-	vman man/git-lfs-track.1
-	vman man/git-lfs-uninstall.1
-	vman man/git-lfs-unlock.1
-	vman man/git-lfs-untrack.1
-	vman man/git-lfs-update.1
-	vman man/git-lfs.1
-	vman man/git-lfs-config.5
+	for page in man/man*/*; do
+		vman $page
+	done
 }

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] git-lfs: udpate to 3.3.0
  2023-01-20 11:31 [PR PATCH] git-lfs: udpate to 3.3.0 pascal-huber
                   ` (8 preceding siblings ...)
  2023-01-23 11:47 ` [PR PATCH] [Updated] " pascal-huber
@ 2023-01-23 11:48 ` pascal-huber
  2023-01-23 11:50 ` [PR REVIEW] " pascal-huber
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pascal-huber @ 2023-01-23 11:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 635 bytes --]

There is an updated pull request by pascal-huber against master on the void-packages repository

https://github.com/pascal-huber/void-packages git-lfs-3.3.0_1
https://github.com/void-linux/void-packages/pull/41754

git-lfs: udpate to 3.3.0
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures:
  - x86_64-musl (crossbuild)
  - aarch64 (crossbuild)
  - armv7l (crossbuild)


A patch file from https://github.com/void-linux/void-packages/pull/41754.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-git-lfs-3.3.0_1-41754.patch --]
[-- Type: text/x-diff, Size: 2223 bytes --]

From 4305ec42477e33abedd05580a36fd5d4900f3f90 Mon Sep 17 00:00:00 2001
From: Pascal Huber <pascal.huber@resolved.ch>
Date: Thu, 19 Jan 2023 15:29:49 +0100
Subject: [PATCH] git-lfs: udpate to 3.3.0

---
 srcpkgs/git-lfs/template | 46 ++++++++--------------------------------
 1 file changed, 9 insertions(+), 37 deletions(-)

diff --git a/srcpkgs/git-lfs/template b/srcpkgs/git-lfs/template
index d0bfbc07d7b6..3401fd1bafdc 100644
--- a/srcpkgs/git-lfs/template
+++ b/srcpkgs/git-lfs/template
@@ -1,52 +1,24 @@
 # Template file for 'git-lfs'
 pkgname=git-lfs
-version=2.12.1
-revision=2
+version=3.3.0
+revision=1
 build_style=go
-go_import_path="github.com/git-lfs/git-lfs"
-hostmakedepends="git ruby-ronn"
+go_import_path="github.com/git-lfs/git-lfs/v3"
+hostmakedepends="git ruby-asciidoctor"
 short_desc="Git extension for versioning large files"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="MIT"
 homepage="https://git-lfs.github.com/"
 distfiles="https://github.com/git-lfs/git-lfs/archive/v${version}.tar.gz"
-checksum=2b2e70f1233f7efe9a010771510391a07527ec7c0af721ecf8edabac5d60f62b
+checksum=d5eeb9ee33188d3dd6a391f8a39b96d271f10295129789e5b3a1ac0e9f5114f5
 
 post_build() {
-	make man
+	VERSION="${version}" make mant
 }
 
 post_install() {
 	vlicense LICENSE.md
-	vman man/git-lfs-checkout.1
-	vman man/git-lfs-clean.1
-	vman man/git-lfs-clone.1
-	vman man/git-lfs-env.1
-	vman man/git-lfs-ext.1
-	vman man/git-lfs-fetch.1
-	vman man/git-lfs-filter-process.1
-	vman man/git-lfs-fsck.1
-	vman man/git-lfs-install.1
-	vman man/git-lfs-lock.1
-	vman man/git-lfs-locks.1
-	vman man/git-lfs-logs.1
-	vman man/git-lfs-ls-files.1
-	vman man/git-lfs-migrate.1
-	vman man/git-lfs-pointer.1
-	vman man/git-lfs-post-checkout.1
-	vman man/git-lfs-post-commit.1
-	vman man/git-lfs-post-merge.1
-	vman man/git-lfs-pre-push.1
-	vman man/git-lfs-prune.1
-	vman man/git-lfs-pull.1
-	vman man/git-lfs-push.1
-	vman man/git-lfs-smudge.1
-	vman man/git-lfs-status.1
-	vman man/git-lfs-track.1
-	vman man/git-lfs-uninstall.1
-	vman man/git-lfs-unlock.1
-	vman man/git-lfs-untrack.1
-	vman man/git-lfs-update.1
-	vman man/git-lfs.1
-	vman man/git-lfs-config.5
+	for page in man/man*/*; do
+		vman $page
+	done
 }

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR REVIEW] git-lfs: udpate to 3.3.0
  2023-01-20 11:31 [PR PATCH] git-lfs: udpate to 3.3.0 pascal-huber
                   ` (9 preceding siblings ...)
  2023-01-23 11:48 ` pascal-huber
@ 2023-01-23 11:50 ` pascal-huber
  2023-01-23 11:52 ` [PR PATCH] [Updated] " pascal-huber
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pascal-huber @ 2023-01-23 11:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 239 bytes --]

New review comment by pascal-huber on void-packages repository

https://github.com/void-linux/void-packages/pull/41754#discussion_r1083962385

Comment:
good catch - the error was already present in v2 but seemed not to be fatal.

done. 

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] git-lfs: udpate to 3.3.0
  2023-01-20 11:31 [PR PATCH] git-lfs: udpate to 3.3.0 pascal-huber
                   ` (10 preceding siblings ...)
  2023-01-23 11:50 ` [PR REVIEW] " pascal-huber
@ 2023-01-23 11:52 ` pascal-huber
  2023-01-23 11:55 ` pascal-huber
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pascal-huber @ 2023-01-23 11:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 635 bytes --]

There is an updated pull request by pascal-huber against master on the void-packages repository

https://github.com/pascal-huber/void-packages git-lfs-3.3.0_1
https://github.com/void-linux/void-packages/pull/41754

git-lfs: udpate to 3.3.0
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures:
  - x86_64-musl (crossbuild)
  - aarch64 (crossbuild)
  - armv7l (crossbuild)


A patch file from https://github.com/void-linux/void-packages/pull/41754.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-git-lfs-3.3.0_1-41754.patch --]
[-- Type: text/x-diff, Size: 2222 bytes --]

From 6cf69f6df70f75c6c00d8ac5ab112f0fc6f8152f Mon Sep 17 00:00:00 2001
From: Pascal Huber <pascal.huber@resolved.ch>
Date: Thu, 19 Jan 2023 15:29:49 +0100
Subject: [PATCH] git-lfs: udpate to 3.3.0

---
 srcpkgs/git-lfs/template | 46 ++++++++--------------------------------
 1 file changed, 9 insertions(+), 37 deletions(-)

diff --git a/srcpkgs/git-lfs/template b/srcpkgs/git-lfs/template
index d0bfbc07d7b6..79739c800a34 100644
--- a/srcpkgs/git-lfs/template
+++ b/srcpkgs/git-lfs/template
@@ -1,52 +1,24 @@
 # Template file for 'git-lfs'
 pkgname=git-lfs
-version=2.12.1
-revision=2
+version=3.3.0
+revision=1
 build_style=go
-go_import_path="github.com/git-lfs/git-lfs"
-hostmakedepends="git ruby-ronn"
+go_import_path="github.com/git-lfs/git-lfs/v3"
+hostmakedepends="git ruby-asciidoctor"
 short_desc="Git extension for versioning large files"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="MIT"
 homepage="https://git-lfs.github.com/"
 distfiles="https://github.com/git-lfs/git-lfs/archive/v${version}.tar.gz"
-checksum=2b2e70f1233f7efe9a010771510391a07527ec7c0af721ecf8edabac5d60f62b
+checksum=d5eeb9ee33188d3dd6a391f8a39b96d271f10295129789e5b3a1ac0e9f5114f5
 
 post_build() {
-	make man
+	VERSION="${version}" make man
 }
 
 post_install() {
 	vlicense LICENSE.md
-	vman man/git-lfs-checkout.1
-	vman man/git-lfs-clean.1
-	vman man/git-lfs-clone.1
-	vman man/git-lfs-env.1
-	vman man/git-lfs-ext.1
-	vman man/git-lfs-fetch.1
-	vman man/git-lfs-filter-process.1
-	vman man/git-lfs-fsck.1
-	vman man/git-lfs-install.1
-	vman man/git-lfs-lock.1
-	vman man/git-lfs-locks.1
-	vman man/git-lfs-logs.1
-	vman man/git-lfs-ls-files.1
-	vman man/git-lfs-migrate.1
-	vman man/git-lfs-pointer.1
-	vman man/git-lfs-post-checkout.1
-	vman man/git-lfs-post-commit.1
-	vman man/git-lfs-post-merge.1
-	vman man/git-lfs-pre-push.1
-	vman man/git-lfs-prune.1
-	vman man/git-lfs-pull.1
-	vman man/git-lfs-push.1
-	vman man/git-lfs-smudge.1
-	vman man/git-lfs-status.1
-	vman man/git-lfs-track.1
-	vman man/git-lfs-uninstall.1
-	vman man/git-lfs-unlock.1
-	vman man/git-lfs-untrack.1
-	vman man/git-lfs-update.1
-	vman man/git-lfs.1
-	vman man/git-lfs-config.5
+	for page in man/man*/*; do
+		vman $page
+	done
 }

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] git-lfs: udpate to 3.3.0
  2023-01-20 11:31 [PR PATCH] git-lfs: udpate to 3.3.0 pascal-huber
                   ` (11 preceding siblings ...)
  2023-01-23 11:52 ` [PR PATCH] [Updated] " pascal-huber
@ 2023-01-23 11:55 ` pascal-huber
  2023-01-23 12:06 ` pascal-huber
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: pascal-huber @ 2023-01-23 11:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 635 bytes --]

There is an updated pull request by pascal-huber against master on the void-packages repository

https://github.com/pascal-huber/void-packages git-lfs-3.3.0_1
https://github.com/void-linux/void-packages/pull/41754

git-lfs: udpate to 3.3.0
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures:
  - x86_64-musl (crossbuild)
  - aarch64 (crossbuild)
  - armv7l (crossbuild)


A patch file from https://github.com/void-linux/void-packages/pull/41754.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-git-lfs-3.3.0_1-41754.patch --]
[-- Type: text/x-diff, Size: 2294 bytes --]

From 4dba4be1496087daa73906686b9ffd386ce88db4 Mon Sep 17 00:00:00 2001
From: Pascal Huber <pascal.huber@resolved.ch>
Date: Thu, 19 Jan 2023 15:29:49 +0100
Subject: [PATCH] git-lfs: udpate to 3.3.0

---
 srcpkgs/git-lfs/template | 47 +++++++++-------------------------------
 1 file changed, 10 insertions(+), 37 deletions(-)

diff --git a/srcpkgs/git-lfs/template b/srcpkgs/git-lfs/template
index d0bfbc07d7b6..3b58c3d5f194 100644
--- a/srcpkgs/git-lfs/template
+++ b/srcpkgs/git-lfs/template
@@ -1,52 +1,25 @@
 # Template file for 'git-lfs'
 pkgname=git-lfs
-version=2.12.1
-revision=2
+version=3.3.0
+revision=1
 build_style=go
-go_import_path="github.com/git-lfs/git-lfs"
-hostmakedepends="git ruby-ronn"
+go_import_path="github.com/git-lfs/git-lfs/v3"
+hostmakedepends="git ruby-asciidoctor"
 short_desc="Git extension for versioning large files"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="MIT"
 homepage="https://git-lfs.github.com/"
+changelog="https://github.com/git-lfs/git-lfs/blob/main/CHANGELOG.md"
 distfiles="https://github.com/git-lfs/git-lfs/archive/v${version}.tar.gz"
-checksum=2b2e70f1233f7efe9a010771510391a07527ec7c0af721ecf8edabac5d60f62b
+checksum=d5eeb9ee33188d3dd6a391f8a39b96d271f10295129789e5b3a1ac0e9f5114f5
 
 post_build() {
-	make man
+	VERSION="${version}" make man
 }
 
 post_install() {
 	vlicense LICENSE.md
-	vman man/git-lfs-checkout.1
-	vman man/git-lfs-clean.1
-	vman man/git-lfs-clone.1
-	vman man/git-lfs-env.1
-	vman man/git-lfs-ext.1
-	vman man/git-lfs-fetch.1
-	vman man/git-lfs-filter-process.1
-	vman man/git-lfs-fsck.1
-	vman man/git-lfs-install.1
-	vman man/git-lfs-lock.1
-	vman man/git-lfs-locks.1
-	vman man/git-lfs-logs.1
-	vman man/git-lfs-ls-files.1
-	vman man/git-lfs-migrate.1
-	vman man/git-lfs-pointer.1
-	vman man/git-lfs-post-checkout.1
-	vman man/git-lfs-post-commit.1
-	vman man/git-lfs-post-merge.1
-	vman man/git-lfs-pre-push.1
-	vman man/git-lfs-prune.1
-	vman man/git-lfs-pull.1
-	vman man/git-lfs-push.1
-	vman man/git-lfs-smudge.1
-	vman man/git-lfs-status.1
-	vman man/git-lfs-track.1
-	vman man/git-lfs-uninstall.1
-	vman man/git-lfs-unlock.1
-	vman man/git-lfs-untrack.1
-	vman man/git-lfs-update.1
-	vman man/git-lfs.1
-	vman man/git-lfs-config.5
+	for page in man/man*/*; do
+		vman $page
+	done
 }

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] git-lfs: udpate to 3.3.0
  2023-01-20 11:31 [PR PATCH] git-lfs: udpate to 3.3.0 pascal-huber
                   ` (12 preceding siblings ...)
  2023-01-23 11:55 ` pascal-huber
@ 2023-01-23 12:06 ` pascal-huber
  2023-01-23 12:13 ` pascal-huber
  2023-01-23 18:08 ` [PR PATCH] [Merged]: " lemmi
  15 siblings, 0 replies; 17+ messages in thread
From: pascal-huber @ 2023-01-23 12:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 635 bytes --]

There is an updated pull request by pascal-huber against master on the void-packages repository

https://github.com/pascal-huber/void-packages git-lfs-3.3.0_1
https://github.com/void-linux/void-packages/pull/41754

git-lfs: udpate to 3.3.0
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures:
  - x86_64-musl (crossbuild)
  - aarch64 (crossbuild)
  - armv7l (crossbuild)


A patch file from https://github.com/void-linux/void-packages/pull/41754.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-git-lfs-3.3.0_1-41754.patch --]
[-- Type: text/x-diff, Size: 2304 bytes --]

From b02b8699fcbb3bbe167d87bb8c57b9c42d26ad28 Mon Sep 17 00:00:00 2001
From: Pascal Huber <pascal.huber@resolved.ch>
Date: Thu, 19 Jan 2023 15:29:49 +0100
Subject: [PATCH] git-lfs: udpate to 3.3.0

---
 srcpkgs/git-lfs/template | 47 +++++++++-------------------------------
 1 file changed, 10 insertions(+), 37 deletions(-)

diff --git a/srcpkgs/git-lfs/template b/srcpkgs/git-lfs/template
index d0bfbc07d7b6..e2801b106c08 100644
--- a/srcpkgs/git-lfs/template
+++ b/srcpkgs/git-lfs/template
@@ -1,52 +1,25 @@
 # Template file for 'git-lfs'
 pkgname=git-lfs
-version=2.12.1
-revision=2
+version=3.3.0
+revision=1
 build_style=go
-go_import_path="github.com/git-lfs/git-lfs"
-hostmakedepends="git ruby-ronn"
+go_import_path="github.com/git-lfs/git-lfs/v3"
+hostmakedepends="git ruby-asciidoctor"
 short_desc="Git extension for versioning large files"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="MIT"
 homepage="https://git-lfs.github.com/"
+changelog="https://raw.githubusercontent.com/git-lfs/git-lfs/main/CHANGELOG.md"
 distfiles="https://github.com/git-lfs/git-lfs/archive/v${version}.tar.gz"
-checksum=2b2e70f1233f7efe9a010771510391a07527ec7c0af721ecf8edabac5d60f62b
+checksum=d5eeb9ee33188d3dd6a391f8a39b96d271f10295129789e5b3a1ac0e9f5114f5
 
 post_build() {
-	make man
+	VERSION="${version}" make man
 }
 
 post_install() {
 	vlicense LICENSE.md
-	vman man/git-lfs-checkout.1
-	vman man/git-lfs-clean.1
-	vman man/git-lfs-clone.1
-	vman man/git-lfs-env.1
-	vman man/git-lfs-ext.1
-	vman man/git-lfs-fetch.1
-	vman man/git-lfs-filter-process.1
-	vman man/git-lfs-fsck.1
-	vman man/git-lfs-install.1
-	vman man/git-lfs-lock.1
-	vman man/git-lfs-locks.1
-	vman man/git-lfs-logs.1
-	vman man/git-lfs-ls-files.1
-	vman man/git-lfs-migrate.1
-	vman man/git-lfs-pointer.1
-	vman man/git-lfs-post-checkout.1
-	vman man/git-lfs-post-commit.1
-	vman man/git-lfs-post-merge.1
-	vman man/git-lfs-pre-push.1
-	vman man/git-lfs-prune.1
-	vman man/git-lfs-pull.1
-	vman man/git-lfs-push.1
-	vman man/git-lfs-smudge.1
-	vman man/git-lfs-status.1
-	vman man/git-lfs-track.1
-	vman man/git-lfs-uninstall.1
-	vman man/git-lfs-unlock.1
-	vman man/git-lfs-untrack.1
-	vman man/git-lfs-update.1
-	vman man/git-lfs.1
-	vman man/git-lfs-config.5
+	for page in man/man*/*; do
+		vman $page
+	done
 }

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: git-lfs: udpate to 3.3.0
  2023-01-20 11:31 [PR PATCH] git-lfs: udpate to 3.3.0 pascal-huber
                   ` (13 preceding siblings ...)
  2023-01-23 12:06 ` pascal-huber
@ 2023-01-23 12:13 ` pascal-huber
  2023-01-23 18:08 ` [PR PATCH] [Merged]: " lemmi
  15 siblings, 0 replies; 17+ messages in thread
From: pascal-huber @ 2023-01-23 12:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 444 bytes --]

New comment by pascal-huber on void-packages repository

https://github.com/void-linux/void-packages/pull/41754#issuecomment-1400244659

Comment:
> And since we are at it, maybe add a link to the [changelog](https://github.com/void-linux/void-packages/blob/master/Manual.md#optional-variables) as well.

added (raw) changelog.

> There are still some error that can easily be silenced. 

Seems to be error-free with the fixed `make man`.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Merged]: git-lfs: udpate to 3.3.0
  2023-01-20 11:31 [PR PATCH] git-lfs: udpate to 3.3.0 pascal-huber
                   ` (14 preceding siblings ...)
  2023-01-23 12:13 ` pascal-huber
@ 2023-01-23 18:08 ` lemmi
  15 siblings, 0 replies; 17+ messages in thread
From: lemmi @ 2023-01-23 18:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 461 bytes --]

There's a merged pull request on the void-packages repository

git-lfs: udpate to 3.3.0
https://github.com/void-linux/void-packages/pull/41754

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures:
  - x86_64-musl (crossbuild)
  - aarch64 (crossbuild)
  - armv7l (crossbuild)


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2023-01-23 18:08 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-20 11:31 [PR PATCH] git-lfs: udpate to 3.3.0 pascal-huber
2023-01-20 11:35 ` [PR PATCH] [Updated] " pascal-huber
2023-01-22 20:55 ` Piraty
2023-01-23 11:07 ` pascal-huber
2023-01-23 11:24 ` lemmi
2023-01-23 11:36 ` [PR PATCH] [Updated] " pascal-huber
2023-01-23 11:38 ` pascal-huber
2023-01-23 11:43 ` [PR REVIEW] " lemmi
2023-01-23 11:44 ` lemmi
2023-01-23 11:47 ` [PR PATCH] [Updated] " pascal-huber
2023-01-23 11:48 ` pascal-huber
2023-01-23 11:50 ` [PR REVIEW] " pascal-huber
2023-01-23 11:52 ` [PR PATCH] [Updated] " pascal-huber
2023-01-23 11:55 ` pascal-huber
2023-01-23 12:06 ` pascal-huber
2023-01-23 12:13 ` pascal-huber
2023-01-23 18:08 ` [PR PATCH] [Merged]: " lemmi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).