svn commit: r487457 - head/x11-fonts/stix-fonts
Thierry Thomas
thierry at FreeBSD.org
Fri Dec 14 18:55:09 UTC 2018
Author: thierry
Date: Fri Dec 14 18:55:07 2018
New Revision: 487457
URL: https://svnweb.freebsd.org/changeset/ports/487457
Log:
Master site switched from SourceForge to GitHub.
Same version, no need to bump PORTREVISION.
Modified:
head/x11-fonts/stix-fonts/Makefile
head/x11-fonts/stix-fonts/distinfo
Modified: head/x11-fonts/stix-fonts/Makefile
==============================================================================
--- head/x11-fonts/stix-fonts/Makefile Fri Dec 14 18:20:51 2018 (r487456)
+++ head/x11-fonts/stix-fonts/Makefile Fri Dec 14 18:55:07 2018 (r487457)
@@ -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 at 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_$
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}
Modified: head/x11-fonts/stix-fonts/distinfo
==============================================================================
--- head/x11-fonts/stix-fonts/distinfo Fri Dec 14 18:20:51 2018 (r487456)
+++ head/x11-fonts/stix-fonts/distinfo Fri Dec 14 18:55:07 2018 (r487457)
@@ -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
More information about the svn-ports-head
mailing list