Date: Tue, 30 Oct 2018 20:18:32 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 231307] [NEW PORT] x11-fonts/raleway: Raleway font Message-ID: <bug-231307-7788-8XCUNl5nix@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-231307-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-231307-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231307 Tobias Kortkamp <tobik@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@freebsd.org> --- (In reply to Florian Limberger from comment #0) +COMMENT=3D An elegant sans-serif, designed in a single thin weight. Can you update COMMENT with the rules from [1] in mind? +GH_PROJECT=3D 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}${DOCSDI= R} 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 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-231307-7788-8XCUNl5nix>