Bug 255585

Summary: net-im/libpurple in inconsistent state, wrong distinfo
Product: Ports & Packages Reporter: bsd
Component: Individual Port(s)Assignee: Joe Marcus Clarke <marcus>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (marcus)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
distinfo patch as attachment, just in case... none

Description bsd 2021-05-04 06:23:08 UTC
Port is updated to version 2.14.4, but distinfo still contains 2.14.3 tarball data. As a consequence, port refuses to build. Simple 'make makesum' fixes that. Resulting diff:

diff --git a/net-im/libpurple/distinfo b/net-im/libpurple/distinfo
index 7520c3b3bc4f..a5a5f123f1df 100644
--- a/net-im/libpurple/distinfo
+++ b/net-im/libpurple/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1618857855
-SHA256 (pidgin-2.14.3.tar.bz2) = 2b064802fdfec008878f7179120ccf1e67c68b46ec0966399a095e20bc762e76
-SIZE (pidgin-2.14.3.tar.bz2) = 8688849
+TIMESTAMP = 1620108724
+SHA256 (pidgin-2.14.4.tar.bz2) = 67c1a0104b0624a50100c6d73cd5504d53c9d221922b1b28fa86020531a9904e
+SIZE (pidgin-2.14.4.tar.bz2) = 8724096
Comment 1 bsd 2021-05-04 06:25:34 UTC
Created attachment 224653 [details]
distinfo patch as attachment, just in case...
Comment 2 bsd 2021-05-04 06:33:53 UTC
Applying this patch allows net-im/pidgin succesfull build as well.
Comment 3 Joe Marcus Clarke freebsd_committer freebsd_triage 2021-05-04 12:51:42 UTC
Sorry.  I didn't stage the distinfo file ahead of the commit.  It's been staged, committed, and pushed now.
Comment 4 commit-hook freebsd_committer freebsd_triage 2021-05-04 12:51:42 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8c2c2c8b8e1be0052a6bc522c287e7fce52cca2e

commit 8c2c2c8b8e1be0052a6bc522c287e7fce52cca2e
Author:     Joe Marcus Clarke <marcus@FreeBSD.org>
AuthorDate: 2021-05-04 12:50:10 +0000
Commit:     Joe Marcus Clarke <marcus@FreeBSD.org>
CommitDate: 2021-05-04 12:50:10 +0000

    net-im/libpurple: Actually stage the distinfo file for 2.14.4.
    PR:             255585

 net-im/libpurple/distinfo | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)