From owner-svn-ports-head@FreeBSD.ORG Tue Feb 17 23:48:36 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0FF471C0; Tue, 17 Feb 2015 23:48:36 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EEBF6943; Tue, 17 Feb 2015 23:48:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1HNmZXS015330; Tue, 17 Feb 2015 23:48:35 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1HNmZ2x015326; Tue, 17 Feb 2015 23:48:35 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201502172348.t1HNmZ2x015326@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Tue, 17 Feb 2015 23:48:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379198 - 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.18-1 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, 17 Feb 2015 23:48:36 -0000 Author: jkim Date: Tue Feb 17 23:48:34 2015 New Revision: 379198 URL: https://svnweb.freebsd.org/changeset/ports/379198 QAT: https://qat.redports.org/buildarchive/r379198/ Log: Update to 4.3-2. Modified: head/www/phpvirtualbox/Makefile head/www/phpvirtualbox/distinfo head/www/phpvirtualbox/pkg-plist Modified: head/www/phpvirtualbox/Makefile ============================================================================== --- head/www/phpvirtualbox/Makefile Tue Feb 17 23:34:23 2015 (r379197) +++ head/www/phpvirtualbox/Makefile Tue Feb 17 23:48:34 2015 (r379198) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= phpvirtualbox -DISTVERSION= 4.3-1 -PORTREVISION= 1 +DISTVERSION= 4.3-2 CATEGORIES= www MASTER_SITES= SF/${PORTNAME} \ LOCAL/decke @@ -13,17 +12,18 @@ COMMENT= AJAX Web Interface for VirtualB LICENSE= GPLv3 -USES= dos2unix zip -USE_PHP= json session soap simplexml xml NO_BUILD= yes +USE_PHP= json session soap simplexml xml +USES= dos2unix zip + DOS2UNIX_REGEX= .*\.(php|txt|js|css|html) +ETCDIR= ${WWWDIR} do-install: - @${MKDIR} ${STAGEDIR}${WWWDIR} - (cd ${WRKSRC}/ && ${COPYTREE_SHARE} "*" ${STAGEDIR}${WWWDIR} "! -name *.orig") - - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR} - @${FIND} ${STAGEDIR}${WWWDIR} -type f -exec ${CHMOD} 0444 {} \; - @${FIND} ${STAGEDIR}${WWWDIR} -type d -exec ${CHMOD} 0755 {} \; + ${MKDIR} ${STAGEDIR}${WWWDIR} + (cd ${WRKSRC}/ && ${COPYTREE_SHARE} "*" ${STAGEDIR}${WWWDIR} \ + "-not -name *.orig -not -name config.php-example") + ${INSTALL_DATA} ${WRKSRC}/config.php-example \ + ${STAGEDIR}${WWWDIR}/config.php.sample .include Modified: head/www/phpvirtualbox/distinfo ============================================================================== --- head/www/phpvirtualbox/distinfo Tue Feb 17 23:34:23 2015 (r379197) +++ head/www/phpvirtualbox/distinfo Tue Feb 17 23:48:34 2015 (r379198) @@ -1,2 +1,2 @@ -SHA256 (phpvirtualbox-4.3-1.zip) = 013edbb4035b8afafdcba833fcccf58d48c702fae1ea9feeb2576d96e62a83a5 -SIZE (phpvirtualbox-4.3-1.zip) = 4248078 +SHA256 (phpvirtualbox-4.3-2.zip) = 8610a15e8f57ed05bca3bd6822df7b6e569189b5145d2c760d929b773d7ddfe0 +SIZE (phpvirtualbox-4.3-2.zip) = 4256463 Modified: head/www/phpvirtualbox/pkg-plist ============================================================================== --- head/www/phpvirtualbox/pkg-plist Tue Feb 17 23:34:23 2015 (r379197) +++ head/www/phpvirtualbox/pkg-plist Tue Feb 17 23:48:34 2015 (r379198) @@ -1,10 +1,10 @@ -@unexec if cmp -s %D/%%WWWDIR%%/config.php-example %D/%%WWWDIR%%/config.php; then rm -f %D/%%WWWDIR%%/config.php; fi -%%WWWDIR%%/config.php-example -@exec if [ ! -f %D/%%WWWDIR%%/config.php ]; then cp -p %D/%%WWWDIR%%/config.php-example %D/%%WWWDIR%%/config.php; fi +@group www +@owner www %%WWWDIR%%/CHANGELOG.txt %%WWWDIR%%/GPLv3.txt %%WWWDIR%%/LICENSE.txt %%WWWDIR%%/README.txt +@sample %%ETCDIR%%/config.php.sample %%WWWDIR%%/css/jquery-ui.css %%WWWDIR%%/css/jquery.projectPlugins.css %%WWWDIR%%/css/layout.css @@ -89,6 +89,7 @@ %%WWWDIR%%/images/vbox/cd_disabled_32px.png %%WWWDIR%%/images/vbox/cd_unmount_16px.png %%WWWDIR%%/images/vbox/cd_unmount_dis_16px.png +%%WWWDIR%%/images/vbox/cd_unmount_disabled_16px.png %%WWWDIR%%/images/vbox/chipset_16px.png %%WWWDIR%%/images/vbox/chipset_disabled_16px.png %%WWWDIR%%/images/vbox/close_16px.png @@ -455,7 +456,6 @@ %%WWWDIR%%/js/jquery.scrollTo-min.js %%WWWDIR%%/js/jquery.tipped-2.1b.min.js %%WWWDIR%%/js/language.php -%%WWWDIR%%/js/phptest.php %%WWWDIR%%/js/phpvirtualbox.js %%WWWDIR%%/js/utils.js %%WWWDIR%%/languages/de.xml @@ -554,18 +554,3 @@ %%WWWDIR%%/screen.php %%WWWDIR%%/tightvnc/VncViewer.jar %%WWWDIR%%/vboxinit -@dirrm %%WWWDIR%%/tightvnc -@dirrm %%WWWDIR%%/rdpweb -@dirrm %%WWWDIR%%/panes -@dirrm %%WWWDIR%%/lib/auth -@dirrm %%WWWDIR%%/lib -@dirrm %%WWWDIR%%/languages/source -@dirrm %%WWWDIR%%/languages -@dirrm %%WWWDIR%%/js -@dirrm %%WWWDIR%%/images/vbox/OSE -@dirrm %%WWWDIR%%/images/vbox -@dirrm %%WWWDIR%%/images/jqueryFileTree -@dirrm %%WWWDIR%%/images/jquery-ui -@dirrm %%WWWDIR%%/images -@dirrm %%WWWDIR%%/css -@dirrmtry %%WWWDIR%%