svn commit: r461595 - head/www/novnc-websockify

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Feb 12 15:41:24 UTC 2018


Author: amdmi3
Date: Mon Feb 12 15:41:23 2018
New Revision: 461595
URL: https://svnweb.freebsd.org/changeset/ports/461595

Log:
  - Fix license
  - Fix shebangs
  
  Approved by:	portmgr blanket

Modified:
  head/www/novnc-websockify/Makefile

Modified: head/www/novnc-websockify/Makefile
==============================================================================
--- head/www/novnc-websockify/Makefile	Mon Feb 12 15:41:07 2018	(r461594)
+++ head/www/novnc-websockify/Makefile	Mon Feb 12 15:41:23 2018	(r461595)
@@ -2,17 +2,21 @@
 
 PORTNAME=	websockify
 PORTVERSION=	0.8.0
+PORTREVISION=	1
 CATEGORIES=	www
 
 MAINTAINER=	araujo at FreeBSD.org
 COMMENT=	noVNC-websockify implementation.
 
-LICENSE=	MPL20
+LICENSE=	LGPL3 MPL20 BSD2CLAUSE BSD3CLAUSE MIT
+LICENSE_COMB=	multi
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+LICENSE_FILE_LGPL3=	${WRKSRC}/docs/LICENSE.LGPL-3
 
 RUN_DEPENDS=	novnc>0:www/novnc
 
 USES=		shebangfix python
+SHEBANG_FILES=	run
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	novnc
@@ -24,7 +28,7 @@ NO_ARCH=	yes
 TARGET_DIR=	${PREFIX}/libexec/novnc/utils/websockify
 
 do-install:
-	${MKDIR} ${STAGEDIR}${TARGET_DIR}
+	@${MKDIR} ${STAGEDIR}${TARGET_DIR}
 	cd ${WRKSRC} && ${RM} .gitignore .gitmodules .travis.yml
 	cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${TARGET_DIR}
 	@${CHMOD} +x ${STAGEDIR}${TARGET_DIR}/run


More information about the svn-ports-head mailing list