aboutsummaryrefslogtreecommitdiff
path: root/www/smarty3
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-07-02 12:36:41 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-07-02 12:36:41 +0000
commite94160dd1fd7d16e470c44ee71aa80c7fb1202d7 (patch)
treed2699fef9751584f63dc18e735c4121d1aea16e5 /www/smarty3
parentdc45745bcc8d6e10e6a0ddc00da101fd29d60ed4 (diff)
downloadports-e94160dd1fd7d16e470c44ee71aa80c7fb1202d7.tar.gz
ports-e94160dd1fd7d16e470c44ee71aa80c7fb1202d7.zip
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)
Notes
Notes: svn path=/head/; revision=322166
Diffstat (limited to 'www/smarty3')
-rw-r--r--www/smarty3/Makefile10
-rw-r--r--www/smarty3/distinfo4
2 files changed, 7 insertions, 7 deletions
diff --git a/www/smarty3/Makefile b/www/smarty3/Makefile
index 35347e1ea553..3d7ba11bf2e0 100644
--- a/www/smarty3/Makefile
+++ b/www/smarty3/Makefile
@@ -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}
diff --git a/www/smarty3/distinfo b/www/smarty3/distinfo
index 908a41b0b304..a8b6c5b75237 100644
--- a/www/smarty3/distinfo
+++ b/www/smarty3/distinfo
@@ -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