From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 26 20:10:28 2004 Return-Path: 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 1A87816A4CE for ; Sun, 26 Sep 2004 20:10:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3DB943D1F for ; Sun, 26 Sep 2004 20:10:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8QKARSr069712 for ; Sun, 26 Sep 2004 20:10:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8QKAR0c069711; Sun, 26 Sep 2004 20:10:27 GMT (envelope-from gnats) Resent-Date: Sun, 26 Sep 2004 20:10:27 GMT Resent-Message-Id: <200409262010.i8QKAR0c069711@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 BF5FF16A4CE for ; Sun, 26 Sep 2004 20:08:39 +0000 (GMT) Received: from ns.ulstu.ru (ns.ulstu.ru [62.76.34.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id B833C43D2D for ; Sun, 26 Sep 2004 20:08:33 +0000 (GMT) (envelope-from zaa@dev.zaa.pp.ru) Received: from orion.ulstu.ru (orion.ulstu.ru [62.76.34.33]) by ns.ulstu.ru (Postfix) with ESMTP id 6870C283E for ; Mon, 27 Sep 2004 00:05:51 +0400 (MSD) Received: from localhost (localhost [127.0.0.1]) by orion.ulstu.ru (Postfix) with ESMTP id 47E162EC; Mon, 27 Sep 2004 00:05:51 +0400 (MSD) Received: from orion.ulstu.ru ([127.0.0.1]) by localhost (orion.ulstu.ru [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 73433-01; Mon, 27 Sep 2004 00:05:50 +0400 (MSD) Received: from dev.zaa.pp.ru (zaa.ulstu.ru [62.76.34.17]) by orion.ulstu.ru (Postfix) with ESMTP id B7FA3137; Mon, 27 Sep 2004 00:05:49 +0400 (MSD) Received: by dev.zaa.pp.ru (Postfix, from userid 3909) id E24DF292; Mon, 27 Sep 2004 00:05:46 +0400 (MSD) Message-Id: <20040926200546.E24DF292@dev.zaa.pp.ru> Date: Mon, 27 Sep 2004 00:05:46 +0400 (MSD) From: Alexander Zhuravlev To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: zaa@ulstu.ru Subject: ports/72110: [MAINTAINER-UPDATE] of www/smarty up to 2.6.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 26 Sep 2004 20:10:28 -0000 >Number: 72110 >Category: ports >Synopsis: [MAINTAINER-UPDATE] of www/smarty up to 2.6.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Sep 26 20:10:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Alexander Zhuravlev >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD dev.zaa.pp.ru 4.10-STABLE FreeBSD 4.10-STABLE #4: Sun Sep 5 16:44:39 MSD 2004 root@dev.zaa.pp.ru:/usr/obj/usr/src/sys/DEV i386 >Description: Update of www/smarty up to 2.6.5. Also, please refer to upgrade patch from 2.6.3 -> 2.6.4 at http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/71707 >How-To-Repeat: >Fix: Port should be upgraded up to 2.6.4 first, for example, feel free to apply the patch described at http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/71707 --- smarty.patch begins here --- diff -urbBN -ub smarty.264/Makefile smarty/Makefile --- smarty.264/Makefile Sun Sep 26 23:49:49 2004 +++ smarty/Makefile Mon Sep 27 00:00:15 2004 @@ -6,13 +6,13 @@ # PORTNAME= smarty -PORTVERSION= 2.6.4 +PORTVERSION= 2.6.5 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-${PORTVERSION}-docs${EXTRACT_SUFX}:manual +DISTFILES+= Smarty-2.6.4-docs${EXTRACT_SUFX}:manual .endif MAINTAINER= zaa@ulstu.ru @@ -45,12 +45,6 @@ .endfor @${MKDIR} ${DOCSDIR}/manual @cd ${WRKDIR}/manual && ${FIND} . | ${CPIO} --quiet -dumpR ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}/manual - @${MKDIR} ${EXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/demo/index.php ${EXAMPLESDIR} -.for f in configs templates templates_c cache - @${MKDIR} ${EXAMPLESDIR}/$f - @-${INSTALL_DATA} ${WRKSRC}/demo/$f/* ${EXAMPLESDIR}/$f 2>/dev/null || ${TRUE} -.endfor .endif post-install: diff -urbBN -ub smarty.264/distinfo smarty/distinfo --- smarty.264/distinfo Sun Sep 26 23:39:16 2004 +++ smarty/distinfo Sun Sep 26 23:50:03 2004 @@ -1,4 +1,4 @@ -MD5 (Smarty-2.6.4.tar.gz) = ed3f477a848d6d79e1882807d02eec3a -SIZE (Smarty-2.6.4.tar.gz) = 134914 +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 diff -urbBN -ub smarty.264/pkg-plist smarty/pkg-plist --- smarty.264/pkg-plist Sun Sep 26 23:39:16 2004 +++ smarty/pkg-plist Sun Sep 26 23:57:48 2004 @@ -182,11 +182,6 @@ %%PORTDOCS%%%%DOCSDIR%%/manual/variable.trusted.dir.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.use.sub.dirs.html %%PORTDOCS%%%%DOCSDIR%%/manual/what.is.smarty.html -%%PORTDOCS%%%%EXAMPLESDIR%%/configs/test.conf -%%PORTDOCS%%%%EXAMPLESDIR%%/index.php -%%PORTDOCS%%%%EXAMPLESDIR%%/templates/footer.tpl -%%PORTDOCS%%%%EXAMPLESDIR%%/templates/header.tpl -%%PORTDOCS%%%%EXAMPLESDIR%%/templates/index.tpl %%DATADIR%%/Config_File.class.php %%DATADIR%%/Smarty.class.php %%DATADIR%%/Smarty_Compiler.class.php @@ -260,11 +255,6 @@ %%DATADIR%%/plugins/shared.make_timestamp.php %%PORTDOCS%%@dirrm %%DOCSDIR%%/manual %%PORTDOCS%%@dirrm %%DOCSDIR%% -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/cache -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/configs -%%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: >Unformatted: