From zaa@ulstu.ru  Wed Oct 29 06:34:04 2003
Return-Path: <zaa@ulstu.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5FB3616A4CF
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 29 Oct 2003 06:34:04 -0800 (PST)
Received: from ns.ulstu.ru (ns.ulstu.ru [62.76.34.36])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6303F43F3F
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 29 Oct 2003 06:33:56 -0800 (PST)
	(envelope-from zaa@ulstu.ru)
Received: by ns.ulstu.ru (Postfix, from userid 426)
	id 85454360; Wed, 29 Oct 2003 17:33:50 +0300 (MSK)
Received: from orion.ulstu.ru (orion.ulstu.ru [62.76.34.33])
	by ns.ulstu.ru (Postfix) with ESMTP id 9465D34C
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 29 Oct 2003 17:33:49 +0300 (MSK)
Received: by orion.ulstu.ru (Postfix, from userid 3909)
	id AA4C939; Wed, 29 Oct 2003 17:33:49 +0300 (MSK)
Message-Id: <20031029143349.AA4C939@orion.ulstu.ru>
Date: Wed, 29 Oct 2003 17:33:49 +0300 (MSK)
From: zhuravlev alexander <zaa@ulstu.ru>
Reply-To: zhuravlev alexander <zaa@ulstu.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER UPDATE] port www/smarty
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         58684
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] port www/smarty
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 29 06:40:16 PST 2003
>Closed-Date:    Sun Nov 09 05:06:22 PST 2003
>Last-Modified:  Sun Nov 09 05:06:22 PST 2003
>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@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@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%%
+@dirrm %%DATADIR%%/core
 @dirrm %%DATADIR%%/plugins
 @dirrm %%DATADIR%%
--- smarty.patch ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: jeh 
State-Changed-When: Sun Nov 9 05:06:06 PST 2003 
State-Changed-Why:  
Committed, Thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=58684 
>Unformatted:
