Bug 260957

Summary: deskutils/owncloudclient: size mismatch: expected 1113, actual 1115
Product: Ports & Packages Reporter: mfoacs
Component: Individual Port(s)Assignee: Nuno Teixeira <eduardo>
Status: Closed FIXED    
Severity: Affects Some People CC: daniel, eduardo
Priority: --- Flags: bugzilla: maintainer-feedback? (daniel)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Log none

Description mfoacs 2022-01-05 17:15:45 UTC
Created attachment 230734 [details]
Log

Batch building (Synth) owncloudclient from ports fails with:
fetch: http://distcache.FreeBSD.org/ports-distfiles/ff43c9394b45dd78106069ba89ae92f25abba158.patch: Not Found
Comment 1 mfoacs 2022-01-10 13:00:59 UTC
The same behavior is observed when installing through portmaster or make install clean, so not related with a batch process.
Comment 2 Nuno Teixeira freebsd_committer freebsd_triage 2023-04-09 21:06:29 UTC
Confirmed:
---
=> ff43c9394b45dd78106069ba89ae92f25abba158.patch doesn't seem to exist in /work/DISTFILES/.
=> Attempting to fetch https://github.com/owncloud/client/commit/ff43c9394b45dd78106069ba89ae92f25abba158.patch
fetch: https://github.com/owncloud/client/commit/ff43c9394b45dd78106069ba89ae92f25abba158.patch: size mismatch: expected 1113, actual 1115
=> Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/ff43c9394b45dd78106069ba89ae92f25abba158.patch
ff43c9394b45dd78106069ba89ae92f25abba158.patch        1113  B 4729 kBps    00s
---
It complains when fetching from github but not from distcache, strange
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-06-03 10:05:25 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1b11583c894cc0ef7e105acfbccc800829fbfc20

commit 1b11583c894cc0ef7e105acfbccc800829fbfc20
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2023-06-03 10:02:16 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2023-06-03 10:02:16 +0000

    deskutils/owncloudclient: Fix distinfo checksum

    PR:             260957
    Reported by:    mfoacs@gmail.com
    Approved by:    portmgr blanket

 deskutils/owncloudclient/Makefile | 2 +-
 deskutils/owncloudclient/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 4 Nuno Teixeira freebsd_committer freebsd_triage 2023-06-03 10:06:26 UTC
Committed, thanks!