Bug 260990 - databases/mdbtools: Use upstream release archive
Summary: databases/mdbtools: Use upstream release archive
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: Rainer Hurling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-06 22:54 UTC by Daniel Engberg
Modified: 2022-01-07 07:00 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (rhurlin)


Attachments
Patch for mdbtools (2.33 KB, patch)
2022-01-06 22:54 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.