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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 26 10:34:28 UTC 2016


Author: sunpoet
Date: Sat Nov 26 10:34:27 2016
New Revision: 427150
URL: https://svnweb.freebsd.org/changeset/ports/427150

Log:
  - Use Roman fonts version as PORTVERSION
  - Add LICENSE_FILE

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

Modified: head/x11-fonts/sourcesanspro-ttf/Makefile
==============================================================================
--- head/x11-fonts/sourcesanspro-ttf/Makefile	Sat Nov 26 10:34:23 2016	(r427149)
+++ head/x11-fonts/sourcesanspro-ttf/Makefile	Sat Nov 26 10:34:27 2016	(r427150)
@@ -2,15 +2,15 @@
 # $FreeBSD$
 
 PORTNAME=	sourcesanspro-ttf
-PORTVERSION=	1.075
-DISTVERSIONPREFIX=	2.020R-ro/
-DISTVERSIONSUFFIX=	R-it
+PORTVERSION=	2.020
+DISTVERSIONSUFFIX=	R-ro/1.075R-it
 CATEGORIES=	x11-fonts
 
 MAINTAINER=	office at FreeBSD.org
 COMMENT=	Set of fonts by Adobe designed for user interfaces
 
 LICENSE=	OFL11
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	adobe-fonts
@@ -19,7 +19,6 @@ GH_PROJECT=	source-sans-pro
 NO_ARCH=	yes
 NO_BUILD=	yes
 USES=		fonts
-USE_XORG=	x11
 
 FONTNAME=	SourceSansPro
 SUB_FILES=	pkg-message


More information about the svn-ports-all mailing list