x11-fonts/roboto-fonts-ttf: 1.2 -> 2.131
PR: 207731 Submitted by: rakuco Approved by: winston@ml1.net (maintainer timeout)
This commit is contained in:
parent
102ed1e628
commit
5b6bafaac9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=411441
2 changed files with 13 additions and 14 deletions
|
@ -2,30 +2,29 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= roboto-fonts-ttf
|
||||
PORTVERSION= 1.2
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 2.131
|
||||
DISTVERSIONPREFIX=v
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= x11-fonts
|
||||
MASTER_SITES= http://developer.android.com/downloads/design/
|
||||
DISTNAME= roboto-${PORTVERSION}
|
||||
|
||||
MAINTAINER= winston@ml1.net
|
||||
COMMENT= The Roboto typeface family
|
||||
COMMENT= Roboto typeface family
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/Roboto/LICENSE.txt
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= fonts zip:infozip
|
||||
WRKSRC= ${WRKDIR}/Roboto_v${PORTVERSION}
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
USES= fonts
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= google
|
||||
GH_PROJECT= roboto
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
do-build:
|
||||
@${MV} ${WRKSRC}/Roboto/*.ttf ${WRKSRC}/RobotoCondensed/*.ttf ${WRKSRC}
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${FONTSDIR}
|
||||
cd ${WRKSRC}/ && ${INSTALL_DATA} *.ttf ${STAGEDIR}${FONTSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/hinted/*.ttf ${STAGEDIR}${FONTSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (roboto-1.2.zip) = 5101b5bdb3b7b14cc922a771ba068bfcae8634467c1f446bc89bc2b4f8b4f1b5
|
||||
SIZE (roboto-1.2.zip) = 2641284
|
||||
SHA256 (google-roboto-v2.131_GH0.tar.gz) = 34b32fdc37d935ec3e723b9d5895c0a2e1d1070e8f8d8821eac1c8a7c84aff7b
|
||||
SIZE (google-roboto-v2.131_GH0.tar.gz) = 6264167
|
||||
|
|
Loading…
Reference in a new issue