diff options
author | jadawin <jadawin@FreeBSD.org> | 2011-04-06 19:52:36 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2011-04-06 19:52:36 +0800 |
commit | 926f37ef810edb3d3a27297a464ec82da9a45389 (patch) | |
tree | 919f48310ed09c1a98bb3a1ea0df8e747567ddc9 /www | |
parent | 0a01cf6253333e4ac69566a14463f8b416de01ac (diff) | |
download | freebsd-ports-gnome-926f37ef810edb3d3a27297a464ec82da9a45389.tar.gz freebsd-ports-gnome-926f37ef810edb3d3a27297a464ec82da9a45389.tar.zst freebsd-ports-gnome-926f37ef810edb3d3a27297a464ec82da9a45389.zip |
- Update to 3.0.10
- Add license
PR: ports/156079
Submitted by: Hsin-Han You <hhyou _AT_ cs.nctu.edu.tw>
Approved by: maintainer
Diffstat (limited to 'www')
-rw-r--r-- | www/phpsysinfo/Makefile | 4 | ||||
-rw-r--r-- | www/phpsysinfo/distinfo | 4 | ||||
-rw-r--r-- | www/phpsysinfo/pkg-plist | 7 |
3 files changed, 12 insertions, 3 deletions
diff --git a/www/phpsysinfo/Makefile b/www/phpsysinfo/Makefile index fff2a869d41c..e50288ffd73f 100644 --- a/www/phpsysinfo/Makefile +++ b/www/phpsysinfo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= phpsysinfo -PORTVERSION= 3.0.7 +PORTVERSION= 3.0.10 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ @@ -18,6 +18,8 @@ LATEST_LINK= phpsysinfo-dev USE_PHP= pcre xml simplexml mbstring WANT_PHP_WEB= yes +LICENSE= GPLv2 + NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/www/phpsysinfo/distinfo b/www/phpsysinfo/distinfo index 9b9f9ed3da2e..26ea28d660b0 100644 --- a/www/phpsysinfo/distinfo +++ b/www/phpsysinfo/distinfo @@ -1,2 +1,2 @@ -SHA256 (phpsysinfo-3.0.7.tar.gz) = cafb2520ae55cf52b719de49e4c386d1ca156d0720fafab218af817e74a7f069 -SIZE (phpsysinfo-3.0.7.tar.gz) = 662039 +SHA256 (phpsysinfo-3.0.10.tar.gz) = 5ce510b2e7a5cdc521c38141425f90cf8f4d3565d65273ade61a2415bfab53e1 +SIZE (phpsysinfo-3.0.10.tar.gz) = 441969 diff --git a/www/phpsysinfo/pkg-plist b/www/phpsysinfo/pkg-plist index d032f66eb383..1381577b58f5 100644 --- a/www/phpsysinfo/pkg-plist +++ b/www/phpsysinfo/pkg-plist @@ -69,6 +69,7 @@ %%WWWDIR%%/includes/interface/class.PSI_Interface_Plugin.inc.php %%WWWDIR%%/includes/interface/class.PSI_Interface_Sensor.inc.php %%WWWDIR%%/includes/interface/class.PSI_Interface_UPS.inc.php +%%WWWDIR%%/includes/js/class.JSMin.inc.php %%WWWDIR%%/includes/js/class.JavaScriptPacker.inc.php %%WWWDIR%%/includes/mb/class.Coretemp.inc.php %%WWWDIR%%/includes/mb/class.HDDTemp.inc.php @@ -92,6 +93,7 @@ %%WWWDIR%%/includes/os/class.SunOS.inc.php %%WWWDIR%%/includes/os/class.WINNT.inc.php %%WWWDIR%%/includes/output/class.Output.inc.php +%%WWWDIR%%/includes/output/class.Template.inc.php %%WWWDIR%%/includes/output/class.Webpage.inc.php %%WWWDIR%%/includes/output/class.WebpageXML.inc.php %%WWWDIR%%/includes/output/class.WebpageXSLT.inc.php @@ -208,6 +210,7 @@ %%WWWDIR%%/plugins/UpdateNotifier/js/UpdateNotifier.js %%WWWDIR%%/plugins/UpdateNotifier/lang/en.xml %%WWWDIR%%/plugins/UpdateNotifier/lang/fr.xml +%%WWWDIR%%/plugins/UpdateNotifier/lang/pl.xml %%WWWDIR%%/plugins/ipmi/class.ipmi.inc.php %%WWWDIR%%/plugins/ipmi/ipmi.config.php %%WWWDIR%%/plugins/ipmi/js/ipmi.js @@ -220,6 +223,9 @@ %%WWWDIR%%/templates/clean.css %%WWWDIR%%/templates/cream.css %%WWWDIR%%/templates/cream/bg.gif +%%WWWDIR%%/templates/html/error_config.html +%%WWWDIR%%/templates/html/index_all.html +%%WWWDIR%%/templates/html/index_dynamic.html %%WWWDIR%%/templates/jstyle_blue.css %%WWWDIR%%/templates/jstyle_green.css %%WWWDIR%%/templates/nextgen.css @@ -235,6 +241,7 @@ @dirrm %%WWWDIR%%/templates/two @dirrm %%WWWDIR%%/templates/plugin @dirrm %%WWWDIR%%/templates/nextgen +@dirrm %%WWWDIR%%/templates/html @dirrm %%WWWDIR%%/templates/cream @dirrm %%WWWDIR%%/templates/aqua @dirrm %%WWWDIR%%/templates |