svn commit: r458564 - head/www/smarty3
Jochen Neumeister
joneum at FreeBSD.org
Tue Jan 9 20:22:16 UTC 2018
Author: joneum
Date: Tue Jan 9 20:22:14 2018
New Revision: 458564
URL: https://svnweb.freebsd.org/changeset/ports/458564
Log:
www/smarty3: Update from 3.1.29 to 3.1.30
Changelog: https://github.com/smarty-php/smarty/blob/v3.1.30/change_log.txt
PR: 224564
Reported by: Matthias Fechner <idefix at fechner.net>
Approved by: maintainer timeout (2 weeks) tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13684
Modified:
head/www/smarty3/Makefile
head/www/smarty3/distinfo
head/www/smarty3/pkg-plist
Modified: head/www/smarty3/Makefile
==============================================================================
--- head/www/smarty3/Makefile Tue Jan 9 20:06:34 2018 (r458563)
+++ head/www/smarty3/Makefile Tue Jan 9 20:22:14 2018 (r458564)
@@ -2,9 +2,8 @@
# $FreeBSD$
PORTNAME= smarty
-PORTVERSION= 3.1.29
DISTVERSIONPREFIX= v
-PORTREVISION= 1
+DISTVERSION= 3.1.30
CATEGORIES= www
PKGNAMESUFFIX= 3
@@ -13,15 +12,15 @@ COMMENT= PHP compiling template engine
LICENSE= LGPL3
-NO_BUILD= yes
USES= php:web
USE_PHP= pcre
-
-PKGMESSAGE= ${WRKDIR}/pkg-message
-SUB_FILES= pkg-message
-
USE_GITHUB= yes
GH_ACCOUNT= smarty-php
+
+NO_ARCH= yes
+NO_BUILD= yes
+
+SUB_FILES= pkg-message
DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}
Modified: head/www/smarty3/distinfo
==============================================================================
--- head/www/smarty3/distinfo Tue Jan 9 20:06:34 2018 (r458563)
+++ head/www/smarty3/distinfo Tue Jan 9 20:22:14 2018 (r458564)
@@ -1,2 +1,3 @@
-SHA256 (smarty-php-smarty-v3.1.29_GH0.tar.gz) = ce01732b9d1fe08d3ca3e9daa465388c8c2b698f0d2b657487e21c6e1de74a96
-SIZE (smarty-php-smarty-v3.1.29_GH0.tar.gz) = 248036
+TIMESTAMP = 1514112048
+SHA256 (smarty-php-smarty-v3.1.30_GH0.tar.gz) = 62461370c73fb3eb315c6a0a55f9bdbb04d115a0e3eaf46d76d68336524f344f
+SIZE (smarty-php-smarty-v3.1.30_GH0.tar.gz) = 255464
Modified: head/www/smarty3/pkg-plist
==============================================================================
--- head/www/smarty3/pkg-plist Tue Jan 9 20:06:34 2018 (r458563)
+++ head/www/smarty3/pkg-plist Tue Jan 9 20:22:14 2018 (r458564)
@@ -53,6 +53,7 @@
%%DATADIR%%/sysplugins/smarty_cacheresource_custom.php
%%DATADIR%%/sysplugins/smarty_cacheresource_keyvaluestore.php
%%DATADIR%%/sysplugins/smarty_data.php
+%%DATADIR%%/sysplugins/smarty_internal_block.php
%%DATADIR%%/sysplugins/smarty_internal_cacheresource_file.php
%%DATADIR%%/sysplugins/smarty_internal_compile_append.php
%%DATADIR%%/sysplugins/smarty_internal_compile_assign.php
@@ -73,6 +74,7 @@
%%DATADIR%%/sysplugins/smarty_internal_compile_include_php.php
%%DATADIR%%/sysplugins/smarty_internal_compile_insert.php
%%DATADIR%%/sysplugins/smarty_internal_compile_ldelim.php
+%%DATADIR%%/sysplugins/smarty_internal_compile_make_nocache.php
%%DATADIR%%/sysplugins/smarty_internal_compile_nocache.php
%%DATADIR%%/sysplugins/smarty_internal_compile_private_block_plugin.php
%%DATADIR%%/sysplugins/smarty_internal_compile_private_foreachsection.php
@@ -118,6 +120,7 @@
%%DATADIR%%/sysplugins/smarty_internal_method_getconfigvars.php
%%DATADIR%%/sysplugins/smarty_internal_method_getdebugtemplate.php
%%DATADIR%%/sysplugins/smarty_internal_method_getdefaultmodifiers.php
+%%DATADIR%%/sysplugins/smarty_internal_method_getglobal.php
%%DATADIR%%/sysplugins/smarty_internal_method_getregisteredobject.php
%%DATADIR%%/sysplugins/smarty_internal_method_getstreamvariable.php
%%DATADIR%%/sysplugins/smarty_internal_method_gettags.php
@@ -159,18 +162,16 @@
%%DATADIR%%/sysplugins/smarty_internal_resource_stream.php
%%DATADIR%%/sysplugins/smarty_internal_resource_string.php
%%DATADIR%%/sysplugins/smarty_internal_runtime_cachemodify.php
+%%DATADIR%%/sysplugins/smarty_internal_runtime_capture.php
%%DATADIR%%/sysplugins/smarty_internal_runtime_codeframe.php
%%DATADIR%%/sysplugins/smarty_internal_runtime_filterhandler.php
%%DATADIR%%/sysplugins/smarty_internal_runtime_foreach.php
%%DATADIR%%/sysplugins/smarty_internal_runtime_getincludepath.php
-%%DATADIR%%/sysplugins/smarty_internal_runtime_hhvm.php
%%DATADIR%%/sysplugins/smarty_internal_runtime_inheritance.php
-%%DATADIR%%/sysplugins/smarty_internal_runtime_subtemplate.php
+%%DATADIR%%/sysplugins/smarty_internal_runtime_make_nocache.php
%%DATADIR%%/sysplugins/smarty_internal_runtime_tplfunction.php
%%DATADIR%%/sysplugins/smarty_internal_runtime_updatecache.php
%%DATADIR%%/sysplugins/smarty_internal_runtime_updatescope.php
-%%DATADIR%%/sysplugins/smarty_internal_runtime_validatecompiled.php
-%%DATADIR%%/sysplugins/smarty_internal_runtime_var.php
%%DATADIR%%/sysplugins/smarty_internal_runtime_writefile.php
%%DATADIR%%/sysplugins/smarty_internal_smartytemplatecompiler.php
%%DATADIR%%/sysplugins/smarty_internal_template.php
More information about the svn-ports-all
mailing list