Date: Sat, 9 Mar 2024 14:11:06 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: 2d7f457dd0f6 - main - www/smarty: Update to 4.4.1 Message-ID: <202403091411.429EB6PS005703@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=2d7f457dd0f6293809a4e9b4acfd95ef2ee2ff98 commit 2d7f457dd0f6293809a4e9b4acfd95ef2ee2ff98 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 13:46:51 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 14:05:34 +0000 www/smarty: Update to 4.4.1 Changes: https://github.com/smarty-php/smarty/releases --- www/smarty/Makefile | 2 +- www/smarty/distinfo | 6 +++--- www/smarty/pkg-plist | 3 +++ 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/www/smarty/Makefile b/www/smarty/Makefile index a6e1314e7600..3ad9d51f938d 100644 --- a/www/smarty/Makefile +++ b/www/smarty/Makefile @@ -1,6 +1,6 @@ PORTNAME= smarty DISTVERSIONPREFIX= v -PORTVERSION= 4.3.4 +PORTVERSION= 4.4.1 CATEGORIES= www PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} diff --git a/www/smarty/distinfo b/www/smarty/distinfo index 5db5a13a85c2..ba71387bd24b 100644 --- a/www/smarty/distinfo +++ b/www/smarty/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696432882 -SHA256 (smarty-php-smarty-v4.3.4_GH0.tar.gz) = 4c8d5afdc58aa9fec2a27cd0b3bdac0e48fe6be022415ed7fc8d56b5be97418a -SIZE (smarty-php-smarty-v4.3.4_GH0.tar.gz) = 361396 +TIMESTAMP = 1709390446 +SHA256 (smarty-php-smarty-v4.4.1_GH0.tar.gz) = 977a0878598594521299f42a4d3e5b52361c5378c379e0f30ee32a1ed160153a +SIZE (smarty-php-smarty-v4.4.1_GH0.tar.gz) = 362765 diff --git a/www/smarty/pkg-plist b/www/smarty/pkg-plist index ea021aba3df2..013c0e885bb7 100644 --- a/www/smarty/pkg-plist +++ b/www/smarty/pkg-plist @@ -22,6 +22,7 @@ %%DATADIR%%/plugins/modifier.debug_print_var.php %%DATADIR%%/plugins/modifier.escape.php %%DATADIR%%/plugins/modifier.explode.php +%%DATADIR%%/plugins/modifier.implode.php %%DATADIR%%/plugins/modifier.mb_wordwrap.php %%DATADIR%%/plugins/modifier.number_format.php %%DATADIR%%/plugins/modifier.regex_replace.php @@ -37,6 +38,7 @@ %%DATADIR%%/plugins/modifiercompiler.escape.php %%DATADIR%%/plugins/modifiercompiler.from_charset.php %%DATADIR%%/plugins/modifiercompiler.indent.php +%%DATADIR%%/plugins/modifiercompiler.json_encode.php %%DATADIR%%/plugins/modifiercompiler.lower.php %%DATADIR%%/plugins/modifiercompiler.nl2br.php %%DATADIR%%/plugins/modifiercompiler.noprint.php @@ -46,6 +48,7 @@ %%DATADIR%%/plugins/modifiercompiler.strip.php %%DATADIR%%/plugins/modifiercompiler.strip_tags.php %%DATADIR%%/plugins/modifiercompiler.strlen.php +%%DATADIR%%/plugins/modifiercompiler.substr.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?202403091411.429EB6PS005703>