Bug 205824

Summary: misc/p5-Text-FIGlet: Wrong font path
Product: Ports & Packages Reporter: Rodrigo Osorio <rodrigo>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Many People Keywords: easy, patch, patch-ready
Priority: --- Flags: sunpoet: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Path to fix path and bump portrevision none

Description Rodrigo Osorio freebsd_committer freebsd_triage 2016-01-03 09:14:07 UTC
Created attachment 164986 [details]
Path to fix path and bump portrevision

The port uses a wrong hardcoded path /usr/games/lib/figlet/ to locate fonts.
This should be changed to %%PREFIX%%/share/figlet/.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-01-19 14:05:29 UTC
A commit references this bug:

Author: sunpoet
Date: Tue Jan 19 14:05:09 UTC 2016
New revision: 406701
URL: https://svnweb.freebsd.org/changeset/ports/406701

Log:
  - Fix path: change from /usr/games/lib/figlet to PREFIX/share/figlet
  - Bump PORTREVISION for package change

  PR:		205824
  Submitted by:	rodrigo

Changes:
  head/misc/p5-Text-FIGlet/Makefile
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2016-01-19 14:28:38 UTC
Committed. Thanks!