Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jul 2002 05:28:40 +0200 (CEST)
From:      "Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/40468: maintainer-update: www/smarty to upstream version 2.2.0
Message-ID:  <200207120328.g6C3SeBM083312@terrorfish.uni.stoert.net>

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

>Number:         40468
>Category:       ports
>Synopsis:       maintainer-update: www/smarty to upstream version 2.2.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 11 20:30:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Simon 'corecode' Schubert
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD terrorfish.uni.stoert.net 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Thu Jul 11 02:22:57 CEST 2002 corecode@terrorfish.uni.stoert.net:/usr/obj/k7/usr/src/sys/TERRORFISH i386


	
>Description:
	o update to upstream version 2.2.0
	o switch MASTER_SITES because old one is deprecated
	o partition MASTER_SITES to fetch documentation from subdir

	should we add a .pdf version of the documentation? the makefile
	modifications needed for that seem overkill.
	
>How-To-Repeat:
	
>Fix:

Index: Makefile
===================================================================
RCS file: /usr/local/cvs/ports/smarty/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Makefile	21 Jun 2002 18:57:22 -0000	1.8
+++ Makefile	12 Jul 2002 03:16:15 -0000	1.9
@@ -6,12 +6,13 @@
 #
 
 PORTNAME=	smarty
-PORTVERSION=	2.1.1
+PORTVERSION=	2.2.0
 CATEGORIES=	www
-MASTER_SITES=	http://www.phpinsider.com/php/code/Smarty/download/
+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}
+DISTFILES+=	Smarty-${PORTVERSION}-docs${EXTRACT_SUFX}:manual
 .endif
 
 MAINTAINER=	corecode@corecode.ath.cx
@@ -29,14 +30,14 @@
 
 do-install:
 	@${MKDIR} ${DATADIR}
