From roderick@shelton.student.utwente.nl  Sun Dec 19 16:45:05 2004
Return-Path: <roderick@shelton.student.utwente.nl>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 63CA016A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 19 Dec 2004 16:45:05 +0000 (GMT)
Received: from netlx010.civ.utwente.nl (netlx010.civ.utwente.nl [130.89.1.92])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9EE2D43D1F
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 19 Dec 2004 16:45:04 +0000 (GMT)
	(envelope-from roderick@shelton.student.utwente.nl)
Received: from shelton.student.utwente.nl (shelton.student.utwente.nl [130.89.166.206])
          by netlx010.civ.utwente.nl (8.11.7/HKD) with ESMTP id iBJGh9I13989
          for <FreeBSD-gnats-submit@freebsd.org>; Sun, 19 Dec 2004 17:43:09 +0100
Received: (from root@localhost)
	by shelton.student.utwente.nl (8.13.1/8.13.1/Submit) id iBJGh92j081013;
	Sun, 19 Dec 2004 17:43:09 +0100 (CET)
	(envelope-from roderick)
Message-Id: <200412191643.iBJGh92j081013@shelton.student.utwente.nl>
Date: Sun, 19 Dec 2004 17:43:09 +0100 (CET)
From: Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] update ports/www/smarty to 2.6.6
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         75261
>Category:       ports
>Synopsis:       [patch] update ports/www/smarty to 2.6.6
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 19 16:50:24 GMT 2004
>Closed-Date:    Sun Jan 30 00:19:51 GMT 2005
>Last-Modified:  Sun Jan 30 00:19:51 GMT 2005
>Originator:     Roderick van Domburg
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
University of Twente
>Environment:
System: FreeBSD shelton.student.utwente.nl 5.3-STABLE FreeBSD 5.3-STABLE #0: Sat Dec 11 22:19:54 CET 2004 roderick@shelton.student.utwente.nl:/home/obj/usr/src/sys/SHELTON i386


	
>Description:
Smarty 2.6.6 has been released.
	
>How-To-Repeat:
	
>Fix:
Makefile and distinfo patches attached.
	

--- Makefile.patch begins here ---
--- /usr/ports/www/smarty/Makefile.old	Sun Dec 19 17:38:43 2004
+++ /usr/ports/www/smarty/Makefile	Sun Dec 19 17:39:14 2004
@@ -6,13 +6,13 @@
 #
 
 PORTNAME=	smarty
-PORTVERSION=	2.6.5
+PORTVERSION=	2.6.6
 CATEGORIES=	www
 MASTER_SITES=	http://smarty.php.net/distributions/ \
 		http://smarty.php.net/distributions/manual/en/:manual
 DISTFILES=	Smarty-${PORTVERSION}${EXTRACT_SUFX}
 .if !defined(NOPORTDOCS)
-DISTFILES+=	Smarty-2.6.4-docs${EXTRACT_SUFX}:manual
+DISTFILES+=	Smarty-2.6.5-docs${EXTRACT_SUFX}:manual
 .endif
 
 MAINTAINER=	zaa@ulstu.ru
@@ -34,8 +34,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}/internals
+	@${INSTALL_DATA} ${WRKSRC}/libs/internals/* ${DATADIR}/internals
 	@${MKDIR} ${DATADIR}/plugins
 	@${INSTALL_DATA} ${WRKSRC}/libs/plugins/* ${DATADIR}/plugins
 .if !defined(NOPORTDOCS)
--- Makefile.patch ends here ---

--- distinfo.patch begins here ---
--- /usr/ports/www/smarty/distinfo.old	Sun Dec 19 17:38:45 2004
+++ /usr/ports/www/smarty/distinfo	Sun Dec 19 17:41:01 2004
@@ -1,4 +1,4 @@
-MD5 (Smarty-2.6.5.tar.gz) = d42e97144beefe362cec4c6d94a758c9
-SIZE (Smarty-2.6.5.tar.gz) = 136058
-MD5 (Smarty-2.6.4-docs.tar.gz) = a1f0a45b67db318fc274e2f939d011ba
-SIZE (Smarty-2.6.4-docs.tar.gz) = 105197
+MD5 (Smarty-2.6.6.tar.gz) = cfe923cbce423b69fabd93edd00395d1
+SIZE (Smarty-2.6.6.tar.gz) = 137589
+MD5 (Smarty-2.6.5-docs.tar.gz) = 724b8e508fd052654a2bd59615518cab
+SIZE (Smarty-2.6.5-docs.tar.gz) = 106304
--- distinfo.patch ends here ---


>Release-Note:
>Audit-Trail:

From: Sergey Matveychuk <sem@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org,
	r.s.a.vandomburg@student.utwente.nl
Cc:  
Subject: Re: ports/75261: [patch] update ports/www/smarty to 2.6.6
Date: Sun, 19 Dec 2004 21:58:27 +0300

 Dear maintainer!
 
 Please approve or disprove the PR.
 -- 
 Sem.

From: Alexander Zhuravlev <zaa@ulstu.ru>
To: freebsd-gnats-submit@FreeBSD.org
Cc: r.s.a.vandomburg@student.utwente.nl, sem@FreeBSD.org
Subject: Re: ports/75261: [patch] update ports/www/smarty to 2.6.6
Date: Sun, 30 Jan 2005 01:27:29 +0300

 > Dear maintainer!
 >  
 > Please approve or disprove the PR.
 
 Sorry for the delay with answering.
 
 Unfortunately, the patch is not complete. I've just posted 
 complete patch to GNATS.
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/76831
 --
 Alexander Zhuravlev
 Ulyanovsk State Technical University
 NOC, System administrator
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Sun Jan 30 00:19:34 GMT 2005 
State-Changed-Why:  
Replaced by maintainer's update at ports/76831 
Thank you anyway 

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