Bug 258027

Summary: math/octave: Fix pkg check checksum mismatch
Product: Ports & Packages Reporter: Ting-Wei Lan <lantw44>
Component: Individual Port(s)Assignee: Stephen Montgomery-Smith <stephen>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (stephen)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch none

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.