-.for f in Config_File.class.php Smarty.class.php Smarty_Compiler.class.php overlib.js templates/debug.tpl
+.for f in Config_File.class.php Smarty.class.php Smarty_Compiler.class.php debug.tpl
 	@${INSTALL_DATA} ${WRKSRC}/$f ${DATADIR}
 .endfor
 	@${MKDIR} ${DATADIR}/plugins
 	@${INSTALL_DATA} ${WRKSRC}/plugins/* ${DATADIR}/plugins
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
-.for f in BUGS FAQ INSTALL QUICKSTART README RESOURCES
+.for f in BUGS FAQ INSTALL NEWS QUICKSTART README RESOURCES
 	@${INSTALL_DATA} ${WRKSRC}/$f ${DOCSDIR}
 .endfor
 	@${MKDIR} ${DOCSDIR}/manual
Index: distinfo
===================================================================
RCS file: /usr/local/cvs/ports/smarty/distinfo,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- distinfo	14 Jun 2002 00:30:31 -0000	1.3
+++ distinfo	12 Jul 2002 03:16:15 -0000	1.4
@@ -1,2 +1,2 @@
-MD5 (Smarty-2.1.1.tar.gz) = 7170ee47248d3f9f6be08400b908a886
-MD5 (Smarty-2.1.1-docs.tar.gz) = 3a6fa05cfe01d3e45572dadd72fe3805
+MD5 (Smarty-2.2.0.tar.gz) = 610758764319e52e4184ce2c0e3e2e35
+MD5 (Smarty-2.2.0-docs.tar.gz) = 5f56ae1f361ea56143b67f26a35626b9
Index: pkg-descr
===================================================================
RCS file: /usr/local/cvs/ports/smarty/pkg-descr,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pkg-descr	10 Mar 2002 16:38:03 -0000	1.1
+++ pkg-descr	12 Jul 2002 03:28:27 -0000	1.2
@@ -8,6 +8,6 @@
 templates on every invocation. This  makes Smarty extremely scalable and
 managable for large application needs.
 
-WWW: http://www.phpinsider.com/php/code/Smarty/
+WWW: http://smarty.php.net/
 
 - Simon 'corecode' Schubert
Index: pkg-plist
===================================================================
RCS file: /usr/local/cvs/ports/smarty/pkg-plist,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pkg-plist	14 Jun 2002 00:30:31 -0000	1.7
+++ pkg-plist	12 Jul 2002 03:16:15 -0000	1.8
@@ -1,6 +1,7 @@
 %%PORTDOCS%%share/doc/smarty/BUGS
 %%PORTDOCS%%share/doc/smarty/FAQ
 %%PORTDOCS%%share/doc/smarty/INSTALL
+%%PORTDOCS%%share/doc/smarty/NEWS
 %%PORTDOCS%%share/doc/smarty/QUICKSTART
 %%PORTDOCS%%share/doc/smarty/README
 %%PORTDOCS%%share/doc/smarty/RESOURCES
@@ -40,18 +41,18 @@
 %%PORTDOCS%%share/doc/smarty/manual/api.variables.html
 %%PORTDOCS%%share/doc/smarty/manual/appendixes.html
 %%PORTDOCS%%share/doc/smarty/manual/bugs.html
+%%PORTDOCS%%share/doc/smarty/manual/caching.groups.html
+%%PORTDOCS%%share/doc/smarty/manual/caching.html
+%%PORTDOCS%%share/doc/smarty/manual/caching.multiple.caches.html
 %%PORTDOCS%%share/doc/smarty/manual/chapter.debugging.console.html
 %%PORTDOCS%%share/doc/smarty/manual/config.files.html
-%%PORTDOCS%%share/doc/smarty/manual/constant.smarty.dir.html
 %%PORTDOCS%%share/doc/smarty/manual/date.format.html
 %%PORTDOCS%%share/doc/smarty/manual/default.template.handler.function.html
-%%PORTDOCS%%share/doc/smarty/manual/features.caching.html
-%%PORTDOCS%%share/doc/smarty/manual/features.compiling.html
 %%PORTDOCS%%share/doc/smarty/manual/getting.started.html
-%%PORTDOCS%%share/doc/smarty/manual/how.smarty.works.html
 %%PORTDOCS%%share/doc/smarty/manual/index.html
 %%PORTDOCS%%share/doc/smarty/manual/installation.html
-%%PORTDOCS%%share/doc/smarty/manual/installing.smarty.html
+%%PORTDOCS%%share/doc/smarty/manual/installing.smarty.basic.html
+%%PORTDOCS%%share/doc/smarty/manual/installing.smarty.extended.html
 %%PORTDOCS%%share/doc/smarty/manual/language.basic.syntax.html
 %%PORTDOCS%%share/doc/smarty/manual/language.builtin.functions.html
 %%PORTDOCS%%share/doc/smarty/manual/language.combining.modifiers.html
@@ -91,7 +92,6 @@
 %%PORTDOCS%%share/doc/smarty/manual/language.variables.smarty.now.html
 %%PORTDOCS%%share/doc/smarty/manual/language.variables.smarty.request.html
 %%PORTDOCS%%share/doc/smarty/manual/language.variables.smarty.template.html
-%%PORTDOCS%%share/doc/smarty/manual/overview.html
 %%PORTDOCS%%share/doc/smarty/manual/plugins.block.functions.html
 %%PORTDOCS%%share/doc/smarty/manual/plugins.compiler.functions.html
 %%PORTDOCS%%share/doc/smarty/manual/plugins.functions.html
@@ -150,35 +150,36 @@
 %%PORTDOCS%%share/doc/smarty/manual/variable.show.info.include.html
 %%PORTDOCS%%share/doc/smarty/manual/variable.trusted.dir.html
 %%PORTDOCS%%share/doc/smarty/manual/variable.undefined.html
-%%PORTDOCS%%share/doc/smarty/manual/x1015.html
-%%PORTDOCS%%share/doc/smarty/manual/x1024.html
-%%PORTDOCS%%share/doc/smarty/manual/x1030.html
-%%PORTDOCS%%share/doc/smarty/manual/x1036.html
-%%PORTDOCS%%share/doc/smarty/manual/x1044.html
-%%PORTDOCS%%share/doc/smarty/manual/x1050.html
-%%PORTDOCS%%share/doc/smarty/manual/x1056.html
-%%PORTDOCS%%share/doc/smarty/manual/x1062.html
-%%PORTDOCS%%share/doc/smarty/manual/x1068.html
-%%PORTDOCS%%share/doc/smarty/manual/x1076.html
-%%PORTDOCS%%share/doc/smarty/manual/x234.html
-%%PORTDOCS%%share/doc/smarty/manual/x240.html
-%%PORTDOCS%%share/doc/smarty/manual/x246.html
-%%PORTDOCS%%share/doc/smarty/manual/x252.html
+%%PORTDOCS%%share/doc/smarty/manual/variable.use.sub.dirs.html
+%%PORTDOCS%%share/doc/smarty/manual/what.is.smarty.html
+%%PORTDOCS%%share/doc/smarty/manual/x1066.html
+%%PORTDOCS%%share/doc/smarty/manual/x1075.html
+%%PORTDOCS%%share/doc/smarty/manual/x1081.html
+%%PORTDOCS%%share/doc/smarty/manual/x1087.html
+%%PORTDOCS%%share/doc/smarty/manual/x1094.html
+%%PORTDOCS%%share/doc/smarty/manual/x1100.html
+%%PORTDOCS%%share/doc/smarty/manual/x1106.html
+%%PORTDOCS%%share/doc/smarty/manual/x1112.html
+%%PORTDOCS%%share/doc/smarty/manual/x1118.html
+%%PORTDOCS%%share/doc/smarty/manual/x1126.html
+%%PORTDOCS%%share/doc/smarty/manual/x270.html
+%%PORTDOCS%%share/doc/smarty/manual/x276.html
+%%PORTDOCS%%share/doc/smarty/manual/x282.html
 %%PORTDOCS%%share/doc/smarty/manual/x288.html
-%%PORTDOCS%%share/doc/smarty/manual/x316.html
-%%PORTDOCS%%share/doc/smarty/manual/x346.html
-%%PORTDOCS%%share/doc/smarty/manual/x379.html
-%%PORTDOCS%%share/doc/smarty/manual/x385.html
+%%PORTDOCS%%share/doc/smarty/manual/x330.html
+%%PORTDOCS%%share/doc/smarty/manual/x358.html
+%%PORTDOCS%%share/doc/smarty/manual/x388.html
 %%PORTDOCS%%share/doc/smarty/manual/x421.html
-%%PORTDOCS%%share/doc/smarty/manual/x456.html
-%%PORTDOCS%%share/doc/smarty/manual/x484.html
-%%PORTDOCS%%share/doc/smarty/manual/x512.html
-%%PORTDOCS%%share/doc/smarty/manual/x518.html
-%%PORTDOCS%%share/doc/smarty/manual/x557.html
-%%PORTDOCS%%share/doc/smarty/manual/x563.html
+%%PORTDOCS%%share/doc/smarty/manual/x427.html
+%%PORTDOCS%%share/doc/smarty/manual/x462.html
+%%PORTDOCS%%share/doc/smarty/manual/x497.html
+%%PORTDOCS%%share/doc/smarty/manual/x525.html
+%%PORTDOCS%%share/doc/smarty/manual/x553.html
+%%PORTDOCS%%share/doc/smarty/manual/x559.html
+%%PORTDOCS%%share/doc/smarty/manual/x598.html
+%%PORTDOCS%%share/doc/smarty/manual/x604.html
 %%PORTDOCS%%share/examples/smarty/configs/test.conf
 %%PORTDOCS%%share/examples/smarty/index.php
-%%PORTDOCS%%share/examples/smarty/templates/debug.tpl
 %%PORTDOCS%%share/examples/smarty/templates/footer.tpl
 %%PORTDOCS%%share/examples/smarty/templates/header.tpl
 %%PORTDOCS%%share/examples/smarty/templates/index.tpl
@@ -186,7 +187,6 @@
 share/smarty/Smarty.class.php
 share/smarty/Smarty_Compiler.class.php
 share/smarty/debug.tpl
-share/smarty/overlib.js
 share/smarty/plugins/function.assign.php
 share/smarty/plugins/function.assign_debug_info.php
 share/smarty/plugins/function.counter.php
	


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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