Bug 266337 - net/ipsumdump: Fix fetch
Summary: net/ipsumdump: Fix fetch
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: Craig Leres
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-10 12:46 UTC by Daniel Engberg
Modified: 2022-09-11 20:46 UTC (History)
0 users

See Also:


Attachments
Patch for ipsumdump (627 bytes, patch)
2022-09-10 12:46 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2022-09-10 12:46:21 UTC
Created attachment 236472 [details]
Patch for ipsumdump

Update MASTER_SITES and WWW (currently returns 403 Forbidden)
While at it update PORTVERSION to DISTVERSION
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-09-11 20:36:52 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4ed3005b0ef8ce1453f915f6504e1690e62e22bd

commit 4ed3005b0ef8ce1453f915f6504e1690e62e22bd
Author:     Craig Leres <leres@FreeBSD.org>
AuthorDate: 2022-09-11 20:35:54 +0000
Commit:     Craig Leres <leres@FreeBSD.org>
CommitDate: 2022-09-11 20:35:54 +0000

    net/ipsumdump: Unbreak fetch

    Update MASTER_SITES and WWW. Also change PORTVERSION to DISTVERSION.

    PR:             266337
    Reported by:    diizzy

 net/ipsumdump/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
Comment 2 Craig Leres freebsd_committer freebsd_triage 2022-09-11 20:46:48 UTC
Thanks for the fix!