Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Dec 2017 09:00:38 +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: r456780 - head/x11-fonts/libXft
Message-ID:  <201712200900.vBK90cbh021012@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Dec 20 09:00:38 2017
New Revision: 456780
URL: https://svnweb.freebsd.org/changeset/ports/456780

Log:
  - Add LICENSE
  - Unsilence installation commands
  - Update WWW
  
  Approved by:	portmgr blanket

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

Modified: head/x11-fonts/libXft/Makefile
==============================================================================
--- head/x11-fonts/libXft/Makefile	Wed Dec 20 09:00:34 2017	(r456779)
+++ head/x11-fonts/libXft/Makefile	Wed Dec 20 09:00:38 2017	(r456780)
@@ -8,6 +8,9 @@ CATEGORIES=	x11-fonts
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Client-sided font API for X applications
 
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	libfreetype.so:print/freetype2 \
 		libfontconfig.so:x11-fonts/fontconfig
 
@@ -24,7 +27,7 @@ post-patch:
 		${WRKSRC}/configure
 
 post-install:
-	@${INSTALL_SCRIPT} ${WRKSRC}/xft-config \
+	${INSTALL_SCRIPT} ${WRKSRC}/xft-config \
 		${STAGEDIR}${PREFIX}/bin/
 
 .include <bsd.port.mk>

Modified: head/x11-fonts/libXft/pkg-descr
==============================================================================
--- head/x11-fonts/libXft/pkg-descr	Wed Dec 20 09:00:34 2017	(r456779)
+++ head/x11-fonts/libXft/pkg-descr	Wed Dec 20 09:00:38 2017	(r456780)
@@ -5,4 +5,4 @@ text drawing. When Render is not available, Xft uses t
 client-side glyphs. This provides completely compatible support of client-side
 fonts for all X servers.
 
-WWW: http://fontconfig.org/
+WWW: https://www.freedesktop.org/wiki/Software/Xft/



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