svn commit: r322166 - head/www/smarty3
William Grzybowski
wg at FreeBSD.org
Tue Jul 2 12:36:42 UTC 2013
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 at 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 at 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
More information about the svn-ports-head
mailing list