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
Created attachment 224653 [details] distinfo patch as attachment, just in case...
Applying this patch allows net-im/pidgin succesfull build as well.
Sorry. I didn't stage the distinfo file ahead of the commit. It's been staged, committed, and pushed now.
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(-)