svn commit: r472306 - head/comms/congruity

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 13 12:05:33 UTC 2018


Author: amdmi3
Date: Wed Jun 13 12:05:32 2018
New Revision: 472306
URL: https://svnweb.freebsd.org/changeset/ports/472306

Log:
  - Fix LICENSE
  - Add LICENSE_FILE
  - Add NO_ARCH
  
  Approved by:	portmgr blanket

Modified:
  head/comms/congruity/Makefile

Modified: head/comms/congruity/Makefile
==============================================================================
--- head/comms/congruity/Makefile	Wed Jun 13 11:58:28 2018	(r472305)
+++ head/comms/congruity/Makefile	Wed Jun 13 12:05:32 2018	(r472306)
@@ -10,7 +10,8 @@ MASTER_SITES=	SF
 MAINTAINER=	shurd at FreeBSD.org
 COMMENT=	GUI Logitech Harmony configuration tool
 
-LICENSE=	GPLv2
+LICENSE=	GPLv3+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}libconcord>=0:comms/py-libconcord@${PY_FLAVOR}
 
@@ -19,5 +20,6 @@ MAKE_ARGS=	MANDIR=${PREFIX}/man
 USE_WX=		2.8+
 WX_COMPS=	python
 SHEBANG_FILES=	congruity mhgui
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list