Bug 278221 - net/freebsd-telnetd: incorrect WWW in Makefile
Summary: net/freebsd-telnetd: incorrect WWW in Makefile
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: Cy Schubert
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-07 09:26 UTC by Lexi Winter
Modified: 2024-04-07 13:07 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (cy)


Attachments
[PATCH] net/freebsd-telnetd: Fix typo in WWW (1.87 KB, patch)
2024-04-07 12:33 UTC, Andrey Korobkov
alster: maintainer-approval? (cy)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lexi Winter 2024-04-07 09:26:53 UTC
WWW=            https://github.com/cschuber/freebsd-telnetd

is a 404, should be:

WWW=            https://github.com/cschuber/freebsd-telnet

(no trailing 'd'.)
Comment 1 Andrey Korobkov 2024-04-07 12:33:14 UTC
Created attachment 249801 [details]
[PATCH] net/freebsd-telnetd: Fix typo in WWW
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-04-07 13:06:11 UTC
A commit in branch main references this bug:

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

commit ca45379c6633b17e6b969d7adcb45db6355b71b0
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2024-04-07 13:04:52 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2024-04-07 13:04:52 +0000

    net/freebsd-telnetd: Fix WWW

    PR:     278221
    MFH:    2024Q2

 net/freebsd-telnetd/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)