svn commit: r472680 - head/x11-fonts/cantarell-fonts

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jun 18 09:04:36 UTC 2018


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 at 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


More information about the svn-ports-all mailing list