svn commit: r558502 - head/x11-fonts/sourcecodepro-ttf
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Dec 19 20:07:45 UTC 2020
Author: sunpoet
Date: Sat Dec 19 20:07:44 2020
New Revision: 558502
URL: https://svnweb.freebsd.org/changeset/ports/558502
Log:
Update to 2.032
- Use upstream asset instead of source tarball
Changes: https://github.com/adobe-fonts/source-code-pro/releases
Modified:
head/x11-fonts/sourcecodepro-ttf/Makefile
head/x11-fonts/sourcecodepro-ttf/distinfo
Modified: head/x11-fonts/sourcecodepro-ttf/Makefile
==============================================================================
--- head/x11-fonts/sourcecodepro-ttf/Makefile Sat Dec 19 20:06:44 2020 (r558501)
+++ head/x11-fonts/sourcecodepro-ttf/Makefile Sat Dec 19 20:07:44 2020 (r558502)
@@ -2,34 +2,30 @@
# $FreeBSD$
PORTNAME= sourcecodepro
-PORTVERSION= 2.030
-PORTREVISION= 1
-DISTVERSIONSUFFIX= R-ro/1.050R-it
+PORTVERSION= 2.032
CATEGORIES= x11-fonts
PKGNAMESUFFIX= -ttf
+MASTER_SITES= https://github.com/adobe-fonts/source-code-pro/releases/download/${PORTVERSION}R-ro%2F1.052R-it%2F1.012R-VAR/
+DISTNAME= TTF-source-code-pro-${PORTVERSION}R-ro-1.052R-it
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Set of fonts by Adobe designed for coders
LICENSE= OFL11
-LICENSE_FILE= ${WRKSRC}/LICENSE.txt
PORTSCOUT= skipv:variable-fonts
-USES= fonts
+USES= fonts zip
NO_ARCH= yes
NO_BUILD= yes
+WRKSRC= ${WRKDIR}/TTF
FONTNAME= SourceCodePro
SUB_FILES= pkg-message
-GH_ACCOUNT= adobe-fonts
-GH_PROJECT= source-code-pro
-USE_GITHUB= yes
-
do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}/
- ${INSTALL_DATA} ${WRKSRC}/TTF/*.ttf ${STAGEDIR}${FONTSDIR}/
+ ${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}/
.include <bsd.port.mk>
Modified: head/x11-fonts/sourcecodepro-ttf/distinfo
==============================================================================
--- head/x11-fonts/sourcecodepro-ttf/distinfo Sat Dec 19 20:06:44 2020 (r558501)
+++ head/x11-fonts/sourcecodepro-ttf/distinfo Sat Dec 19 20:07:44 2020 (r558502)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1480143678
-SHA256 (adobe-fonts-source-code-pro-2.030R-ro-1.050R-it_GH0.tar.gz) = a4e4dd59b8e0a436b934f0f612c2e91b5932910c6d1c3b7d1a5a9f389c86302b
-SIZE (adobe-fonts-source-code-pro-2.030R-ro-1.050R-it_GH0.tar.gz) = 8245124
+TIMESTAMP = 1608366118
+SHA256 (TTF-source-code-pro-2.032R-ro-1.052R-it.zip) = 026d7644bed97a7934caa63eacd9fd83beeacfd301d9d29fcc899f32d4004a12
+SIZE (TTF-source-code-pro-2.032R-ro-1.052R-it.zip) = 950399
More information about the svn-ports-head
mailing list