diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2018-12-14 18:55:07 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2018-12-14 18:55:07 +0000 |
commit | bf6780099cb2a5b02b1cd678d759966eff101186 (patch) | |
tree | e5452198527f4d8308e634e794d4b8e118776671 /x11-fonts/stix-fonts | |
parent | 4c515ab8c062e222e7d95e857d9f7d8674446db8 (diff) | |
download | ports-bf6780099cb2a5b02b1cd678d759966eff101186.tar.gz ports-bf6780099cb2a5b02b1cd678d759966eff101186.zip |
Notes
Diffstat (limited to 'x11-fonts/stix-fonts')
-rw-r--r-- | x11-fonts/stix-fonts/Makefile | 9 | ||||
-rw-r--r-- | x11-fonts/stix-fonts/distinfo | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/x11-fonts/stix-fonts/Makefile b/x11-fonts/stix-fonts/Makefile index b2705835736e..bee98700cff6 100644 --- a/x11-fonts/stix-fonts/Makefile +++ b/x11-fonts/stix-fonts/Makefile @@ -4,8 +4,9 @@ PORTNAME= stixfonts PORTVERSION= 2.0.0 CATEGORIES= x11-fonts -MASTER_SITES= SF/${PORTNAME}/Current%20Release/ -DISTNAME= STIXv${PORTVERSION} +MASTER_SITES= https://github.com/stipub/stixfonts/archive/ +DISTNAME= ${PORTVERSION} +DIST_SUBDIR= ${PORTNAME} MAINTAINER= thierry@FreeBSD.org COMMENT= OpenType Unicode fonts for Scientific, Technical, and Math texts @@ -14,6 +15,8 @@ LICENSE= OFL11 USES= fonts zip USE_XORG= x11 + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_ARCH= yes NO_BUILD= yes @@ -27,7 +30,7 @@ PORTDOCS= STIX_${PORTVERSION}_release_notes.txt STIX_${PORTVERSION}_stylistic_se do-install: ${MKDIR} ${STAGEDIR}${FONTSDIR} - cd ${WRKSRC}/Fonts && ${INSTALL_DATA} OTF/* WOFF/* ${STAGEDIR}${FONTSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} OTF/* WOFF/* ${STAGEDIR}${FONTSDIR} ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/docs && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} diff --git a/x11-fonts/stix-fonts/distinfo b/x11-fonts/stix-fonts/distinfo index 738a3691e71b..222bc7401fa2 100644 --- a/x11-fonts/stix-fonts/distinfo +++ b/x11-fonts/stix-fonts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1519558758 -SHA256 (STIXv2.0.0.zip) = 6fac297b27c78891aeca9adb37be54729932e57cdcdb218a9e163671c163d938 -SIZE (STIXv2.0.0.zip) = 3921396 +TIMESTAMP = 1544812656 +SHA256 (stixfonts/2.0.0.zip) = 4327a16797dabebedce28a9075671730e22c7f74831b24b1fb91e27faec5a235 +SIZE (stixfonts/2.0.0.zip) = 38345747 |