Bug 256572

Summary: net/onedrive: update to 2.4.12
Product: Ports & Packages Reporter: Hiroo Ono <hiroo.ono+freebsd>
Component: Individual Port(s)Assignee: Guangyuan Yang <ygy>
Status: Closed FIXED    
Severity: Affects Only Me CC: ygy
Priority: --- Flags: hiroo.ono+freebsd: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/abraunegg/onedrive/blob/v2.4.12/CHANGELOG.md
Attachments:
Description Flags
patch for onedrive 2.4.12 none

Description Hiroo Ono 2021-06-13 07:12:25 UTC
Created attachment 225764 [details]
patch for onedrive 2.4.12

This is a maintainer update of net/onedrive.
Comment 1 Guangyuan Yang freebsd_committer freebsd_triage 2021-06-14 02:09:13 UTC
i386 build failed, is this expected?

=======================<phase: build-depends  >============================
===>   onedrive-2.4.12 depends on executable: ldc2 - not found
===>   onedrive-2.4.12 depends on package: /packages/All/ldc-1.23.0.txz - not found
===>   USE_PACKAGE_DEPENDS_ONLY set - not building missing dependency from source
*** Error code 1

Stop.
make: stopped in /usr/ports/net/onedrive
Comment 2 Hiroo Ono 2021-06-14 14:23:34 UTC
(In reply to Guangyuan Yang from comment #1)
It is expected. The D lang compiler ldc only supports amd64.
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-06-15 22:00:53 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8245d92d1a24e9a73a7599b8e3cbc6b31acb09ba

commit 8245d92d1a24e9a73a7599b8e3cbc6b31acb09ba
Author:     Hiroo Ono <hiroo.ono+freebsd@gmail.com>
AuthorDate: 2021-06-15 22:00:25 +0000
Commit:     Guangyuan Yang <ygy@FreeBSD.org>
CommitDate: 2021-06-15 22:00:25 +0000

    net/onedrive: Update to 2.4.12

    Changes:        https://github.com/abraunegg/onedrive/blob/v2.4.12/CHANGELOG.md

    PR:             256572
    Approved by:    lwhsu (mentor, implicit)

 net/onedrive/Makefile | 2 +-
 net/onedrive/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 4 Guangyuan Yang freebsd_committer freebsd_triage 2021-06-15 22:01:08 UTC
Committed, thanks!