Index: head/www/bacula-web/Makefile =================================================================== --- head/www/bacula-web/Makefile (revision 420996) +++ head/www/bacula-web/Makefile (revision 420997) @@ -1,63 +1,63 @@ # Created by: Dan Langille # $FreeBSD$ PORTNAME= bacula-web -DISTVERSION= 7.0.3 +DISTVERSION= 7.2.0 CATEGORIES= www sysutils MASTER_SITES= http://www.bacula-web.org/files/bacula-web.org/downloads/ MAINTAINER= dvl@FreeBSD.org COMMENT= Bacula-web provides a summarized output of Bacula jobs LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/docs/COPYING USES= tar:tgz USE_PHP= gd gettext session WANT_PHP_WEB= yes NO_BUILD= yes NO_ARCH= yes NO_WRKSUBDIR= yes BACULAWEB_HOME?=${WWWDIR} BASE= ${BACULAWEB_HOME:S|${PREFIX}/||} SUB_FILES= pkg-message PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} BASE=${BASE} SUB_LIST= BASE=${BASE} OPTIONS_DEFINE= MYSQL PGSQL SQLITE OPTIONS_DEFAULT= PGSQL SQLITE_USES= sqlite .include .if ${PORT_OPTIONS:MMYSQL} USE_MYSQL= yes CONFIGURE_ARGS+= --with-mysql=yes SUB_LIST+= REQ_MYSQL=mysql USE_PHP+= pdo_mysql .endif .if ${PORT_OPTIONS:MPGSQL} USES+= pgsql CONFIGURE_ARGS+= --with-postgresql=yes SUB_LIST+= REQ_PGSQL=postgresql USE_PHP+= pdo_pgsql .endif .if ${PORT_OPTIONS:MSQLITE} CONFIGURE_ARGS+= --with-sqlite=yes SUB_LIST+= REQ_SQLITE=sqlite USE_PHP+= pdo_sqlite .endif do-install: @${ECHO} "Installing in ${BACULAWEB_HOME}" ${MKDIR} ${STAGEDIR}${BACULAWEB_HOME} cd ${WRKSRC} && ${COPYTREE_SHARE} application \ ${STAGEDIR}${BACULAWEB_HOME} cd ${WRKSRC} && ${COPYTREE_SHARE} core ${STAGEDIR}${BACULAWEB_HOME} ${INSTALL_DATA} ${WRKSRC}/*.php ${STAGEDIR}${BACULAWEB_HOME} .include Index: head/www/bacula-web/distinfo =================================================================== --- head/www/bacula-web/distinfo (revision 420996) +++ head/www/bacula-web/distinfo (revision 420997) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472061971 -SHA256 (bacula-web-7.0.3.tgz) = 6030a587cb32ac34c0b338fac95bb8c57ff2efda6989ea9131dcdc3547fb14ba -SIZE (bacula-web-7.0.3.tgz) = 1028134 +TIMESTAMP = 1472329073 +SHA256 (bacula-web-7.2.0.tgz) = 122b2d522aa98ea5b30b9791027822cbfdfb87feb875e4d84d4604756e321b02 +SIZE (bacula-web-7.2.0.tgz) = 1170149 Index: head/www/bacula-web/pkg-plist =================================================================== --- head/www/bacula-web/pkg-plist (revision 420996) +++ head/www/bacula-web/pkg-plist (revision 420997) @@ -1,224 +1,233 @@ @owner %%WWWOWN%% @group %%WWWGRP%% %%WWWDIR%%/application/assets/css/default.css %%WWWDIR%%/application/assets/js/default.js %%WWWDIR%%/application/assets/js/ie10-viewport-bug-workaround.js %%BASE%%/application/config/.htaccess %%BASE%%/application/config/config.php.sample %%BASE%%/application/libs/fileconfig.class.php %%BASE%%/application/locale/de_DE/LC_MESSAGES/messages.mo %%BASE%%/application/locale/de_DE/LC_MESSAGES/messages.po %%BASE%%/application/locale/en_EN/LC_MESSAGES/messages.mo %%BASE%%/application/locale/en_EN/LC_MESSAGES/messages.po %%BASE%%/application/locale/es_ES/LC_MESSAGES/messages.mo %%BASE%%/application/locale/es_ES/LC_MESSAGES/messages.po %%BASE%%/application/locale/fr_FR/LC_MESSAGES/messages.mo %%BASE%%/application/locale/fr_FR/LC_MESSAGES/messages.po %%BASE%%/application/locale/it_IT/LC_MESSAGES/messages.mo %%BASE%%/application/locale/it_IT/LC_MESSAGES/messages.po +%%BASE%%/application/locale/ja_JP/LC_MESSAGES/messages.mo +%%BASE%%/application/locale/ja_JP/LC_MESSAGES/messages.po %%BASE%%/application/locale/nl_NL/LC_MESSAGES/messages.mo %%BASE%%/application/locale/nl_NL/LC_MESSAGES/messages.po %%BASE%%/application/locale/pt_BR/LC_MESSAGES/messages.mo %%BASE%%/application/locale/pt_BR/LC_MESSAGES/messages.po %%BASE%%/application/locale/sv_SV/LC_MESSAGES/messages.mo %%BASE%%/application/locale/sv_SV/LC_MESSAGES/messages.po %%BASE%%/application/models/clients.model.php %%BASE%%/application/models/database.model.php %%BASE%%/application/models/filesets.model.php %%BASE%%/application/models/jobs.model.php %%BASE%%/application/models/pools.model.php %%BASE%%/application/models/volumes.model.php %%BASE%%/application/view/backupjob-report.tpl %%BASE%%/application/view/cache/README %%BASE%%/application/view/client-report.tpl %%BASE%%/application/view/footer.tpl %%BASE%%/application/view/header.tpl %%BASE%%/application/view/index.tpl %%BASE%%/application/view/joblogs.tpl %%BASE%%/application/view/jobs.tpl %%BASE%%/application/view/pools.tpl %%BASE%%/application/view/test.tpl %%BASE%%/backupjob-report.php %%BASE%%/client-report.php %%BASE%%/core/app/cerrorhandler.class.php %%BASE%%/core/app/classautoloader.class.php %%BASE%%/core/app/cmodel.class.php %%BASE%%/core/app/cview.class.php %%BASE%%/core/bweb.class.php %%BASE%%/core/const.inc.php %%BASE%%/core/db/cdb.class.php %%BASE%%/core/db/cdbquery.class.php %%BASE%%/core/db/cdbresult.class.php %%BASE%%/core/db/cdbutils.class.php %%BASE%%/core/global.inc.php %%BASE%%/core/graph/cgraph.class.php %%BASE%%/core/i18n/ctranslation.class.php %%BASE%%/core/utils/chttprequest.class.php %%BASE%%/core/utils/cutils.class.php %%BASE%%/core/utils/datetimeutil.class.php %%BASE%%/core/utils/file.class.php -%%WWWDIR%%/core/vendor/bootstrap/css/bootstrap-theme.css -%%WWWDIR%%/core/vendor/bootstrap/css/bootstrap-theme.css.map -%%WWWDIR%%/core/vendor/bootstrap/css/bootstrap-theme.min.css -%%WWWDIR%%/core/vendor/bootstrap/css/bootstrap.css -%%WWWDIR%%/core/vendor/bootstrap/css/bootstrap.css.map -%%WWWDIR%%/core/vendor/bootstrap/css/bootstrap.min.css -%%WWWDIR%%/core/vendor/bootstrap/fonts/glyphicons-halflings-regular.eot -%%WWWDIR%%/core/vendor/bootstrap/fonts/glyphicons-halflings-regular.svg -%%WWWDIR%%/core/vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf -%%WWWDIR%%/core/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff -%%WWWDIR%%/core/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff2 -%%WWWDIR%%/core/vendor/bootstrap/js/bootstrap.js -%%WWWDIR%%/core/vendor/bootstrap/js/bootstrap.min.js -%%WWWDIR%%/core/vendor/bootstrap/js/npm.js +%%BASE%%/core/vendor/bootstrap +%%BASE%%/core/vendor/bootstrap-3.3.6-dist/css/bootstrap-theme.css +%%BASE%%/core/vendor/bootstrap-3.3.6-dist/css/bootstrap-theme.css.map +%%BASE%%/core/vendor/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css +%%BASE%%/core/vendor/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css.map +%%BASE%%/core/vendor/bootstrap-3.3.6-dist/css/bootstrap.css +%%BASE%%/core/vendor/bootstrap-3.3.6-dist/css/bootstrap.css.map +%%BASE%%/core/vendor/bootstrap-3.3.6-dist/css/bootstrap.min.css +%%BASE%%/core/vendor/bootstrap-3.3.6-dist/css/bootstrap.min.css.map +%%BASE%%/core/vendor/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.eot +%%BASE%%/core/vendor/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.svg +%%BASE%%/core/vendor/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.ttf +%%BASE%%/core/vendor/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.woff +%%BASE%%/core/vendor/bootstrap-3.3.6-dist/fonts/glyphicons-halflings-regular.woff2 +%%BASE%%/core/vendor/bootstrap-3.3.6-dist/js/bootstrap.js +%%BASE%%/core/vendor/bootstrap-3.3.6-dist/js/bootstrap.min.js +%%BASE%%/core/vendor/bootstrap-3.3.6-dist/js/npm.js +%%BASE%%/core/vendor/bootstrap-datetimepicker-4.7.14/css/bootstrap-datetimepicker.min.css +%%BASE%%/core/vendor/bootstrap-datetimepicker-4.7.14/js/bootstrap-datetimepicker.js +%%BASE%%/core/vendor/bootstrap-datetimepicker-4.7.14/js/bootstrap-datetimepicker.min.js +%%BASE%%/core/vendor/moment/moment-with-locales.min.js %%WWWDIR%%/core/vendor/font-awesome/css/font-awesome.css %%WWWDIR%%/core/vendor/font-awesome/css/font-awesome.min.css %%WWWDIR%%/core/vendor/font-awesome/fonts/FontAwesome.otf %%WWWDIR%%/core/vendor/font-awesome/fonts/fontawesome-webfont.eot %%WWWDIR%%/core/vendor/font-awesome/fonts/fontawesome-webfont.svg %%WWWDIR%%/core/vendor/font-awesome/fonts/fontawesome-webfont.ttf %%WWWDIR%%/core/vendor/font-awesome/fonts/fontawesome-webfont.woff %%WWWDIR%%/core/vendor/font-awesome/less/bordered-pulled.less %%WWWDIR%%/core/vendor/font-awesome/less/core.less %%WWWDIR%%/core/vendor/font-awesome/less/fixed-width.less %%WWWDIR%%/core/vendor/font-awesome/less/font-awesome.less %%WWWDIR%%/core/vendor/font-awesome/less/icons.less %%WWWDIR%%/core/vendor/font-awesome/less/larger.less %%WWWDIR%%/core/vendor/font-awesome/less/list.less %%WWWDIR%%/core/vendor/font-awesome/less/mixins.less %%WWWDIR%%/core/vendor/font-awesome/less/path.less %%WWWDIR%%/core/vendor/font-awesome/less/rotated-flipped.less %%WWWDIR%%/core/vendor/font-awesome/less/spinning.less %%WWWDIR%%/core/vendor/font-awesome/less/stacked.less %%WWWDIR%%/core/vendor/font-awesome/less/variables.less %%WWWDIR%%/core/vendor/font-awesome/scss/_bordered-pulled.scss %%WWWDIR%%/core/vendor/font-awesome/scss/_core.scss %%WWWDIR%%/core/vendor/font-awesome/scss/_fixed-width.scss %%WWWDIR%%/core/vendor/font-awesome/scss/_icons.scss %%WWWDIR%%/core/vendor/font-awesome/scss/_larger.scss %%WWWDIR%%/core/vendor/font-awesome/scss/_list.scss %%WWWDIR%%/core/vendor/font-awesome/scss/_mixins.scss %%WWWDIR%%/core/vendor/font-awesome/scss/_path.scss %%WWWDIR%%/core/vendor/font-awesome/scss/_rotated-flipped.scss %%WWWDIR%%/core/vendor/font-awesome/scss/_spinning.scss %%WWWDIR%%/core/vendor/font-awesome/scss/_stacked.scss %%WWWDIR%%/core/vendor/font-awesome/scss/_variables.scss %%WWWDIR%%/core/vendor/font-awesome/scss/font-awesome.scss %%WWWDIR%%/core/vendor/jquery-1.11.1/jquery-1.11.1.min.js %%WWWDIR%%/core/vendor/phplot-6.1.0/COPYING %%WWWDIR%%/core/vendor/phplot-6.1.0/ChangeLog %%WWWDIR%%/core/vendor/phplot-6.1.0/NEWS.txt %%WWWDIR%%/core/vendor/phplot-6.1.0/NEWS_part1.txt %%WWWDIR%%/core/vendor/phplot-6.1.0/README.txt %%WWWDIR%%/core/vendor/phplot-6.1.0/contrib/README.txt %%WWWDIR%%/core/vendor/phplot-6.1.0/contrib/color_range.example.php %%WWWDIR%%/core/vendor/phplot-6.1.0/contrib/color_range.php %%WWWDIR%%/core/vendor/phplot-6.1.0/contrib/color_range.test1.php %%WWWDIR%%/core/vendor/phplot-6.1.0/contrib/color_range.test2.php %%WWWDIR%%/core/vendor/phplot-6.1.0/contrib/data_table.example1.php %%WWWDIR%%/core/vendor/phplot-6.1.0/contrib/data_table.example2.php %%WWWDIR%%/core/vendor/phplot-6.1.0/contrib/data_table.example3.php %%WWWDIR%%/core/vendor/phplot-6.1.0/contrib/data_table.php %%WWWDIR%%/core/vendor/phplot-6.1.0/contrib/prune_labels.example.php %%WWWDIR%%/core/vendor/phplot-6.1.0/contrib/prune_labels.php %%WWWDIR%%/core/vendor/phplot-6.1.0/contrib/prune_labels.test.php %%WWWDIR%%/core/vendor/phplot-6.1.0/phplot.php %%WWWDIR%%/core/vendor/phplot-6.1.0/rgb.inc.php %%WWWDIR%%/core/vendor/smarty-2.6.28/BUGS %%WWWDIR%%/core/vendor/smarty-2.6.28/COPYING.lib %%WWWDIR%%/core/vendor/smarty-2.6.28/ChangeLog %%WWWDIR%%/core/vendor/smarty-2.6.28/FAQ %%WWWDIR%%/core/vendor/smarty-2.6.28/INSTALL %%WWWDIR%%/core/vendor/smarty-2.6.28/NEWS %%WWWDIR%%/core/vendor/smarty-2.6.28/QUICK_START %%WWWDIR%%/core/vendor/smarty-2.6.28/README %%WWWDIR%%/core/vendor/smarty-2.6.28/RELEASE_NOTES %%WWWDIR%%/core/vendor/smarty-2.6.28/TODO %%WWWDIR%%/core/vendor/smarty-2.6.28/demo/configs/test.conf %%WWWDIR%%/core/vendor/smarty-2.6.28/demo/index.php %%WWWDIR%%/core/vendor/smarty-2.6.28/demo/templates/footer.tpl %%WWWDIR%%/core/vendor/smarty-2.6.28/demo/templates/header.tpl %%WWWDIR%%/core/vendor/smarty-2.6.28/demo/templates/index.tpl %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/Config_File.class.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/Smarty.class.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/Smarty_Compiler.class.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/debug.tpl %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/internals/core.assemble_plugin_filepath.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/internals/core.assign_smarty_interface.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/internals/core.create_dir_structure.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/internals/core.display_debug_console.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/internals/core.get_include_path.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/internals/core.get_microtime.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/internals/core.get_php_resource.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/internals/core.is_secure.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/internals/core.is_trusted.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/internals/core.load_plugins.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/internals/core.load_resource_plugin.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/internals/core.process_cached_inserts.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/internals/core.process_compiled_include.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/internals/core.read_cache_file.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/internals/core.rm_auto.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/internals/core.rmdir.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/internals/core.run_insert_handler.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/internals/core.smarty_include_php.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/internals/core.write_cache_file.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/internals/core.write_compiled_include.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/internals/core.write_compiled_resource.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/internals/core.write_file.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/block.textformat.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/compiler.assign.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/function.assign_debug_info.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/function.config_load.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/function.counter.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/function.cycle.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/function.debug.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/function.eval.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/function.fetch.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/function.html_checkboxes.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/function.html_image.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/function.html_options.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/function.html_radios.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/function.html_select_date.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/function.html_select_time.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/function.html_table.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/function.mailto.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/function.math.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/function.popup.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/function.popup_init.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/modifier.capitalize.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/modifier.cat.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/modifier.count_characters.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/modifier.count_paragraphs.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/modifier.count_sentences.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/modifier.count_words.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/modifier.date_format.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/modifier.debug_print_var.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/modifier.default.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/modifier.escape.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/modifier.indent.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/modifier.lower.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/modifier.nl2br.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/modifier.regex_replace.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/modifier.replace.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/modifier.spacify.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/modifier.string_format.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/modifier.strip.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/modifier.strip_tags.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/modifier.truncate.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/modifier.upper.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/modifier.wordwrap.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/outputfilter.trimwhitespace.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/shared.escape_special_chars.php %%WWWDIR%%/core/vendor/smarty-2.6.28/libs/plugins/shared.make_timestamp.php %%WWWDIR%%/core/vendor/smarty-gettext-1.1/COPYING %%WWWDIR%%/core/vendor/smarty-gettext-1.1/ChangeLog %%WWWDIR%%/core/vendor/smarty-gettext-1.1/README %%WWWDIR%%/core/vendor/smarty-gettext-1.1/smarty-gettext.php %%WWWDIR%%/core/vendor/smarty-gettext-1.1/tsmarty2c.php %%BASE%%/index.php %%BASE%%/joblogs.php %%BASE%%/jobs.php %%BASE%%/pools.php %%BASE%%/test.php @owner @group