Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2013 11:44:58 GMT
From:      Michael Fausten <ports@michael-fausten.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/183199: [maintainer-update] Update Smarty3 from 3.1.14 to 3.1.15
Message-ID:  <201310221144.r9MBiwPP014612@oldred.freebsd.org>
Resent-Message-ID: <201310221150.r9MBo05f074650@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310221144.r9MBiwPP014612>