Bug 264268 - devel/sfsexp: Use upstream release archive
Summary: devel/sfsexp: 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: Joseph Mingrone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-26 23:59 UTC by Daniel Engberg
Modified: 2022-05-27 02:47 UTC (History)
0 users

See Also:
jrm: maintainer-feedback+


Attachments
Patch for sfsexp (1.31 KB, patch)
2022-05-26 23:59 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-05-26 23:59:56 UTC
Created attachment 234240 [details]
Patch for sfsexp

Use upstream release archive as recommended by Porters Handbook

Compile tested on 13.1-STABLE #0 stable/13-n250920-9171b8068b9 (amd64)
Poudriere testport OK FreeBSD 12.3 (amd64)
Comment 1 Joseph Mingrone freebsd_committer freebsd_triage 2022-05-27 01:29:50 UTC
Looks good.  Thanks.
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-05-27 02:46:26 UTC
A commit in branch main references this bug:

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

commit cd1602d19b911f19d347b01bbc57fb40f371fa38
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-05-27 02:40:39 +0000
Commit:     Joseph Mingrone <jrm@FreeBSD.org>
CommitDate: 2022-05-27 02:45:17 +0000

    devel/sfsexp: Use official tarball

    - The tarballs generated by GitHub can, on rare occasions, change, so
    use the tarball created by upstream.

    - Add USES=pathfix, so the pkgconfig file does not need to be manually
    installed.

    PR:             264268

 devel/sfsexp/Makefile | 12 +++---------
 devel/sfsexp/distinfo |  6 +++---
 2 files changed, 6 insertions(+), 12 deletions(-)
Comment 3 Joseph Mingrone freebsd_committer freebsd_triage 2022-05-27 02:47:07 UTC
Committed (with you as the author).  Thanks.