On 2019/07/17 11:37, Kurt Mosiejczuk wrote:
> On Tue, Jul 09, 2019 at 08:09:56AM +0200, Rafael Sadowski wrote:
> > On Tue Jul 09, 2019 at 01:15:20AM -0400, Kurt Mosiejczuk wrote:
> > > Saw a pointer at this font: https://b612-font.com/
>
> > > "B612 is an highly legible open source font family designed and tested
> > > to be used on aircraft cockpit screens."
>
> > > It's an interesting font and I'm trying it out. So figured I'd make a port
> > > for it.
>
> > Hi Kurt,
>
> > the port looks good but why Eclipse License?
> > https://github.com/polarsys/b612/blob/master/OFL.txt
>
> > s,# Eclipse Public License 1.0,# Open Font License, ?
>
> Attached is a version of the port with the license comment reflecting
> the status of being OFL licensed. (They still have the Eclipse License
> in the repository even though that is not the license they are using
> now).
>
> --Kurt
ok with these tweaks
diff --git a/Makefile b/Makefile
index 6c744b1..e7f46eb 100644
--- a/Makefile
+++ b/Makefile
@@ -4,9 +4,10 @@ PKG_ARCH = *
COMMENT = highly legible font designed for aircraft cockpits
-V = 1.008
-DISTNAME = $V
-PKGNAME = b612-font-${V}
+GH_ACCOUNT = polarsys
+GH_PROJECT = b612
+GH_TAGNAME = 1.008
+PKGNAME = b612-font-${GH_TAGNAME}
CATEGORIES = fonts
@@ -17,10 +18,6 @@ HOMEPAGE = https://b612-font.com/
# OFL 1.1
PERMIT_PACKAGE = Yes
-GH_ACCOUNT = polarsys
-GH_PROJECT = b612
-GH_TAGNAME = $V
-
NO_BUILD = Yes
NO_TEST = Yes
diff --git a/distinfo b/distinfo
index d41601f..7350fcb 100644
--- a/distinfo
+++ b/distinfo
@@ -1,2 +1,2 @@
-SHA256 (1.008.tar.gz) = v+SCeTGiLs3lV2wr0GtGLUZ7ifpYC23tZRNG+U66jdY=
-SIZE (1.008.tar.gz) = 5178817
+SHA256 (b612-1.008.tar.gz) = v+SCeTGiLs3lV2wr0GtGLUZ7ifpYC23tZRNG+U66jdY=
+SIZE (b612-1.008.tar.gz) = 5178817