Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jun 2018 09:04:35 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472680 - head/x11-fonts/cantarell-fonts
Message-ID:  <201806180904.w5I94ZZZ009258@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Jun 18 09:04:35 2018
New Revision: 472680
URL: https://svnweb.freebsd.org/changeset/ports/472680

Log:
  - Add LICENSE
  - Add NO_ARCH
  - Add WWW
  
  Approved by:	portmgr blanket

Modified:
  head/x11-fonts/cantarell-fonts/Makefile
  head/x11-fonts/cantarell-fonts/pkg-descr

Modified: head/x11-fonts/cantarell-fonts/Makefile
==============================================================================
--- head/x11-fonts/cantarell-fonts/Makefile	Mon Jun 18 08:48:54 2018	(r472679)
+++ head/x11-fonts/cantarell-fonts/Makefile	Mon Jun 18 09:04:35 2018	(r472680)
@@ -9,6 +9,9 @@ MASTER_SITES=	GNOME
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Cantarell, a Humanist sans-serif font family
 
+LICENSE=	OFL11
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig
 
 USES=		fonts gmake gnome pkgconfig tar:xz
@@ -16,5 +19,6 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-configdir=${PREFIX}/etc/fonts/conf.avail
 FONTSDIR=	share/fonts/cantarell
 PLIST_SUB=	FONTSDIR=${FONTSDIR}
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/x11-fonts/cantarell-fonts/pkg-descr
==============================================================================
--- head/x11-fonts/cantarell-fonts/pkg-descr	Mon Jun 18 08:48:54 2018	(r472679)
+++ head/x11-fonts/cantarell-fonts/pkg-descr	Mon Jun 18 09:04:35 2018	(r472680)
@@ -1,3 +1,5 @@
 Dave Crossland's Cantarell is a contemporary Humanist sans serif that fully
 support the following writing systems: Basic Latin, Western European, Catalan,
 Baltic, Turkish, Central European, Dutch and Afrikaans.
+
+WWW: https://wiki.gnome.org/Projects/CantarellFonts



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