Hi ports --

While porting Emojicode for reyk, I noticed they recommend symbola-ttf as a font to use with Emojicode. Ours is outdated, so update it.

I'm not super fond of this port downloading a file named Symbola.zip. We could do a renaming (DISTNAME=symbola-ttf-9.17{Symbola}) but I don't know if that really solves the problem. Thoughts?

OK?

~Brian

Index: Makefile
===================================================================
RCS file: /cvs/ports/fonts/symbola-ttf/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 Makefile
--- Makefile	26 May 2015 10:39:33 -0000	1.1.1.1
+++ Makefile	19 Jul 2017 21:37:08 -0000
@@ -3,10 +3,11 @@
 COMMENT=		free unicode symbol font
 
 DISTNAME=		Symbola
-PKGNAME=		symbola-ttf-7.21
+PKGNAME=		symbola-ttf-9.17
 CATEGORIES=		fonts x11
 
 HOMEPAGE=		http://users.teilar.gr/~g1951d/
+MAINTAINER=		Brian Callahan <[email protected]>
 
 # "free for any use"
 PERMIT_PACKAGE_CDROM =		Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/fonts/symbola-ttf/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 distinfo
--- distinfo	26 May 2015 10:39:33 -0000	1.1.1.1
+++ distinfo	19 Jul 2017 21:37:08 -0000
@@ -1,2 +1,2 @@
-SHA256 (Symbola.zip) = 2JLElZr4Bfx5ClBh5iOUKGLpnRTtFXEB7sRyxBDeFWs=
-SIZE (Symbola.zip) = 3012683
+SHA256 (Symbola.zip) = 3LSo/UShYfZTGgDElGtAgksX4XMiBaQi3BQeP59HxCs=
+SIZE (Symbola.zip) = 4122777

Reply via email to