Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 May 2018 09:04:17 +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: r470971 - head/x11-toolkits/libXt
Message-ID:  <201805270904.w4R94HXC077500@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun May 27 09:04:17 2018
New Revision: 470971
URL: https://svnweb.freebsd.org/changeset/ports/470971

Log:
  - Add LICENSE
  - Add missing libICE dependency
  - Cosmetic fix
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/x11-toolkits/libXt/Makefile
  head/x11-toolkits/libXt/pkg-descr

Modified: head/x11-toolkits/libXt/Makefile
==============================================================================
--- head/x11-toolkits/libXt/Makefile	Sun May 27 08:58:14 2018	(r470970)
+++ head/x11-toolkits/libXt/Makefile	Sun May 27 09:04:17 2018	(r470971)
@@ -9,10 +9,13 @@ CATEGORIES=	x11-toolkits
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	X Toolkit library
 
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 XORG_CAT=	lib
-USE_XORG=	x11 sm xproto:both kbproto
+USE_XORG=	x11 sm ice xproto:both kbproto
 CONFIGURE_ARGS=	--disable-specs
-USES+=	cpe
+USES=		cpe
 CPE_PRODUCT=	libxt
 CPE_VENDOR=	x
 

Modified: head/x11-toolkits/libXt/pkg-descr
==============================================================================
--- head/x11-toolkits/libXt/pkg-descr	Sun May 27 08:58:14 2018	(r470970)
+++ head/x11-toolkits/libXt/pkg-descr	Sun May 27 09:04:17 2018	(r470971)
@@ -1,3 +1,3 @@
 This package contains the X Toolkit library.
 
-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?201805270904.w4R94HXC077500>