www/smarty: Update to 4.3.0

Changes:	https://github.com/smarty-php/smarty/releases
This commit is contained in:
Po-Chuan Hsieh 2023-01-30 20:28:57 +08:00
parent 6ab07aa32f
commit e0eef79785
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 10 additions and 4 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= smarty
DISTVERSIONPREFIX= v
PORTVERSION= 4.2.1
PORTVERSION= 4.3.0
CATEGORIES= www
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1663672760
SHA256 (smarty-php-smarty-v4.2.1_GH0.tar.gz) = 966ed52f98dac2863be8b145c78a2d83d719da6943b87942148afe51651e112b
SIZE (smarty-php-smarty-v4.2.1_GH0.tar.gz) = 236881
TIMESTAMP = 1674589566
SHA256 (smarty-php-smarty-v4.3.0_GH0.tar.gz) = 6e1eaf7f3a99ce26d9ff747ca92169a1369bbadfce8e4f73ed042a6854c13021
SIZE (smarty-php-smarty-v4.3.0_GH0.tar.gz) = 360023

View File

@ -2,6 +2,7 @@
%%DATADIR%%/Smarty.class.php
%%DATADIR%%/bootstrap.php
%%DATADIR%%/debug.tpl
%%DATADIR%%/functions.php
%%DATADIR%%/plugins/block.textformat.php
%%DATADIR%%/plugins/function.counter.php
%%DATADIR%%/plugins/function.cycle.php
@ -16,6 +17,7 @@
%%DATADIR%%/plugins/function.mailto.php
%%DATADIR%%/plugins/function.math.php
%%DATADIR%%/plugins/modifier.capitalize.php
%%DATADIR%%/plugins/modifier.count.php
%%DATADIR%%/plugins/modifier.date_format.php
%%DATADIR%%/plugins/modifier.debug_print_var.php
%%DATADIR%%/plugins/modifier.escape.php
@ -36,10 +38,14 @@
%%DATADIR%%/plugins/modifiercompiler.from_charset.php
%%DATADIR%%/plugins/modifiercompiler.indent.php
%%DATADIR%%/plugins/modifiercompiler.lower.php
%%DATADIR%%/plugins/modifiercompiler.nl2br.php
%%DATADIR%%/plugins/modifiercompiler.noprint.php
%%DATADIR%%/plugins/modifiercompiler.round.php
%%DATADIR%%/plugins/modifiercompiler.str_repeat.php
%%DATADIR%%/plugins/modifiercompiler.string_format.php
%%DATADIR%%/plugins/modifiercompiler.strip.php
%%DATADIR%%/plugins/modifiercompiler.strip_tags.php
%%DATADIR%%/plugins/modifiercompiler.strlen.php
%%DATADIR%%/plugins/modifiercompiler.to_charset.php
%%DATADIR%%/plugins/modifiercompiler.unescape.php
%%DATADIR%%/plugins/modifiercompiler.upper.php