Date: Mon, 30 Jan 2023 13:06:31 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e0eef797852e - main - www/smarty: Update to 4.3.0 Message-ID: <202301301306.30UD6V7v053800@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e0eef797852eab7562d3ffad47b7fed53a99eed2 commit e0eef797852eab7562d3ffad47b7fed53a99eed2 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-01-30 12:28:57 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-01-30 12:59:13 +0000 www/smarty: Update to 4.3.0 Changes: https://github.com/smarty-php/smarty/releases --- www/smarty/Makefile | 2 +- www/smarty/distinfo | 6 +++--- www/smarty/pkg-plist | 6 ++++++ 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/www/smarty/Makefile b/www/smarty/Makefile index b229300e303c..ec0715a11ba4 100644 --- a/www/smarty/Makefile +++ b/www/smarty/Makefile @@ -1,6 +1,6 @@ PORTNAME= smarty DISTVERSIONPREFIX= v -PORTVERSION= 4.2.1 +PORTVERSION= 4.3.0 CATEGORIES= www PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} diff --git a/www/smarty/distinfo b/www/smarty/distinfo index e7d7f81346d9..50c2f32fe704 100644 --- a/www/smarty/distinfo +++ b/www/smarty/distinfo @@ -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 diff --git a/www/smarty/pkg-plist b/www/smarty/pkg-plist index 27d278e0dbca..ea021aba3df2 100644 --- a/www/smarty/pkg-plist +++ b/www/smarty/pkg-plist @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301301306.30UD6V7v053800>