Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jul 2018 09:07:51 +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: r475302 - head/x11-fonts/libXfont
Message-ID:  <201807250907.w6P97pUi048207@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jul 25 09:07:51 2018
New Revision: 475302
URL: https://svnweb.freebsd.org/changeset/ports/475302

Log:
  - Add LICENSE
  - Pet portlint
  - Update WWW
  
  Approved by:	portmgr blanket

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

Modified: head/x11-fonts/libXfont/Makefile
==============================================================================
--- head/x11-fonts/libXfont/Makefile	Wed Jul 25 06:50:15 2018	(r475301)
+++ head/x11-fonts/libXfont/Makefile	Wed Jul 25 09:07:51 2018	(r475302)
@@ -9,15 +9,19 @@ CATEGORIES=	x11-fonts
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	X font library
 
+LICENSE=	MIT BSD2CLAUSE BSD3CLAUSE
+LICENSE_COMB=	multi
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	libfreetype.so:print/freetype2
 
+USES=		cpe
 XORG_CAT=	lib
 USE_XORG=	xproto:both xtrans fontsproto:both fontenc
 INSTALL_TARGET=	install-strip
-USES+=	cpe
 CPE_PRODUCT=	libxfont
 CPE_VENDOR=	x
 
-CONFIGURE_ARGS=--without-xmlto --disable-devel-docs
+CONFIGURE_ARGS=	--without-xmlto --disable-devel-docs
 
 .include <bsd.port.mk>

Modified: head/x11-fonts/libXfont/pkg-descr
==============================================================================
--- head/x11-fonts/libXfont/pkg-descr	Wed Jul 25 06:50:15 2018	(r475301)
+++ head/x11-fonts/libXfont/pkg-descr	Wed Jul 25 09:07:51 2018	(r475302)
@@ -1,3 +1,3 @@
 This package contains the X font libary
 
-WWW: http://www.freedesktop.org/Software/xlibs
+WWW: https://www.freedesktop.org/wiki/Software/xlibs/



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