diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2011-04-06 11:52:36 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2011-04-06 11:52:36 +0000 |
commit | b247ccb9721e85ecb81d71b250bfb73f5266ea20 (patch) | |
tree | 67519a6cc6c156a938119a770f42734ca36532c2 | |
parent | 1842f0ab649e4b577c738d07b67c8fac0b2bbcfe (diff) |
- Update to 3.0.10
- Add license
PR: ports/156079
Submitted by: Hsin-Han You <hhyou _AT_ cs.nctu.edu.tw>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=272303
-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 |