svn commit: r468758 - head/x11/xtermset

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue May 1 09:03:57 UTC 2018


Author: amdmi3
Date: Tue May  1 09:03:56 2018
New Revision: 468758
URL: https://svnweb.freebsd.org/changeset/ports/468758

Log:
  - Add LICENSE
  - Add WWW
  
  Approved by:	portmgr blanket

Modified:
  head/x11/xtermset/Makefile
  head/x11/xtermset/pkg-descr

Modified: head/x11/xtermset/Makefile
==============================================================================
--- head/x11/xtermset/Makefile	Tue May  1 08:33:58 2018	(r468757)
+++ head/x11/xtermset/Makefile	Tue May  1 09:03:56 2018	(r468758)
@@ -10,6 +10,9 @@ MASTER_SITES=	SF/clts/${PORTNAME}/${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Dynamically change some settings of an xterm
 
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 GNU_CONFIGURE=	yes
 MAKE_ARGS+=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}"
 USES=		gmake

Modified: head/x11/xtermset/pkg-descr
==============================================================================
--- head/x11/xtermset/pkg-descr	Tue May  1 08:33:58 2018	(r468757)
+++ head/x11/xtermset/pkg-descr	Tue May  1 09:03:56 2018	(r468758)
@@ -1,3 +1,5 @@
 This program allows you to change some of xterm's display settings
 dynamically.  Most of the option names are the same as those found in
 xterm; see the man page for details.
+
+WWW: https://sourceforge.net/projects/clts/


More information about the svn-ports-all mailing list