Created attachment 252048 [details] Patch for tin * PORTVERSION --> DISTVERSION * Clean up MASTER_SITES and use upstream main site as backup * Switch to xz release tarball * Use helpers whenever possible and use USES= localbase:ldflags * Sort OPTIONS * Rearrange to closer match Porters Handbook Poudriere testport OK (14.1-RELEASE amd64)
Created attachment 252049 [details] Patch for tin v2 Fix typo
CONFIGURE_ARGS are sorted as they appear running ./configure --help
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d7d7504d0bd63b96c93f9641c9718a0f7b1dcb2f commit d7d7504d0bd63b96c93f9641c9718a0f7b1dcb2f Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-07-14 17:53:38 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-07-14 18:03:27 +0000 news/tin: Improve port * Switch from PORTVERSION to DISTVERSION * Clean up MASTER_SITES and use upstream main site as backup * Switch to xz release tarball * Use helpers whenever possible and USES= localbase:ldflags * Sort CONFIGURE_ARGS as they're listed when executing ./configure --help * Sort OPTIONS * Rearrange Makefile to closer match Porters Handbook PR: 280279 Reviewed by: kbowling news/tin/Makefile | 138 +++++++++++++++++++++++++++--------------------------- news/tin/distinfo | 6 +-- 2 files changed, 71 insertions(+), 73 deletions(-)
Committed, thanks!