Update from 1.6 to 2.010. No more OTFs, just TTFs.
Thanks George
Index: Makefile =================================================================== RCS file: /cvs/ports/fonts/work-sans/Makefile,v retrieving revision 1.3 diff -u -p -r1.3 Makefile --- Makefile 25 May 2020 03:40:08 -0000 1.3 +++ Makefile 24 Aug 2020 03:24:01 -0000 @@ -6,9 +6,7 @@ CATEGORIES = fonts GH_ACCOUNT = weiweihuanghuang GH_PROJECT = Work-Sans -GH_TAGNAME = v1.6 - -REVISION = 0 +GH_TAGNAME = v2.010 HOMEPAGE = https://weiweihuanghuang.github.io/Work-Sans/ MAINTAINER = George Rosamond <[email protected]> @@ -29,8 +27,7 @@ DOCDIR = ${PREFIX}/share/doc/work-sans do-install: ${INSTALL_DATA_DIR} ${FONTDIR} ${DOCDIR} - ${INSTALL_DATA} ${WRKDIST}/fonts/desktop/*.otf ${FONTDIR} - ${INSTALL_DATA} ${WRKDIST}/fonts/webfonts/ttf/*.ttf ${FONTDIR} - ${INSTALL_DATA} ${WRKDIST}/{README.md,LICENSE.txt} ${DOCDIR} + ${INSTALL_DATA} ${WRKDIST}/fonts/static/TTF/*.ttf ${FONTDIR} + ${INSTALL_DATA} ${WRKDIST}/{README.md,OFL.txt} ${DOCDIR} .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/fonts/work-sans/distinfo,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 distinfo --- distinfo 6 Mar 2019 15:06:20 -0000 1.1.1.1 +++ distinfo 24 Aug 2020 03:24:01 -0000 @@ -1,2 +1,2 @@ -SHA256 (Work-Sans-1.6.tar.gz) = otfrsWqd0JMXVFBozduPHUf7jRPEnq9GOJXkrN6cEDc= -SIZE (Work-Sans-1.6.tar.gz) = 3573558 +SHA256 (Work-Sans-2.010.tar.gz) = krYl/V1rvMIpYONb/sG8H8t5+uKvEYE/GBYBIH0BSws= +SIZE (Work-Sans-2.010.tar.gz) = 114820226 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/fonts/work-sans/pkg/PLIST,v retrieving revision 1.2 diff -u -p -r1.2 PLIST --- pkg/PLIST 25 May 2020 03:40:09 -0000 1.2 +++ pkg/PLIST 24 Aug 2020 03:24:01 -0000 @@ -1,24 +1,24 @@ @comment $OpenBSD: PLIST,v 1.2 2020/05/25 03:40:09 bentley Exp $ share/doc/work-sans/ -share/doc/work-sans/LICENSE.txt +share/doc/work-sans/OFL.txt share/doc/work-sans/README.md share/fonts/ @fontdir share/fonts/work-sans/ -share/fonts/work-sans/WorkSans-Black.otf share/fonts/work-sans/WorkSans-Black.ttf -share/fonts/work-sans/WorkSans-Bold.otf +share/fonts/work-sans/WorkSans-BlackItalic.ttf share/fonts/work-sans/WorkSans-Bold.ttf -share/fonts/work-sans/WorkSans-ExtraBold.otf +share/fonts/work-sans/WorkSans-BoldItalic.ttf share/fonts/work-sans/WorkSans-ExtraBold.ttf -share/fonts/work-sans/WorkSans-ExtraLight.otf +share/fonts/work-sans/WorkSans-ExtraBoldItalic.ttf share/fonts/work-sans/WorkSans-ExtraLight.ttf -share/fonts/work-sans/WorkSans-Light.otf +share/fonts/work-sans/WorkSans-ExtraLightItalic.ttf +share/fonts/work-sans/WorkSans-Italic.ttf share/fonts/work-sans/WorkSans-Light.ttf -share/fonts/work-sans/WorkSans-Medium.otf +share/fonts/work-sans/WorkSans-LightItalic.ttf share/fonts/work-sans/WorkSans-Medium.ttf -share/fonts/work-sans/WorkSans-Regular.otf +share/fonts/work-sans/WorkSans-MediumItalic.ttf share/fonts/work-sans/WorkSans-Regular.ttf -share/fonts/work-sans/WorkSans-SemiBold.otf share/fonts/work-sans/WorkSans-SemiBold.ttf -share/fonts/work-sans/WorkSans-Thin.otf +share/fonts/work-sans/WorkSans-SemiBoldItalic.ttf share/fonts/work-sans/WorkSans-Thin.ttf +share/fonts/work-sans/WorkSans-ThinItalic.ttf
