Bug 258735 - www/mohawk: Various fixes to port
Summary: www/mohawk: Various fixes to port
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: Olivier Cochard
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-26 14:38 UTC by Daniel Engberg
Modified: 2021-09-27 06:38 UTC (History)
1 user (show)

See Also:


Attachments
Patch for mohawk (2.61 KB, patch)
2021-09-26 14:38 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 2021-09-26 14:38:25 UTC
Created attachment 228196 [details]
Patch for mohawk

Adjust MASTER_SITES URL to get rid of DISTFILES and generate a better filename for distfile
Add USES= localbase
Rearrange Makefile to pet portlint and regenerate patches

Compile tested on FreeBSD 13.0-STABLE #0 stable/13-n246086-a20c597c6d7 (amd64) (make, make check-plist)

Poudriere testport OK 12.2-RELEASE
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2021-09-26 14:38:25 UTC
Maintainer informed via mail
Comment 2 Freddy DISSAUX 2021-09-27 06:23:14 UTC
maintainer approved
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-09-27 06:37:38 UTC
A commit in branch main references this bug:

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

commit d25dee7a6fd08144ec6e382fb4e1acb7ff8075a7
Author:     Olivier Cochard <olivier@FreeBSD.org>
AuthorDate: 2021-09-27 06:29:21 +0000
Commit:     Olivier Cochard <olivier@FreeBSD.org>
CommitDate: 2021-09-27 06:37:18 +0000

    www/mohawk: Various port fixes

    PR:             258735
    Reported by:    diizzy
    Approved by:    Freddy Dissaux <dsx@bsdsx.fr> (maintainer)

 www/mohawk/Makefile                   | 17 ++++++++---------
 www/mohawk/distinfo                   |  6 +++---
 www/mohawk/files/patch-man5__Makefile |  9 +++++----
 www/mohawk/files/patch-man8__Makefile |  9 +++++----
 4 files changed, 21 insertions(+), 20 deletions(-)
Comment 4 Olivier Cochard freebsd_committer freebsd_triage 2021-09-27 06:38:16 UTC
Thanks a lot Daniel for all those fixes!