From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 22 11:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BFFDAD03 for ; Tue, 22 Oct 2013 11:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9E693241E for ; Tue, 22 Oct 2013 11:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9MBo0UF074651 for ; Tue, 22 Oct 2013 11:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9MBo05f074650; Tue, 22 Oct 2013 11:50:00 GMT (envelope-from gnats) Resent-Date: Tue, 22 Oct 2013 11:50:00 GMT Resent-Message-Id: <201310221150.r9MBo05f074650@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, Michael Fausten Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9057FCA5 for ; Tue, 22 Oct 2013 11:44:59 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7D7D623F4 for ; Tue, 22 Oct 2013 11:44:59 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9MBiwfT014630 for ; Tue, 22 Oct 2013 11:44:58 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9MBiwPP014612; Tue, 22 Oct 2013 11:44:58 GMT (envelope-from nobody) Message-Id: <201310221144.r9MBiwPP014612@oldred.freebsd.org> Date: Tue, 22 Oct 2013 11:44:58 GMT From: Michael Fausten To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/183199: [maintainer-update] Update Smarty3 from 3.1.14 to 3.1.15 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Oct 2013 11:50:00 -0000 >Number: 183199 >Category: ports >Synopsis: [maintainer-update] Update Smarty3 from 3.1.14 to 3.1.15 >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: Tue Oct 22 11:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Michael Fausten >Release: 9.1 >Organization: pw Internet Solutions >Environment: $ uname -a FreeBSD carna 9.1-RELEASE-p7 FreeBSD 9.1-RELEASE-p7 #0: Mon Sep 9 21:34:37 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: A patch to update Smarty to the latest stable version. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -r smarty3/Makefile smarty3.update/Makefile 2c2 < # $FreeBSD: head/www/smarty3/Makefile 327776 2013-09-20 23:36:50Z bapt $ --- > # $FreeBSD: head/www/smarty3/Makefile 305003 2012-09-28 17:22:32Z glarkin $ 5c5 < PORTVERSION= 3.1.14 --- > PORTVERSION= 3.1.15 11c11 < COMMENT= PHP compiling template engine --- > COMMENT= The PHP compiling template engine 22a23 > 24,31c25,26 < @${MKDIR} ${DATADIR} < .for f in Smarty.class.php SmartyBC.class.php debug.tpl < ${INSTALL_DATA} ${WRKSRC}/libs/$f ${DATADIR} < .endfor < @${MKDIR} ${DATADIR}/plugins < ${INSTALL_DATA} ${WRKSRC}/libs/plugins/* ${DATADIR}/plugins < @${MKDIR} ${DATADIR}/sysplugins < ${INSTALL_DATA} ${WRKSRC}/libs/sysplugins/* ${DATADIR}/sysplugins --- > ${MKDIR} ${DATADIR} > (cd ${WRKSRC}/libs && ${COPYTREE_SHARE} . ${DATADIR}) diff -r smarty3/distinfo smarty3.update/distinfo 1,2c1,2 < SHA256 (Smarty-3.1.14.tar.gz) = 0e228b57d2822e63345b5dc0d6e7b23793fe7bf6ee4040de3e74468df1f08103 < SIZE (Smarty-3.1.14.tar.gz) = 204991 --- > SHA256 (Smarty-3.1.15.tar.gz) = 1fd02d77dba49cca708cb88b017fe7d6195b3b52eee8aad26996f0f69f0131f4 > SIZE (Smarty-3.1.15.tar.gz) = 206011 >Release-Note: >Audit-Trail: >Unformatted: