svn commit: r399305 - head/graphics/delaboratory

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Oct 14 23:50:03 UTC 2015


Author: amdmi3
Date: Wed Oct 14 23:50:01 2015
New Revision: 399305
URL: https://svnweb.freebsd.org/changeset/ports/399305

Log:
  - Clarify LICENSE
  - Add LICENSE_FILE
  - Drop unneeded WX_UNICODE

Modified:
  head/graphics/delaboratory/Makefile

Modified: head/graphics/delaboratory/Makefile
==============================================================================
--- head/graphics/delaboratory/Makefile	Wed Oct 14 23:49:58 2015	(r399304)
+++ head/graphics/delaboratory/Makefile	Wed Oct 14 23:50:01 2015	(r399305)
@@ -10,13 +10,13 @@ MASTER_SITES=	GOOGLE_CODE
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Unique image postprocessing application
 
-LICENSE=	GPLv3
+LICENSE=	GPLv3 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		compiler:c++11-lib gmake
 MAKE_ARGS=	CXX="${CXX}" WXCONFIG="${WX_CONFIG}"
 USE_WX=		3.0
 USE_CXXSTD=	c++11
-WX_UNICODE=	yes
 
 PLIST_FILES=	bin/${PORTNAME}
 


More information about the svn-ports-all mailing list