svn commit: r379198 - head/www/phpvirtualbox
Jung-uk Kim
jkim at FreeBSD.org
Tue Feb 17 23:48:36 UTC 2015
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 <bsd.port.mk>
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 @@
- at 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
- at exec if [ ! -f %D/%%WWWDIR%%/config.php ]; then cp -p %D/%%WWWDIR%%/config.php-example %D/%%WWWDIR%%/config.php; fi
+ at group www
+ at owner www
%%WWWDIR%%/CHANGELOG.txt
%%WWWDIR%%/GPLv3.txt
%%WWWDIR%%/LICENSE.txt
%%WWWDIR%%/README.txt
+ at 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
- at dirrm %%WWWDIR%%/tightvnc
- at dirrm %%WWWDIR%%/rdpweb
- at dirrm %%WWWDIR%%/panes
- at dirrm %%WWWDIR%%/lib/auth
- at dirrm %%WWWDIR%%/lib
- at dirrm %%WWWDIR%%/languages/source
- at dirrm %%WWWDIR%%/languages
- at dirrm %%WWWDIR%%/js
- at dirrm %%WWWDIR%%/images/vbox/OSE
- at dirrm %%WWWDIR%%/images/vbox
- at dirrm %%WWWDIR%%/images/jqueryFileTree
- at dirrm %%WWWDIR%%/images/jquery-ui
- at dirrm %%WWWDIR%%/images
- at dirrm %%WWWDIR%%/css
- at dirrmtry %%WWWDIR%%
More information about the svn-ports-head
mailing list