diff options
author | thierry <thierry@FreeBSD.org> | 2018-12-15 02:55:07 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2018-12-15 02:55:07 +0800 |
commit | 66691abc4e88b4fe56c21c6cf21e1c80833249d4 (patch) | |
tree | e5452198527f4d8308e634e794d4b8e118776671 /x11-fonts | |
parent | 1c17056ce574c2e0cb60b15de587bb3b10ddbc23 (diff) | |
download | freebsd-ports-gnome-66691abc4e88b4fe56c21c6cf21e1c80833249d4.tar.gz freebsd-ports-gnome-66691abc4e88b4fe56c21c6cf21e1c80833249d4.tar.zst freebsd-ports-gnome-66691abc4e88b4fe56c21c6cf21e1c80833249d4.zip |
Master site switched from SourceForge to GitHub.
Same version, no need to bump PORTREVISION.
Diffstat (limited to 'x11-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 |