svn commit: r470971 - head/x11-toolkits/libXt

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun May 27 09:04:18 UTC 2018


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


More information about the svn-ports-all mailing list