Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jul 2013 12:36:41 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322166 - head/www/smarty3
Message-ID:  <201307021236.r62CafAo030266@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Tue Jul  2 12:36:41 2013
New Revision: 322166
URL: http://svnweb.freebsd.org/changeset/ports/322166

Log:
  www/smarty3: update to 3.1.14
  
  - Update to 3.1.14 [1]
  - Unmute install commands
  - Remove leading article from COMMENT
  
  Changes: http://smarty-php.googlecode.com/svn/trunk/distribution/change_log.txt
  
  PR:		ports/180152
  Submitted by:	Michael Fausten <ports@michael-fausten.de> (maintainer)

Modified:
  head/www/smarty3/Makefile
  head/www/smarty3/distinfo

Modified: head/www/smarty3/Makefile
==============================================================================
--- head/www/smarty3/Makefile	Tue Jul  2 12:20:51 2013	(r322165)
+++ head/www/smarty3/Makefile	Tue Jul  2 12:36:41 2013	(r322166)
@@ -2,13 +2,13 @@
 # $FreeBSD$
 
 PORTNAME=	smarty3
-PORTVERSION=	3.1.13
+PORTVERSION=	3.1.14
 CATEGORIES=	www
 MASTER_SITES=	http://www.smarty.net/files/
 DISTNAME=	Smarty-${PORTVERSION}
 
 MAINTAINER=	ports@michael-fausten.de
-COMMENT=	The PHP compiling template engine
+COMMENT=	PHP compiling template engine
 
 WRKSRC=		${WRKDIR}/Smarty-${PORTVERSION}
 
@@ -22,12 +22,12 @@ SUB_FILES=	pkg-message
 do-install:
 	@${MKDIR} ${DATADIR}
 .for f in Smarty.class.php SmartyBC.class.php debug.tpl
-	@${INSTALL_DATA} ${WRKSRC}/libs/$f ${DATADIR}
+	${INSTALL_DATA} ${WRKSRC}/libs/$f ${DATADIR}
 .endfor
 	@${MKDIR} ${DATADIR}/plugins
-	@${INSTALL_DATA} ${WRKSRC}/libs/plugins/* ${DATADIR}/plugins
+	${INSTALL_DATA} ${WRKSRC}/libs/plugins/* ${DATADIR}/plugins
 	@${MKDIR} ${DATADIR}/sysplugins
-	@${INSTALL_DATA} ${WRKSRC}/libs/sysplugins/* ${DATADIR}/sysplugins
+	${INSTALL_DATA} ${WRKSRC}/libs/sysplugins/* ${DATADIR}/sysplugins
 
 post-install:
 	@${CAT} ${PKGMESSAGE}

Modified: head/www/smarty3/distinfo
==============================================================================
--- head/www/smarty3/distinfo	Tue Jul  2 12:20:51 2013	(r322165)
+++ head/www/smarty3/distinfo	Tue Jul  2 12:36:41 2013	(r322166)
@@ -1,2 +1,2 @@
-SHA256 (Smarty-3.1.13.tar.gz) = 7091b24c15fa5442da2845dcc3747e2f7fc37760801f1404216188ddaf56fa12
-SIZE (Smarty-3.1.13.tar.gz) = 204117
+SHA256 (Smarty-3.1.14.tar.gz) = 0e228b57d2822e63345b5dc0d6e7b23793fe7bf6ee4040de3e74468df1f08103
+SIZE (Smarty-3.1.14.tar.gz) = 204991



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