From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 20 05:30:09 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AD5C16A41F for ; Tue, 20 Sep 2005 05:30:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3BCD43D49 for ; Tue, 20 Sep 2005 05:30:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j8K5U8l1073150 for ; Tue, 20 Sep 2005 05:30:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j8K5U8qQ073126; Tue, 20 Sep 2005 05:30:08 GMT (envelope-from gnats) Resent-Date: Tue, 20 Sep 2005 05:30:08 GMT Resent-Message-Id: <200509200530.j8K5U8qQ073126@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexander Zhuravlev Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2CBE16A41F for ; Tue, 20 Sep 2005 05:24:53 +0000 (GMT) (envelope-from zaa@ulstu.ru) Received: from kernel.ulstu.ru (kernel.ulstu.ru [62.76.34.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B74843D45 for ; Tue, 20 Sep 2005 05:24:50 +0000 (GMT) (envelope-from zaa@ulstu.ru) Received: from localhost (localhost [127.0.0.1]) by kernel.ulstu.ru (ulstuMail) with ESMTP id D749F4AE0A; Tue, 20 Sep 2005 09:24:44 +0400 (MSD) Received: from kernel.ulstu.ru ([127.0.0.1]) by localhost (kernel.ulstu.ru [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05519-09; Tue, 20 Sep 2005 09:24:34 +0400 (MSD) Received: from dev.zaa.pp.ru (zaa.ulstu.ru [62.76.34.17]) by kernel.ulstu.ru (ulstuMail) with ESMTP id 3022D4ADCC for ; Tue, 20 Sep 2005 09:24:32 +0400 (MSD) Received: by dev.zaa.pp.ru (Postfix, from userid 3909) id 839592083; Tue, 20 Sep 2005 09:24:21 +0400 (MSD) Message-Id: <20050920052421.839592083@dev.zaa.pp.ru> Date: Tue, 20 Sep 2005 09:24:21 +0400 (MSD) From: Alexander Zhuravlev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/86360: [MAINTAINER-UPDATE] www/smarty to 2.6.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alexander Zhuravlev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2005 05:30:09 -0000 >Number: 86360 >Category: ports >Synopsis: [MAINTAINER-UPDATE] www/smarty to 2.6.10 >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: Tue Sep 20 05:30:08 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Alexander Zhuravlev >Release: FreeBSD 6.0-BETA4 i386 >Organization: >Environment: System: FreeBSD dev.zaa.pp.ru 6.0-BETA4 FreeBSD 6.0-BETA4 #0: Sat Sep 17 16:13:50 MSD 2005 root@dev.zaa.pp.ru:/D2/src/sys/i386/compile/DEV i386 >Description: Maintainer update of Smarty template engine to version 2.6.10 >How-To-Repeat: >Fix: Please apply the patch provided below. Thank you for your efforts. --- smart.patch begins here --- diff -burN -urbBN smarty/Makefile smarty.new/Makefile --- smarty/Makefile Thu Apr 7 13:43:02 2005 +++ smarty.new/Makefile Tue Sep 20 08:42:22 2005 @@ -6,7 +6,7 @@ # PORTNAME= smarty -PORTVERSION= 2.6.9 +PORTVERSION= 2.6.10 CATEGORIES= www MASTER_SITES= http://smarty.php.net/distributions/ \ http://smarty.php.net/distributions/manual/en/:manual diff -burN -urbBN smarty/distinfo smarty.new/distinfo --- smarty/distinfo Thu Apr 7 13:43:02 2005 +++ smarty.new/distinfo Tue Sep 20 08:42:26 2005 @@ -1,4 +1,4 @@ -MD5 (Smarty-2.6.9.tar.gz) = 4ee0048de6a9b35f1b11b458493327f2 -SIZE (Smarty-2.6.9.tar.gz) = 141694 +MD5 (Smarty-2.6.10.tar.gz) = 0c31105a157547bafcff8c13bb64c6a3 +SIZE (Smarty-2.6.10.tar.gz) = 142846 MD5 (Smarty-2.6.9-docs.tar.gz) = b64311248f9666fa579545dc45bdc789 SIZE (Smarty-2.6.9-docs.tar.gz) = 107030 --- smart.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: