On Tue Apr 14, 2020 at 02:53:21PM +0200, clematis wrote:
> On Tue, Apr 14, 2020 at 01:48:22PM +0100, Stuart Henderson wrote:
> >
> > gzip: /tmp/fonts_jetbrains-mono-1.0.2.tar.gz: unrecognized file format
>
> :-/ I am really sorry - trying to make you guys save some time with this
> that should be straight forward and you actually waste more time
> sorry about that it was just a poorly named tarball
>
> Reattached as proper tar + gzip ...to match the name.
> fonts_jetbrains-mono-1.0.2.tar.gz: gzip compressed data, was
> "fonts_jetbrains-mono-1.0.2.tar"
>
> Cheers,
> --
> clematis (0x7e96fd2400fe7b59)
With the following changes OK with for me.
- V above DISTNAME
- Remove spaces after "="
--- Makefile.orig Tue Apr 14 17:13:47 2020
+++ Makefile Tue Apr 14 17:14:23 2020
@@ -2,6 +2,7 @@
COMMENT = monotype font for developers
+V = 1.0.2
DISTNAME = ${TYPEFACE}-$V
PKGNAME = jetbrains-mono-$V
@@ -12,16 +13,15 @@ HOMEPAGE = https://www.jetbrains.com/lp/mono/
# Apache 2.0
PERMIT_PACKAGE = Yes
-MASTER_SITES = https://download.jetbrains.com/fonts/
+MASTER_SITES = https://download.jetbrains.com/fonts/
TYPEFACE = JetBrainsMono
-V = 1.0.2
FONT_DISTSUBDIR = ${DISTNAME}/ttf
-MODULES = font
+MODULES = font
WRKDIST = ${WRKDIR}
NO_BUILD = Yes
-NO_TEST = Yes
+NO_TEST = Yes
.include <bsd.port.mk>