svn commit: r411441 - head/x11-fonts/roboto-fonts-ttf

Kurt Jaeger pi at FreeBSD.org
Sun Mar 20 12:19:56 UTC 2016


Author: pi
Date: Sun Mar 20 12:19:54 2016
New Revision: 411441
URL: https://svnweb.freebsd.org/changeset/ports/411441

Log:
  x11-fonts/roboto-fonts-ttf: 1.2 -> 2.131
  
  PR:		207731
  Submitted by:	rakuco
  Approved by:	winston at ml1.net (maintainer timeout)

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

Modified: head/x11-fonts/roboto-fonts-ttf/Makefile
==============================================================================
--- head/x11-fonts/roboto-fonts-ttf/Makefile	Sun Mar 20 12:11:02 2016	(r411440)
+++ head/x11-fonts/roboto-fonts-ttf/Makefile	Sun Mar 20 12:19:54 2016	(r411441)
@@ -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 at 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
 
-SUB_FILES=	pkg-message
+USE_GITHUB=	yes
+GH_ACCOUNT=	google
+GH_PROJECT=	roboto
 
-do-build:
-	@${MV} ${WRKSRC}/Roboto/*.ttf ${WRKSRC}/RobotoCondensed/*.ttf ${WRKSRC}
+SUB_FILES=	pkg-message
 
 do-install:
 	${MKDIR} ${STAGEDIR}${FONTSDIR}
-	cd ${WRKSRC}/ && ${INSTALL_DATA} *.ttf ${STAGEDIR}${FONTSDIR}
+	${INSTALL_DATA} ${WRKSRC}/hinted/*.ttf ${STAGEDIR}${FONTSDIR}
 
 .include <bsd.port.mk>

Modified: head/x11-fonts/roboto-fonts-ttf/distinfo
==============================================================================
--- head/x11-fonts/roboto-fonts-ttf/distinfo	Sun Mar 20 12:11:02 2016	(r411440)
+++ head/x11-fonts/roboto-fonts-ttf/distinfo	Sun Mar 20 12:19:54 2016	(r411441)
@@ -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


More information about the svn-ports-all mailing list