FreeBSD Bugzilla – Attachment 174700 Details for
Bug 212636
mail/postfixadmin: Update to 3.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Update patch
postfixadmin_3.0.patch.txt (text/plain), 12.06 KB, created by
ports.maintainer
on 2016-09-12 23:04:40 UTC
(
hide
)
Description:
Update patch
Filename:
MIME Type:
Creator:
ports.maintainer
Created:
2016-09-12 23:04:40 UTC
Size:
12.06 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 421963) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= postfixadmin >-PORTVERSION= 2.93 >+PORTVERSION= 3.0 > CATEGORIES= mail www > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} > >@@ -19,7 +19,7 @@ > p5-Mail-Sender>=0.7.04:mail/p5-Mail-Sender \ > p5-MIME-EncWords>=0.040:mail/p5-MIME-EncWords > >-USES= cpe perl5 shebangfix >+USES= cpe perl5 shebangfix php > CPE_VENDOR= postfix_admin_project > CPE_PRODUCT= postfix_admin > >@@ -30,22 +30,18 @@ > PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} > > OPTIONS_DEFINE= DOCS >-OPTIONS_SINGLE= DB >-OPTIONS_SINGLE_DB= MYSQL MYSQLI PGSQL >-MYSQLI_DESC= MySQL 4.1+ back-end (use mysqli PHP extension) >- >+OPTIONS_MULTI= DB >+OPTIONS_MULTI_DB= MYSQL PGSQL SQLITE > OPTIONS_DEFAULT= PGSQL > > USE_PERL5= run > >-USE_PHP= pcre session mbstring spl xmlrpc >+USE_PHP= mbstring pcre session spl xmlrpc > >-MYSQL_USE= php=mysql >-MYSQLI_USE= php=mysqli >+MYSQL_USE= php=mysqli > PGSQL_USE= php=pgsql >+SQLITE_USE= php=sqlite3 > >-WANT_PHP_WEB= yes >- > do-install: > @${MKDIR} ${STAGEDIR}${WWWDIR} > .for i in *.php calendar.js >Index: distinfo >=================================================================== >--- distinfo (revision 421963) >+++ distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (postfixadmin-2.93.tar.gz) = cc1ec188ea90254d8365081171dbbf2bfdf2a020bc943725b5a957de34bc1769 >-SIZE (postfixadmin-2.93.tar.gz) = 1269907 >+TIMESTAMP = 1473715952 >+SHA256 (postfixadmin-3.0.tar.gz) = 1f07a0003ad2cb2afaecc3d6b0399c3afd38744c43cef504552e687393263392 >+SIZE (postfixadmin-3.0.tar.gz) = 1303883 >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 421963) >+++ pkg-plist (working copy) >@@ -160,6 +160,7 @@ > %%WWWDIR%%/languages/nn.lang > %%WWWDIR%%/languages/pl.lang > %%WWWDIR%%/languages/pt-br.lang >+%%WWWDIR%%/languages/ro.lang > %%WWWDIR%%/languages/ru.lang > %%WWWDIR%%/languages/sk.lang > %%WWWDIR%%/languages/sl.lang >@@ -196,6 +197,7 @@ > %%WWWDIR%%/setup.php > %%WWWDIR%%/smarty.inc.php > %%WWWDIR%%/smarty/COPYING.lib >+%%WWWDIR%%/smarty/libs/Autoloader.php > %%WWWDIR%%/smarty/libs/Smarty.class.php > %%WWWDIR%%/smarty/libs/SmartyBC.class.php > %%WWWDIR%%/smarty/libs/debug.tpl >@@ -250,7 +252,7 @@ > %%WWWDIR%%/smarty/libs/sysplugins/smarty_cacheresource.php > %%WWWDIR%%/smarty/libs/sysplugins/smarty_cacheresource_custom.php > %%WWWDIR%%/smarty/libs/sysplugins/smarty_cacheresource_keyvaluestore.php >-%%WWWDIR%%/smarty/libs/sysplugins/smarty_config_source.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_data.php > %%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php > %%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_append.php > %%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_assign.php >@@ -273,10 +275,12 @@ > %%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_ldelim.php > %%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_nocache.php > %%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_private_block_plugin.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_private_foreachsection.php > %%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_private_function_plugin.php > %%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_private_modifier.php > %%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_private_object_block_function.php > %%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_private_object_function.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_private_php.php > %%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_private_print_expression.php > %%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_private_registered_block.php > %%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_private_registered_function.php >@@ -284,19 +288,69 @@ > %%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_rdelim.php > %%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_section.php > %%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_setfilter.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_shared_inheritance.php > %%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compile_while.php > %%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_compilebase.php >-%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_config.php > %%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_config_file_compiler.php > %%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_configfilelexer.php > %%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_configfileparser.php > %%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_data.php > %%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_debug.php >-%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_filter_handler.php >-%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_function_call_handler.php >-%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_get_include_path.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_extension_clear.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_extension_handler.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_addautoloadfilters.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_adddefaultmodifiers.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_append.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_appendbyref.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_assignbyref.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_assignglobal.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_clearallassign.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_clearallcache.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_clearassign.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_clearcache.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_clearcompiledtemplate.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_clearconfig.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_compileallconfig.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_compilealltemplates.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_configload.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_createdata.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_getautoloadfilters.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_getconfigvars.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_getdebugtemplate.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_getdefaultmodifiers.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_getregisteredobject.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_getstreamvariable.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_gettags.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_loadfilter.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_loadplugin.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_mustcompile.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_registercacheresource.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_registerclass.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_registerdefaultconfighandler.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_registerdefaultpluginhandler.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_registerdefaulttemplatehandler.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_registerfilter.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_registerobject.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_registerresource.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_setautoloadfilters.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_setdebugtemplate.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_setdefaultmodifiers.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_unloadfilter.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_unregistercacheresource.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_unregisterfilter.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_unregisterobject.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_unregisterplugin.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_method_unregisterresource.php > %%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_nocache_insert.php > %%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_parsetree.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_parsetree_code.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_parsetree_dq.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_parsetree_dqcontent.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_parsetree_tag.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_parsetree_template.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_parsetree_text.php > %%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_resource_eval.php > %%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_resource_extends.php > %%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_resource_file.php >@@ -304,6 +358,20 @@ > %%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_resource_registered.php > %%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_resource_stream.php > %%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_resource_string.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_runtime_cachemodify.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_runtime_getincludepath.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_runtime_hhvm.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_runtime_subtemplate.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_runtime_updatescope.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_runtime_validatecompiled.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_runtime_var.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php > %%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_smartytemplatecompiler.php > %%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_template.php > %%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_templatebase.php >@@ -310,13 +378,22 @@ > %%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php > %%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_templatelexer.php > %%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_templateparser.php >-%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_utility.php >-%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_write_file.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_testinstall.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_internal_undefined.php > %%WWWDIR%%/smarty/libs/sysplugins/smarty_resource.php > %%WWWDIR%%/smarty/libs/sysplugins/smarty_resource_custom.php > %%WWWDIR%%/smarty/libs/sysplugins/smarty_resource_recompiled.php > %%WWWDIR%%/smarty/libs/sysplugins/smarty_resource_uncompiled.php > %%WWWDIR%%/smarty/libs/sysplugins/smarty_security.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_template_cached.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_template_compiled.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_template_config.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_template_resource_base.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_template_source.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_undefined_variable.php >+%%WWWDIR%%/smarty/libs/sysplugins/smarty_variable.php >+%%WWWDIR%%/smarty/libs/sysplugins/smartycompilerexception.php >+%%WWWDIR%%/smarty/libs/sysplugins/smartyexception.php > %%WWWDIR%%/smarty/smarty_version > %%WWWDIR%%/templates/backupwarning.tpl > %%WWWDIR%%/templates/broadcast-message.tpl
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 212636
: 174700