Bug 273253

Summary: textproc/py-sphinx-sitemap: Update to 2.5.1
Product: Ports & Packages Reporter: Alastair Hogge <agh>
Component: Individual Port(s)Assignee: Robert Clausecker <fuz>
Status: Closed FIXED    
Severity: Affects Only Me CC: agh, fuz
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/jdillard/sphinx-sitemap/releases/tag/v2.5.1
Attachments:
Description Flags
textproc/py-sphinx-sitemap: Update to 2.5.1 agh: maintainer-approval+

Description Alastair Hogge 2023-08-21 00:53:45 UTC
Created attachment 244241 [details]
textproc/py-sphinx-sitemap: Update to 2.5.1

* Reported by portscout.
* https://github.com/jdillard/sphinx-sitemap/releases/tag/v2.5.1
Comment 1 Robert Clausecker freebsd_committer freebsd_triage 2023-09-06 01:11:54 UTC
Please try to submit patches in git-format-patch format if possible.
Comment 2 Alastair Hogge 2023-09-06 01:20:51 UTC
(In reply to Robert Clausecker from comment #1)
Hey Robert,

I will look into what that means, how to practice it, and submit a new patch. Thanks.
Comment 3 Robert Clausecker freebsd_committer freebsd_triage 2023-09-06 01:33:08 UTC
(In reply to Alastair Hogge from comment #2)

Basically, make a commit with your changes, then run

    git format-patch

to generate a patch file.  Your commit message, authorship, and other
metadata will be included, which makes the whole thing a lot easier.

There's no need to do so for patches you have already submitted, but perhaps
you could do so in the future.
Comment 4 commit-hook freebsd_committer freebsd_triage 2023-09-10 16:15:13 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=86822140c52dca54c8b550f2a8d152a1f0c76004

commit 86822140c52dca54c8b550f2a8d152a1f0c76004
Author:     Alastair Hogge <agh@riseup.net>
AuthorDate: 2023-09-06 01:11:00 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-09-10 16:12:57 +0000

    textproc/py-sphinx-sitemap: update to 2.5.1

    Changelog: https://github.com/jdillard/sphinx-sitemap/releases/tag/v2.5.1

    PR:             273253

 textproc/py-sphinx-sitemap/Makefile | 2 +-
 textproc/py-sphinx-sitemap/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 5 Robert Clausecker freebsd_committer freebsd_triage 2023-09-10 16:44:56 UTC
Thank you for your contribution.