From owner-svn-ports-head@FreeBSD.ORG Tue Oct 22 08:21:16 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AC23BDDC; Tue, 22 Oct 2013 08:21:16 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 98A4A2790; Tue, 22 Oct 2013 08:21:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9M8LGVq031667; Tue, 22 Oct 2013 08:21:16 GMT (envelope-from decke@svn.freebsd.org) Received: (from decke@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9M8LGkI031664; Tue, 22 Oct 2013 08:21:16 GMT (envelope-from decke@svn.freebsd.org) Message-Id: <201310220821.r9M8LGkI031664@svn.freebsd.org> From: Bernhard Froehlich Date: Tue, 22 Oct 2013 08:21:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331239 - head/www/phpvirtualbox X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Oct 2013 08:21:16 -0000 Author: decke Date: Tue Oct 22 08:21:15 2013 New Revision: 331239 URL: http://svnweb.freebsd.org/changeset/ports/331239 Log: - Update to 4.2-8 - Support staging Modified: head/www/phpvirtualbox/Makefile head/www/phpvirtualbox/distinfo head/www/phpvirtualbox/pkg-plist Modified: head/www/phpvirtualbox/Makefile ============================================================================== --- head/www/phpvirtualbox/Makefile Tue Oct 22 08:06:46 2013 (r331238) +++ head/www/phpvirtualbox/Makefile Tue Oct 22 08:21:15 2013 (r331239) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpvirtualbox -DISTVERSION= 4.2-7 +DISTVERSION= 4.2-8 CATEGORIES= www MASTER_SITES= SF/${PORTNAME} \ LOCAL/decke @@ -11,26 +11,21 @@ MAINTAINER= vbox@FreeBSD.org COMMENT= AJAX Web Interface for VirtualBox LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/LICENSE.txt USE_ZIP= yes USE_PHP= json session soap simplexml NO_BUILD= yes USE_DOS2UNIX= yes DOS2UNIX_REGEX= .*\.(php|txt|js|css|html) +NO_WRKSUBDIR= yes +STAGEDIR= ${WRKDIR}/.stage -NO_STAGE= yes do-install: - @${MKDIR} ${WWWDIR} - (cd ${WRKSRC}/ && ${COPYTREE_SHARE} "*" ${WWWDIR} "! -name *.orig") + @${MKDIR} ${STAGEDIR}${WWWDIR} + (cd ${WRKSRC}/ && ${COPYTREE_SHARE} "*" ${STAGEDIR}${WWWDIR} "! -name *.orig") - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} - @${FIND} ${WWWDIR} -type f -exec ${CHMOD} 0444 {} \; - @${FIND} ${WWWDIR} -type d -exec ${CHMOD} 0755 {} \; - -post-install: - @if [ ! -f ${WWWDIR}/config.php ]; then \ - ${CP} ${WWWDIR}/config.php-example ${WWWDIR}/config.php ; \ - fi + @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR} + @${FIND} ${STAGEDIR}${WWWDIR} -type f -exec ${CHMOD} 0444 {} \; + @${FIND} ${STAGEDIR}${WWWDIR} -type d -exec ${CHMOD} 0755 {} \; .include Modified: head/www/phpvirtualbox/distinfo ============================================================================== --- head/www/phpvirtualbox/distinfo Tue Oct 22 08:06:46 2013 (r331238) +++ head/www/phpvirtualbox/distinfo Tue Oct 22 08:21:15 2013 (r331239) @@ -1,2 +1,2 @@ -SHA256 (phpvirtualbox-4.2-7.zip) = 3dc078d7058d75aa5745f531a6d485a11fff18972df1a638a749f019e0196e4e -SIZE (phpvirtualbox-4.2-7.zip) = 3425805 +SHA256 (phpvirtualbox-4.2-8.zip) = fdccf9323910b875899d73428e92daac85ff5bfdf9489bea835d926fe7a4b8a0 +SIZE (phpvirtualbox-4.2-8.zip) = 3475340 Modified: head/www/phpvirtualbox/pkg-plist ============================================================================== --- head/www/phpvirtualbox/pkg-plist Tue Oct 22 08:06:46 2013 (r331238) +++ head/www/phpvirtualbox/pkg-plist Tue Oct 22 08:21:15 2013 (r331239) @@ -233,11 +233,11 @@ %%WWWDIR%%/images/vbox/os_ubuntu_64.png %%WWWDIR%%/images/vbox/os_virtualbox.png %%WWWDIR%%/images/vbox/os_win2k.png +%%WWWDIR%%/images/vbox/os_win2k12_64.png %%WWWDIR%%/images/vbox/os_win2k3.png %%WWWDIR%%/images/vbox/os_win2k3_64.png %%WWWDIR%%/images/vbox/os_win2k8.png %%WWWDIR%%/images/vbox/os_win2k8_64.png -%%WWWDIR%%/images/vbox/os_win2k12_64.png %%WWWDIR%%/images/vbox/os_win31.png %%WWWDIR%%/images/vbox/os_win7.png %%WWWDIR%%/images/vbox/os_win7_64.png @@ -477,6 +477,8 @@ %%WWWDIR%%/panes/settingsSystem.html %%WWWDIR%%/panes/settingsUSB.html %%WWWDIR%%/panes/tabVMConsole.html +%%WWWDIR%%/panes/tabVMConsoleRDP.html +%%WWWDIR%%/panes/tabVMConsoleVNC.html %%WWWDIR%%/panes/tabVMDetails.html %%WWWDIR%%/panes/tabVMSnapshots.html %%WWWDIR%%/panes/tabs.html @@ -508,7 +510,9 @@ %%WWWDIR%%/rdpweb/webclient3.html %%WWWDIR%%/recovery.php-disabled %%WWWDIR%%/screen.php +%%WWWDIR%%/tightvnc/VncViewer.jar %%WWWDIR%%/vboxinit +@dirrm %%WWWDIR%%/tightvnc @dirrm %%WWWDIR%%/rdpweb @dirrm %%WWWDIR%%/panes @dirrm %%WWWDIR%%/lib/auth