svn commit: r456780 - head/x11-fonts/libXft

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Dec 20 09:00:40 UTC 2017


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


More information about the svn-ports-head mailing list