Bug 264569 - www/py-fastapi-users: Update to 10.0.7
Summary: www/py-fastapi-users: Update to 10.0.7
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: Nuno Teixeira
URL: https://github.com/fastapi-users/fast...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-09 10:04 UTC by Goran Mekić
Modified: 2022-06-09 10:34 UTC (History)
1 user (show)

See Also:


Attachments
fastapi.patch (3.33 KB, patch)
2022-06-09 10:04 UTC, Goran Mekić
meka: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Goran Mekić 2022-06-09 10:04:15 UTC
Created attachment 234577 [details]
fastapi.patch
Comment 1 Goran Mekić 2022-06-09 10:06:33 UTC
QA:

  * portlint: OK (looks fine.)
  * testport: OK (poudriere: 13.1, amd64 tested)
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-06-09 10:33:59 UTC
A commit in branch main references this bug:

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

commit 34ee8a3e01b7d284600fab526dc3442c34aafb14
Author:     Goran Mekić <meka@tilda.center>
AuthorDate: 2022-06-09 10:30:24 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-06-09 10:30:24 +0000

    www/py-fastapi-users: Update to 10.0.7

     - use DISTVERSION instead of PORTVERSION

    ChangeLog: https://github.com/fastapi-users/fastapi-users/releases/tag/v10.0.7

    PR:             264569

 www/py-fastapi-users/Makefile | 13 +++++--------
 www/py-fastapi-users/distinfo |  6 +++---
 2 files changed, 8 insertions(+), 11 deletions(-)
Comment 3 Nuno Teixeira freebsd_committer freebsd_triage 2022-06-09 10:34:46 UTC
- use DISTVERSION instead of PORTVERSION:

https://docs.freebsd.org/en/books/porters-handbook/makefiles/#makefile-naming

/*
Example 2. Using DISTVERSION

When the version only contains numbers separated by dots, dashes or underscores, use DISTVERSION.
*/

Committed, thank you!