svn commit: r563307 - head/x11-fonts/sourcesanspro-ttf

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jan 30 12:22:15 UTC 2021


Author: sunpoet
Date: Sat Jan 30 12:22:09 2021
New Revision: 563307
URL: https://svnweb.freebsd.org/changeset/ports/563307

Log:
  Use upstream asset instead of source tarball

Modified:
  head/x11-fonts/sourcesanspro-ttf/Makefile
  head/x11-fonts/sourcesanspro-ttf/distinfo

Modified: head/x11-fonts/sourcesanspro-ttf/Makefile
==============================================================================
--- head/x11-fonts/sourcesanspro-ttf/Makefile	Sat Jan 30 12:22:04 2021	(r563306)
+++ head/x11-fonts/sourcesanspro-ttf/Makefile	Sat Jan 30 12:22:09 2021	(r563307)
@@ -3,9 +3,10 @@
 
 PORTNAME=	sourcesanspro
 PORTVERSION=	3.028
-DISTVERSIONSUFFIX=	R
+MASTER_SITES=	https://github.com/adobe-fonts/source-sans-pro/releases/download/${PORTVERSION}R/
 CATEGORIES=	x11-fonts
 PKGNAMESUFFIX=	-ttf
+DISTNAME=	source-sans-${PORTVERSION:R}v${PORTVERSION:E}R
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Set of fonts by Adobe designed for user interfaces
@@ -13,19 +14,15 @@ COMMENT=	Set of fonts by Adobe designed for user inter
 LICENSE=	OFL11
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-PORTSCOUT=	skipv:variable-fonts
+USES=		fonts zip
 
-USES=		fonts
-
 NO_ARCH=	yes
 NO_BUILD=	yes
 
 FONTNAME=	SourceSansPro
 SUB_FILES=	pkg-message
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	adobe-fonts
-GH_PROJECT=	source-sans-pro
+PORTSCOUT=	skipv:variable-fonts
 
 do-install:
 	${MKDIR} ${STAGEDIR}${FONTSDIR}

Modified: head/x11-fonts/sourcesanspro-ttf/distinfo
==============================================================================
--- head/x11-fonts/sourcesanspro-ttf/distinfo	Sat Jan 30 12:22:04 2021	(r563306)
+++ head/x11-fonts/sourcesanspro-ttf/distinfo	Sat Jan 30 12:22:09 2021	(r563307)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1599653866
-SHA256 (adobe-fonts-source-sans-pro-3.028R_GH0.tar.gz) = 12faf267e40f1be46daf44afce47facd6efb996e2f2f5abe0a3dde161d54e251
-SIZE (adobe-fonts-source-sans-pro-3.028R_GH0.tar.gz) = 10325423
+TIMESTAMP = 1611856520
+SHA256 (source-sans-3v028R.zip) = 1186d594ecb1336679a1d102bb6ddbe6041f0fd029482e53f02e46aa3ab011cf
+SIZE (source-sans-3v028R.zip) = 10333042


More information about the svn-ports-all mailing list