Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Aug 2017 16:40:23 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r448551 - head/x11-fonts/sourcesanspro-ttf
Message-ID:  <201708221640.v7MGeNDv090496@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Aug 22 16:40:23 2017
New Revision: 448551
URL: https://svnweb.freebsd.org/changeset/ports/448551

Log:
  Use PKGNAMESUFFIX
  
  - Move USE_GITHUB section downward
  - Take maintainership

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

Modified: head/x11-fonts/sourcesanspro-ttf/Makefile
==============================================================================
--- head/x11-fonts/sourcesanspro-ttf/Makefile	Tue Aug 22 16:40:17 2017	(r448550)
+++ head/x11-fonts/sourcesanspro-ttf/Makefile	Tue Aug 22 16:40:23 2017	(r448551)
@@ -1,27 +1,28 @@
 # Created by: Pedro Giffuni
 # $FreeBSD$
 
-PORTNAME=	sourcesanspro-ttf
+PORTNAME=	sourcesanspro
 PORTVERSION=	2.020
 DISTVERSIONSUFFIX=	R-ro/1.075R-it
 CATEGORIES=	x11-fonts
+PKGNAMESUFFIX=	-ttf
 
-MAINTAINER=	office@FreeBSD.org
+MAINTAINER=	sunpoet@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
-GH_PROJECT=	source-sans-pro
-
 NO_ARCH=	yes
 NO_BUILD=	yes
 USES=		fonts
 
 FONTNAME=	SourceSansPro
 SUB_FILES=	pkg-message
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	adobe-fonts
+GH_PROJECT=	source-sans-pro
 
 do-install:
 	${MKDIR} ${STAGEDIR}${FONTSDIR}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708221640.v7MGeNDv090496>