Bug 267495 - www/rssroll: update to 0.11.0
Summary: www/rssroll: update to 0.11.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL: https://github.com/koue/rssroll/blob/...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-01 16:35 UTC by Nikola Kolev
Modified: 2022-11-08 16:16 UTC (History)
1 user (show)

See Also:


Attachments
rssroll 0.11.0 patch (3.77 KB, patch)
2022-11-01 16:35 UTC, Nikola Kolev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikola Kolev 2022-11-01 16:35:53 UTC
Created attachment 237785 [details]
rssroll 0.11.0 patch

Update www/rssroll to version 0.11.0.

Changelog: https://github.com/koue/rssroll/blob/master/ChangeLog
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2022-11-07 19:25:00 UTC
^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field.

^Triage: Please set the maintainer-approval attachment flag (to +) on patches for ports you maintain to signify approval.
--
Attachment -> Details -> maintainer-approval [+]


Thanks!
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2022-11-07 21:50:32 UTC
I'm getting:

=> Attempting to fetch https://codeload.github.com/koue/rssroll/tar.gz/0.11.0?dummy=/koue-rssroll-0.11.0_GH0.tar.gz
fetch: 30559: No such file or directory
fetch: https://codeload.github.com/koue/rssroll/tar.gz/0.11.0?dummy=/koue-rssroll-0.11.0_GH0.tar.gz: size unknown
fetch: https://codeload.github.com/koue/rssroll/tar.gz/0.11.0?dummy=/koue-rssroll-0.11.0_GH0.tar.gz: size of remote file is not known
koue-rssroll-0.11.0_GH0.tar.gz                          29 kB  970 kBps    00s
=> Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/koue-rssroll-0.11.0_GH0.tar.gz
fetch: 30559: No such file or directory
fetch: http://distcache.FreeBSD.org/ports-distfiles/koue-rssroll-0.11.0_GH0.tar.gz: Not Found
=> Couldn't fetch it - please try to retrieve this
=> port manually into /portdistfiles/ and try again.
*** Error code 1

Can you check if you get the same error?

Thanks!
Comment 3 Nikola Kolev 2022-11-08 11:29:10 UTC
For some reason there is duplicated record in distinfo:

+SHA256 (koue-rssroll-0.11.0_GH0.tar.gz) = 16502edcdcc6930c8b27588775596178ca83f9ae742042d33ed8eca34e64dc92
+SIZE (koue-rssroll-0.11.0_GH0.tar.gz) = 30559
+SHA256 (koue-rssroll-0.11.0_GH0.tar.gz) = 16502edcdcc6930c8b27588775596178ca83f9ae742042d33ed8eca34e64dc92
+SIZE (koue-rssroll-0.11.0_GH0.tar.gz) = 30559

By removing the duplicated `make fetch` works. Do you want me to send new patch?
Comment 4 Fernando Apesteguía freebsd_committer freebsd_triage 2022-11-08 11:35:08 UTC
(In reply to Nikola Kolev from comment #3)
Not necessary, thanks!
Comment 5 commit-hook freebsd_committer freebsd_triage 2022-11-08 16:16:40 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5937a20a19fc450d1bdc6a1f65845c64fd4a17f2

commit 5937a20a19fc450d1bdc6a1f65845c64fd4a17f2
Author:     Nikola Kolev <koue@chaosophia.net>
AuthorDate: 2022-11-07 19:23:03 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-11-08 16:11:59 +0000

    www/rssroll: update to 0.11.0

    ChangeLog: https://github.com/koue/rssroll/blob/master/ChangeLog

    PR:             267495
    Reported by:    koue@chaosophia.net (maintainer)

 www/rssroll/Makefile | 52 +++++++++++++++++++++++++++++++++++-----------------
 www/rssroll/distinfo | 14 +++++++++-----
 2 files changed, 44 insertions(+), 22 deletions(-)
Comment 6 Fernando Apesteguía freebsd_committer freebsd_triage 2022-11-08 16:16:56 UTC
Committed,

Thanks!