View | Details | Raw Unified | Return to bug 183199
Collapse All | Expand All

(-)smarty3/Makefile (-15 / +6 lines)
Line 2 Link Here
2
# $FreeBSD: head/www/smarty3/Makefile 327776 2013-09-20 23:36:50Z bapt $
2
# $FreeBSD: head/www/smarty3/Makefile 305003 2012-09-28 17:22:32Z glarkin $
3
--
Line 5 Link Here
5
PORTVERSION=	3.1.14
5
PORTVERSION=	3.1.15
6
--
Line 11 Link Here
11
COMMENT=	PHP compiling template engine
11
COMMENT=	The PHP compiling template engine
12
--
Line 23 Link Here
23
Lines 24-31 Link Here
24
	@${MKDIR} ${DATADIR}
25
	${MKDIR} ${DATADIR}
25
.for f in Smarty.class.php SmartyBC.class.php debug.tpl
26
	(cd ${WRKSRC}/libs && ${COPYTREE_SHARE} . ${DATADIR})
26
	${INSTALL_DATA} ${WRKSRC}/libs/$f ${DATADIR}
27
.endfor
28
	@${MKDIR} ${DATADIR}/plugins
29
	${INSTALL_DATA} ${WRKSRC}/libs/plugins/* ${DATADIR}/plugins
30
	@${MKDIR} ${DATADIR}/sysplugins
31
	${INSTALL_DATA} ${WRKSRC}/libs/sysplugins/* ${DATADIR}/sysplugins
32
--
(-)smarty3/distinfo (-3 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (Smarty-3.1.14.tar.gz) = 0e228b57d2822e63345b5dc0d6e7b23793fe7bf6ee4040de3e74468df1f08103
1
SHA256 (Smarty-3.1.15.tar.gz) = 1fd02d77dba49cca708cb88b017fe7d6195b3b52eee8aad26996f0f69f0131f4
2
SIZE (Smarty-3.1.14.tar.gz) = 204991
2
SIZE (Smarty-3.1.15.tar.gz) = 206011
3
--

Return to bug 183199