Bug 261427 - net/proxychains-ng: Use upstream release archive and minor fixes to Makefile
Summary: net/proxychains-ng: Use upstream release archive and minor fixes to Makefile
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: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-24 12:39 UTC by Daniel Engberg
Modified: 2022-01-25 07:46 UTC (History)
0 users

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


Attachments
Patch for proxychains-ng (1.70 KB, patch)
2022-01-24 12:39 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-24 12:39:39 UTC
Created attachment 231269 [details]
Patch for proxychains-ng

Use upstream release archive as recommended by Porters Handbook (USE_GITHUB section)
GNU_CONFIGURE --> HAS_CONFIGURE (script is custom and not related to GNU Autotools)

Compile tested on FreeBSD 13.0-STABLE #2 stable/13-n248607-93a95ebbf7c (amd64) (make, make check-plist)
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-01-25 07:45:46 UTC
A commit in branch main references this bug:

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

commit f8dd2a0c1664a5d7b4980cbed10b9c498bb31d6a
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-01-25 07:44:20 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2022-01-25 07:44:20 +0000

    net/proxychains-ng: Use upstream release archive and minor fixes to Makefile

    PR:             261427

 net/proxychains-ng/Makefile  | 13 ++++++-------
 net/proxychains-ng/distinfo  |  6 +++---
 net/proxychains-ng/pkg-descr |  2 +-
 3 files changed, 10 insertions(+), 11 deletions(-)
Comment 2 Emanuel Haupt freebsd_committer freebsd_triage 2022-01-25 07:46:54 UTC
Committed, thanks.