[Bug 231307] [NEW PORT] x11-fonts/raleway: Raleway font

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Oct 30 20:18:34 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231307

Tobias Kortkamp <tobik at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |needs-patch, needs-qa
                URL|[New port]                  |
                   |x11-fonts/league-spartan:   |
                   |League Spartan font         |
             Status|New                         |Open

--- Comment #1 from Tobias Kortkamp <tobik at freebsd.org> ---
(In reply to Florian Limberger from comment #0)
+COMMENT=       An elegant sans-serif, designed in a single thin weight.

Can you update COMMENT with the rules from [1] in mind?

+GH_PROJECT=    raleway

Drop this.  GH_PROJECT defaults to ${PORTNAME} so it's not needed here.

+do-install:
+       ${MKDIR} ${STAGEDIR}${DOCSDIR}
+       cd ${WRKSRC} && ${INSTALL_DATA} readme.markdown ${STAGEDIR}${DOCSDIR}

If you install something in DOCSDIR than the port needs a DOCS option.

--- x11-fonts/raleway/pkg-plist (nonexistent)
+++ x11-fonts/raleway/pkg-plist (working copy)
@@ -0,0 +1,2 @@
+%%DOCSDIR%%/readme.markdown
+%%FONTSDIR%%/Raleway Thin.otf

The port only installs 2 files, so this should be replaced by PLIST_FILES
and PORTDOCS.

Please confirm that this passes QA i.e. portlint and poudriere testport.

[1] https://www.freebsd.org/doc/en/books/porters-handbook/makefile-comment.html

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list