Bug 260990

Summary: databases/mdbtools: Use upstream release archive
Product: Ports & Packages Reporter: Daniel Engberg <diizzy>
Component: Individual Port(s)Assignee: Rainer Hurling <rhurlin>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (rhurlin)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch for mdbtools none

Description Daniel Engberg freebsd_committer freebsd_triage 2022-01-06 22:54:37 UTC
Created attachment 230767 [details]
Patch for mdbtools

Use upstream release archive as suggested by Porters Handbook
This also removes the need to use USES= autoreconf

Compile tested on FreeBSD 13.0-STABLE #2 stable/13-n248607-93a95ebbf7c (amd64) (make, make check-plist)
Poudriere testport OK 12.2-RELEASE (amd64)
Poudriere testport OK 13.0-RELEASE (i386)
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-01-07 06:58:19 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=844eb7e23cf4e269a53d4a2cae609bffca2904de

commit 844eb7e23cf4e269a53d4a2cae609bffca2904de
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-01-07 06:55:34 +0000
Commit:     Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2022-01-07 06:55:34 +0000

    databases/mdbtools: Use upstream release archive

    PR:             260990

 databases/mdbtools/Makefile  | 9 +++------
 databases/mdbtools/distinfo  | 6 +++---
 databases/mdbtools/pkg-plist | 1 -
 3 files changed, 6 insertions(+), 10 deletions(-)
Comment 2 Rainer Hurling freebsd_committer freebsd_triage 2022-01-07 07:00:38 UTC
Hi Daniel,

Thanks for your work!

I had not found the time to switch to the upstream release until now. Thanks to your initiative this is now done :)

Committed, thanks.