[Bug 262906] net-mgmt/py-pysnmp: abandonned source used

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 18 Jul 2023 21:43:58 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262906

--- Comment #7 from John W. O'Brien <john@saltant.com> ---
(In reply to Alastair Hogge from comment #6)

Thank you for your attention to this matter.

An email list or IRC would probably be a more appropriate venue for this kind
of question.

So as not to let the opportunity go to waste, my best guess is that the name of
the port and the name of the source tarball are different, and you haven't yet
told the port that in a way that it understands. I would expect the top of your
Makefile to look something like this:

PORTNAME=       pysnmp
DISTVERSION=    5.0.28
CATEGORIES=     net-mgmt python
MASTER_SITES=   PYPI
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DISTNAME=       ${PORTNAME}_lextudio-${PORTVERSION}

See net-mgmt/py-pysmi for a working example of this.

-- 
You are receiving this mail because:
You are the assignee for the bug.