Skip site navigation (1)Skip section navigation (2)
Date:      9 Nov 2005 06:00:32 -0000
From:      Mun-Kyo Seo & <munggo@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   www/88706: 
Message-ID:  <20051109060032.71945.qmail@pmy.lv>
Resent-Message-ID: <200511090610.jA96AAIo080207@freefall.freebsd.org>

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

>Number:         88706
>Category:       www
>Synopsis:       
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-www
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 09 06:10:10 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     User &
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
MungGo
>Environment:
System: FreeBSD pmy.pmy.lv 5.4-STABLE FreeBSD 5.4-STABLE #1: Wed Jul 27 03:57:49 KST 2005 root@pmy.pmy.lv:/usr/obj/usr/src/sys/SMP i386


	
>Description:
	SkyTemplate is a LGPL-ed fast template engine for PHP.
>How-To-Repeat:
	
>Fix:

diff -urN old_skytemplate/Makefile skytemplate/Makefile
--- old_skytemplate/Makefile	Wed Nov  9 14:46:20 2005
+++ skytemplate/Makefile	Tue Sep 20 13:23:59 2005
@@ -1,15 +1,15 @@
 # New ports collection makefile for:	skytemplate
-# Date created:		28 Jul 2005
+# Date created:		20 Sep 2005
 # Whom:			Mun-Kyo Seo <munggo@gmail.com>
 #
-# $FreeBSD: ports/www/skytemplate/Makefile,v 1.1 2005/09/15 23:40:03 pav Exp $
+# $FreeBSD$
 
 PORTNAME=	skytemplate
-PORTVERSION=	1.3.1
+PORTVERSION=	1.4.0
 CATEGORIES=	www
 MASTER_SITES=	http://daddy.withsky.net/SkyTemplate/download/ \
 		http://mirror.pmy.lv/SkyTemplate/download/
-DISTNAME=	SkyTemplate.v131
+DISTNAME=	SkyTemplate.v140
 
 MAINTAINER=	munggo@gmail.com
 COMMENT=	Yet another PHP compiling template engine
@@ -20,8 +20,6 @@
 WANT_PHP_WEB=	yes
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
-
-SUB_FILES=	pkg-message
 
 do-install:
 	${MKDIR} ${DATADIR}
diff -urN old_skytemplate/distinfo skytemplate/distinfo
--- old_skytemplate/distinfo	Wed Nov  9 14:46:20 2005
+++ skytemplate/distinfo	Tue Sep 20 13:21:34 2005
@@ -1,2 +1,2 @@
-MD5 (SkyTemplate.v131.tar.gz) = 0c9b9fc92ac5ef6f1c9fcc2046864579
-SIZE (SkyTemplate.v130p2.tgz) = 21470
+MD5 (SkyTemplate.v140.tar.gz) = e5ba29db4bd2f1940c280a244ca8d351
+SIZE (SkyTemplate.v140.tar.gz) = 22775
diff -urN old_skytemplate/files/pkg-message.in skytemplate/files/pkg-message.in
--- old_skytemplate/files/pkg-message.in	Wed Nov  9 14:46:20 2005
+++ skytemplate/files/pkg-message.in	Thu Jan  1 09:00:00 1970
@@ -1,8 +0,0 @@
-****************************************************************
-
-To use SkyTemplate you have to add the correct include path into
-your %%LOCALBASE%%/etc/php.ini configuration file, like:
-
-include_path = ".:%%PREFIX%%/share/skytemplate"
-
-****************************************************************
diff -urN old_skytemplate/pkg-message skytemplate/pkg-message
--- old_skytemplate/pkg-message	Thu Jan  1 09:00:00 1970
+++ skytemplate/pkg-message	Tue Sep 20 13:20:04 2005
@@ -0,0 +1,8 @@
+****************************************************************
+
+To use SkyTemplate you have to add the correct include path into
+your ${LOCALBASE}/etc/php.ini configuration file, like:
+
+include_path = ".:${PREFIX}/share/skytemplate"
+
+****************************************************************
diff -urN old_skytemplate/pkg-plist skytemplate/pkg-plist
--- old_skytemplate/pkg-plist	Wed Nov  9 14:46:20 2005
+++ skytemplate/pkg-plist	Tue Sep 20 13:29:33 2005
@@ -4,6 +4,7 @@
 %%DATADIR%%/SkyTpl/plugin.pre.BearTemplateSyntax.php
 %%DATADIR%%/SkyTpl/plugin.pre.TagComment.php
 %%DATADIR%%/SkyTpl/setup.ini.Master.php
+%%DATADIR%%/SkyTpl/setup.ini.SafeMode.php
 %%DATADIR%%/class.SkyTemplate.php
 %%DATADIR%%/class.SkyTemplate_withDaddy.php
 @dirrm %%DATADIR%%/SkyTpl
>Release-Note:
>Audit-Trail:
>Unformatted:



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