Update to 4.3-2.
This commit is contained in:
parent
cde1c6b041
commit
bac7f218bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379198
3 changed files with 16 additions and 31 deletions
|
@ -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 VirtualBox
|
|||
|
||||
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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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%%
|
||||
|
|
Loading…
Reference in a new issue