[Bug 256219] www/py-aiohttp: Update to 3.7.4.post0

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 06 Jun 2021 21:03:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256219

John Hein <jcfyecrayz@liamekaens.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #225607|0                           |1
        is obsolete|                            |
                 CC|                            |python@FreeBSD.org
 Attachment #225610|                            |maintainer-approval?(python
              Flags|                            |@FreeBSD.org)

--- Comment #21 from John Hein <jcfyecrayz@liamekaens.com> ---
Created attachment 225610
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=225610&action=edit
[patch] fix version ordering between 3.7.4 and 3.7.4.post0 (v2)

Fix patch from comment 18 per Charlie Li's observation.  The previous patch rev
was missing a change for MASTER_SITES.

I left "p0" because of the portlint whine.  It is up to the committer's
discretion whether to ignore portlint and use "post0" in the pkg name instead
(and reflect the upstream distribution name a bit more closely in the PKGNAME).

Next commit to a normal x.y.z should use DISTVERSION, remove DISTNAME and use
the default CHEESESHOP for MASTER_SITES.

Note that upstream is using a pre-release and post-release numbering scheme
that is the opposite of pkg(8) conventions (regarding whether it adds a final
dot before that last part of the version "number"):

  pkg(8) - pre: 4.0.0.a0, post: 3.7.4p0 or 3.7.4post0

  upstream - pre: 4.0.0a0, post: 3.7.4.post0

-- 
You are receiving this mail because:
You are on the CC list for the bug.