Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 819567 - net-misc/lldpd has incorrect project homepage URL
Summary: net-misc/lldpd has incorrect project homepage URL
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-23 08:27 UTC by Reuben Farrelly
Modified: 2021-10-23 20:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Reuben Farrelly 2021-10-23 08:27:42 UTC
The LLDP ebuilds currently have:

DESCRIPTION="Implementation of IEEE 802.1ab (LLDP)"
HOMEPAGE="https://vincentbernat.github.com/lldpd/"
SRC_URI="http://media.luffy.cx/files/${PN}/${P}.tar.gz"

But the HOMEPAGE value is incorrect, leading to a link that gives a 404 Page Not Found error.

The correct value should be:

HOMEPAGE="https://lldpd.github.io/"
Comment 1 Larry the Git Cow gentoo-dev 2021-10-23 20:25:04 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89ce60b837bfee086b2ab97c293e809fba12959b

commit 89ce60b837bfee086b2ab97c293e809fba12959b
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2021-10-23 20:24:04 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2021-10-23 20:24:32 +0000

    net-misc/lldpd: update homepage
    
    Closes: https://bugs.gentoo.org/819567
    Package-Manager: Portage-3.0.28, Repoman-3.0.3
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 net-misc/lldpd/lldpd-1.0.10-r1.ebuild | 2 +-
 net-misc/lldpd/lldpd-1.0.11-r1.ebuild | 2 +-
 net-misc/lldpd/lldpd-1.0.12.ebuild    | 2 +-
 net-misc/lldpd/lldpd-1.0.7-r1.ebuild  | 2 +-
 net-misc/lldpd/lldpd-1.0.9-r1.ebuild  | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)