Bug 259202

Summary: audio/libamrnb: cleanup
Product: Ports & Packages Reporter: Tatsuki Makino <tatsuki_makino>
Component: Individual Port(s)Assignee: Daniel Engberg <diizzy>
Status: Closed FIXED    
Severity: Affects Only Me CC: diizzy
Priority: --- Flags: tatsuki_makino: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch for audio/libamrnb
tatsuki_makino: maintainer-approval+
poudriere log none

Description Tatsuki Makino 2021-10-16 09:34:02 UTC
Created attachment 228743 [details]
patch for audio/libamrnb

Switched from PORTVERSION to DISTVERSION.
PORTREVISION has already been bumped due to changes in pkg query %e results
URLs such as MASTER_SITES have been switched from http to https.
Variable DISTNAME is now close to the default value in bsd.port.mk.
Variables have been sorted to silence portclippy :)
Regenerated distinfo by running make makesum "FORCE_FETCH_ALL=yes" "FETCH_ARGS=-pm".
Comment 1 Tatsuki Makino 2021-10-16 09:34:53 UTC
Created attachment 228744 [details]
poudriere log
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-10-24 20:25:24 UTC
A commit in branch main references this bug:

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

commit 74451a1660699281ac43c0673e8c7560dee653b8
Author:     Tatsuki Makino <tatsuki_makino@hotmail.com>
AuthorDate: 2021-10-24 20:16:58 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2021-10-24 20:17:04 +0000

    audio/libamrnb: Makefile adjustment

    Adjust Makefile to follow Porter's Handbook and framework more closely,
    also pet portclippy while at it.

    PR:             259202
    Approved by:    arrowd (mentor)
    Differential Revision:  https://reviews.freebsd.org/D32621

 audio/libamrnb/Makefile  | 14 +++++++-------
 audio/libamrnb/distinfo  |  1 +
 audio/libamrnb/pkg-descr |  2 +-
 3 files changed, 9 insertions(+), 8 deletions(-)
Comment 3 Daniel Engberg freebsd_committer freebsd_triage 2021-10-24 20:25:56 UTC
Committed, thanks for your contribution!