Bug 258027 - math/octave: Fix pkg check checksum mismatch
Summary: math/octave: Fix pkg check checksum mismatch
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: Stephen Montgomery-Smith
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-24 17:19 UTC by Ting-Wei Lan
Modified: 2021-08-24 18:04 UTC (History)
0 users

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


Attachments
Patch (823 bytes, patch)
2021-08-24 17:19 UTC, Ting-Wei Lan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ting-Wei Lan 2021-08-24 17:19:08 UTC
Created attachment 227407 [details]
Patch

Please see the patch. Generated files shouldn't be included in pkg-plist. This fixes checksum errors reported by pkg check:

octave-6.3.0_1: checksum mismatch for /usr/local/share/info/dir
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-08-24 18:03:49 UTC
A commit in branch main references this bug:

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

commit 996d3f021c676813a0ce8924ac4c5ef75b6e8c77
Author:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
AuthorDate: 2021-08-24 18:01:48 +0000
Commit:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
CommitDate: 2021-08-24 18:01:48 +0000

    math/octave: Remove extraneous entried in pkg-plist

    Bump portrevision.

    PR:             258027
    Reported by:    lantw44@gmail.com

 math/octave/Makefile  | 2 +-
 math/octave/pkg-plist | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)
Comment 2 Stephen Montgomery-Smith freebsd_committer freebsd_triage 2021-08-24 18:04:10 UTC
Committed.  Good catch.