ports/58684: [MAINTAINER UPDATE] port www/smarty

zhuravlev alexander zaa at ulstu.ru
Wed Oct 29 14:40:21 UTC 2003


>Number:         58684
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] port www/smarty
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 29 06:40:16 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     zhuravlev alexander
>Release:        FreeBSD 4.9-RC i386
>Organization:
Ulyanovsk State Technical University
>Environment:
System: FreeBSD orion.ulstu.ru 4.9-RC FreeBSD 4.9-RC #1: Sat Oct 4 14:28:38 MSD 2003 root at orion.ulstu.ru:/usr/obj/usr/src/sys/ORION i386


	
>Description:
	Maintainer update of port www/smarty to version Smarty-2.6.0-RC2
>How-To-Repeat:
	
>Fix:

	

--- smarty.patch begins here ---
diff -urN smarty.old/Makefile smarty/Makefile
--- smarty.old/Makefile	Wed Oct 22 04:01:59 2003
+++ smarty/Makefile	Wed Oct 29 16:50:51 2003
@@ -2,16 +2,15 @@
 # Date created:		10 March 2002
 # Whom:			Simon 'corecode' Schubert <corecode at corecode.ath.cx>
 #
-# $FreeBSD: ports/www/smarty/Makefile,v 1.11 2003/10/21 08:19:40 foxfair Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	smarty
-PORTVERSION=	2.5.0
-PORTREVISION=	1
+PORTVERSION=	2.6.0.r2
 CATEGORIES=	www
 MASTER_SITES=	http://smarty.php.net/distributions/ \
 		http://smarty.php.net/distributions/manual/en/:manual
-DISTFILES=	Smarty-${PORTVERSION}${EXTRACT_SUFX}
+DISTFILES=	Smarty-${PORTVERSION:S/.r2/-RC2/}${EXTRACT_SUFX}
 .if !defined(NOPORTDOCS)
 DISTFILES+=	Smarty-2.5.0-docs${EXTRACT_SUFX}:manual
 .endif
@@ -21,7 +20,7 @@
 
 RUN_DEPENDS=	php-config:${PORTSDIR}/www/mod_php4
 
-WRKSRC=	${WRKDIR}/Smarty-${PORTVERSION}
+WRKSRC=	${WRKDIR}/Smarty-${PORTVERSION:S/.r2/-RC2/}
 
 NO_BUILD=	yes
 
@@ -37,6 +36,8 @@
 .for f in Config_File.class.php Smarty.class.php Smarty_Compiler.class.php debug.tpl
 	@${INSTALL_DATA} ${WRKSRC}/libs/$f ${DATADIR}
 .endfor
+	@${MKDIR} ${DATADIR}/core
+	@${INSTALL_DATA} ${WRKSRC}/libs/core/* ${DATADIR}/core
 	@${MKDIR} ${DATADIR}/plugins
 	@${INSTALL_DATA} ${WRKSRC}/libs/plugins/* ${DATADIR}/plugins
 .if !defined(NOPORTDOCS)
diff -urN smarty.old/distinfo smarty/distinfo
--- smarty.old/distinfo	Thu Jul 24 04:02:11 2003
+++ smarty/distinfo	Wed Oct 29 15:32:15 2003
@@ -1,2 +1,2 @@
-MD5 (Smarty-2.5.0.tar.gz) = 9acb557dc4e344fadc2ab2270c74dfa2
+MD5 (Smarty-2.6.0-RC2.tar.gz) = 57e8c475d553b8128247148e0fd78cce
 MD5 (Smarty-2.5.0-docs.tar.gz) = 22bd33a9b9cf497e80eb21659b4c2163
diff -urN smarty.old/pkg-plist smarty/pkg-plist
--- smarty.old/pkg-plist	Wed Oct 22 04:02:00 2003
+++ smarty/pkg-plist	Wed Oct 29 17:20:05 2003
@@ -222,9 +222,32 @@
 %%DATADIR%%/Smarty.class.php
 %%DATADIR%%/Smarty_Compiler.class.php
 %%DATADIR%%/debug.tpl
+%%DATADIR%%/core/core.assemble_plugin_filepath.php
+%%DATADIR%%/core/core.assign_smarty_interface.php
+%%DATADIR%%/core/core.create_dir_structure.php
+%%DATADIR%%/core/core.display_debug_console.php
+%%DATADIR%%/core/core.get_include_path.php
+%%DATADIR%%/core/core.get_microtime.php
+%%DATADIR%%/core/core.get_php_resource.php
+%%DATADIR%%/core/core.is_secure.php
+%%DATADIR%%/core/core.is_trusted.php
+%%DATADIR%%/core/core.load_plugins.php
+%%DATADIR%%/core/core.load_resource_plugin.php
+%%DATADIR%%/core/core.process_cached_inserts.php
+%%DATADIR%%/core/core.process_compiled_include.php
+%%DATADIR%%/core/core.read_cache_file.php
+%%DATADIR%%/core/core.rm_auto.php
+%%DATADIR%%/core/core.rmdir.php
+%%DATADIR%%/core/core.run_insert_handler.php
+%%DATADIR%%/core/core.smarty_include_php.php
+%%DATADIR%%/core/core.write_cache_file.php
+%%DATADIR%%/core/core.write_compiled_include.php
+%%DATADIR%%/core/core.write_compiled_resource.php
+%%DATADIR%%/core/core.write_file.php
 %%DATADIR%%/plugins/block.textformat.php
 %%DATADIR%%/plugins/function.assign.php
 %%DATADIR%%/plugins/function.assign_debug_info.php
+%%DATADIR%%/plugins/function.config_load.php
 %%DATADIR%%/plugins/function.counter.php
 %%DATADIR%%/plugins/function.cycle.php
 %%DATADIR%%/plugins/function.debug.php
@@ -274,5 +297,6 @@
 %%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/templates
 %%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/templates_c
 %%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
+ at dirrm %%DATADIR%%/core
 @dirrm %%DATADIR%%/plugins
 @dirrm %%DATADIR%%
--- smarty.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list