Bug 245912

Summary: deskutils/lumina-calculator: incorrect definition of i18n files in pkg-plist
Product: Ports & Packages Reporter: Andy Mender <andymenderunix>
Component: Individual Port(s)Assignee: Loïc Bartoletti <lbartoletti>
Status: Closed FIXED    
Severity: Affects Only Me Flags: lbartoletti: maintainer-feedback+
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
pkg-plist diff none

Description Andy Mender 2020-04-25 16:48:29 UTC
Created attachment 213784 [details]
pkg-plist diff

Port tries to install translation files even when the NLS option is set to OFF. Attached pkg-plist diff addresses this issue.
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-04-30 13:32:06 UTC
A commit references this bug:

Author: lbartoletti
Date: Thu Apr 30 13:31:19 UTC 2020
New revision: 533425
URL: https://svnweb.freebsd.org/changeset/ports/533425

Log:
  deskutils/lumina-pdf, deskutils/lumina-calculator: incorrect definition of i18n files in pkg-plist

  Port tries to install translation files even when the NLS option is set to OFF.

   - fix pkg-plist

  PR:		245914, 245912
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D24625

Changes:
  head/deskutils/lumina-calculator/pkg-plist
  head/deskutils/lumina-pdf/pkg-plist
Comment 2 Loïc Bartoletti freebsd_committer freebsd_triage 2020-04-30 13:39:16 UTC
Commited, thanks!