- Update to 3.0
- While here, fix LICENSE PR: 212636 Submitted by: ports.maintainer@evilphi.com (maintainer)
This commit is contained in:
parent
7dbbe71810
commit
446891d4bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422035
4 changed files with 96 additions and 22 deletions
|
@ -2,14 +2,14 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= postfixadmin
|
||||
PORTVERSION= 2.93
|
||||
PORTVERSION= 3.0
|
||||
CATEGORIES= mail www
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports.maintainer@evilphi.com
|
||||
COMMENT= PHP web-based management tool for Postfix virtual domains and users
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/GPL-LICENSE.TXT
|
||||
|
||||
RUN_DEPENDS+= p5-DBI>=1.634:databases/p5-DBI \
|
||||
|
@ -19,7 +19,7 @@ RUN_DEPENDS+= p5-DBI>=1.634:databases/p5-DBI \
|
|||
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,21 +30,17 @@ SUB_FILES+= pkg-message
|
|||
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
|
||||
|
||||
WANT_PHP_WEB= yes
|
||||
SQLITE_USE= php=sqlite3
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${WWWDIR}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -13,4 +13,4 @@ Postfix Admin features:
|
|||
- Backup MX;
|
||||
- Packaged with over 25 languages.
|
||||
|
||||
WWW: http://www.postfixadmin.org
|
||||
WWW: http://www.postfixadmin.org/
|
||||
|
|
|
@ -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,19 +358,42 @@
|
|||
%%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
|
||||
%%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
|
||||
|
|
Loading…
Reference in a new issue