Index: head/www/novnc/Makefile =================================================================== --- head/www/novnc/Makefile (revision 450314) +++ head/www/novnc/Makefile (revision 450315) @@ -1,28 +1,29 @@ # $FreeBSD$ PORTNAME= novnc PORTVERSION= 0.6.2 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= araujo@FreeBSD.org COMMENT= HTML5 VNC client LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USE_GITHUB= yes GH_ACCOUNT= novnc GH_PROJECT= noVNC GH_TAGNAME= e8986fa NO_BUILD= yes NO_ARCH= yes TARGET_DIR= ${PREFIX}/libexec/novnc do-install: - ${MKDIR} ${TARGET_DIR} + ${MKDIR} ${STAGEDIR}${TARGET_DIR} cd ${WRKSRC} && ${RM} .gitignore .gitmodules .travis.yml cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${TARGET_DIR} .include Index: head/www/novnc/files/patch-utils_launch.sh =================================================================== --- head/www/novnc/files/patch-utils_launch.sh (nonexistent) +++ head/www/novnc/files/patch-utils_launch.sh (revision 450315) @@ -0,0 +1,11 @@ +--- utils/launch.sh.orig 2017-01-12 19:36:42 UTC ++++ utils/launch.sh +@@ -69,7 +69,7 @@ done + which netstat >/dev/null 2>&1 \ + || die "Must have netstat installed" + +-netstat -ltn | grep -qs "${PORT} .*LISTEN" \ ++netstat -a -p tcp -n | grep -qs "${PORT} .*LISTEN" \ + && die "Port ${PORT} in use. Try --listen PORT" + + trap "cleanup" TERM QUIT INT EXIT Property changes on: head/www/novnc/files/patch-utils_launch.sh ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property