mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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)
This commit is contained in:
parent
dc45745bcc
commit
e94160dd1f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322166
@ -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}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user