Bug 248814

Summary: lang/nim: Fix cssSource for nim doc
Product: Ports & Packages Reporter: Loïc Bartoletti <lbartoletti>
Component: Individual Port(s)Assignee: Loïc Bartoletti <lbartoletti>
Status: Closed FIXED    
Severity: Affects Only Me CC: ports
Priority: --- Flags: ports: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
nim fix cssSource directory none

Description Loïc Bartoletti freebsd_committer freebsd_triage 2020-08-21 19:52:44 UTC
Created attachment 217427 [details]
nim fix cssSource directory

Nim doc expects to find nimdoc.css in ${PREFIX}/doc/nimdoc.css but our doc directory is ${PREFIX}/share/doc/nim/

this patch fix this issue.
Comment 1 Neal Nelson 2020-08-22 07:09:55 UTC
Looks good to me. Thanks for finding and fixing this.
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-08-24 06:49:16 UTC
A commit references this bug:

Author: lbartoletti
Date: Mon Aug 24 06:48:36 UTC 2020
New revision: 546051
URL: https://svnweb.freebsd.org/changeset/ports/546051

Log:
  lang/nim: Fix cssSource for nim doc

  Nim doc expected to find nimdoc.css in ${PREFIX}/doc/nimdoc.css but our doc directory is ${PREFIX}/share/doc/nim/

  PR:		248814
  Approved by:	Neal Nelson (maintainer)

Changes:
  head/lang/nim/Makefile
  head/lang/nim/files/patch-compiler_docgen.nim
Comment 3 Loïc Bartoletti freebsd_committer freebsd_triage 2020-08-24 06:49:29 UTC
Committed, thanks!