diff options
author | arved <arved@FreeBSD.org> | 2004-10-13 20:12:45 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-10-13 20:12:45 +0800 |
commit | c4f882b6b9d009ca132f6c63014448512de26091 (patch) | |
tree | e6c5eec87b3c9cdb09566bf33d8d76364a29140f /www | |
parent | 71fbdd6267834918045a2e5d55a5646cd5a03cfb (diff) | |
download | freebsd-ports-gnome-c4f882b6b9d009ca132f6c63014448512de26091.tar.gz freebsd-ports-gnome-c4f882b6b9d009ca132f6c63014448512de26091.tar.zst freebsd-ports-gnome-c4f882b6b9d009ca132f6c63014448512de26091.zip |
Update to 2.6.5
PR: 72110
Submitted by: Alexander Zhuravlev <zaa@ulstu.ru>
Diffstat (limited to 'www')
-rw-r--r-- | www/smarty/Makefile | 10 | ||||
-rw-r--r-- | www/smarty/distinfo | 4 | ||||
-rw-r--r-- | www/smarty/pkg-plist | 10 |
3 files changed, 4 insertions, 20 deletions
diff --git a/www/smarty/Makefile b/www/smarty/Makefile index 6900d60663bc..de178f988b2b 100644 --- a/www/smarty/Makefile +++ b/www/smarty/Makefile @@ -6,13 +6,13 @@ # PORTNAME= smarty -PORTVERSION= 2.6.4 +PORTVERSION= 2.6.5 CATEGORIES= www MASTER_SITES= http://smarty.php.net/distributions/ \ http://smarty.php.net/distributions/manual/en/:manual DISTFILES= Smarty-${PORTVERSION}${EXTRACT_SUFX} .if !defined(NOPORTDOCS) -DISTFILES+= Smarty-${PORTVERSION}-docs${EXTRACT_SUFX}:manual +DISTFILES+= Smarty-2.6.4-docs${EXTRACT_SUFX}:manual .endif MAINTAINER= zaa@ulstu.ru @@ -45,12 +45,6 @@ do-install: .endfor @${MKDIR} ${DOCSDIR}/manual @cd ${WRKDIR}/manual && ${FIND} . | ${CPIO} --quiet -dumpR ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}/manual - @${MKDIR} ${EXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/demo/index.php ${EXAMPLESDIR} -.for f in configs templates templates_c cache - @${MKDIR} ${EXAMPLESDIR}/$f - @-${INSTALL_DATA} ${WRKSRC}/demo/$f/* ${EXAMPLESDIR}/$f 2>/dev/null || ${TRUE} -.endfor .endif post-install: diff --git a/www/smarty/distinfo b/www/smarty/distinfo index 2ca477ada3aa..382135a4c7da 100644 --- a/www/smarty/distinfo +++ b/www/smarty/distinfo @@ -1,4 +1,4 @@ -MD5 (Smarty-2.6.4.tar.gz) = ed3f477a848d6d79e1882807d02eec3a -SIZE (Smarty-2.6.4.tar.gz) = 134914 +MD5 (Smarty-2.6.5.tar.gz) = d42e97144beefe362cec4c6d94a758c9 +SIZE (Smarty-2.6.5.tar.gz) = 136058 MD5 (Smarty-2.6.4-docs.tar.gz) = a1f0a45b67db318fc274e2f939d011ba SIZE (Smarty-2.6.4-docs.tar.gz) = 105197 diff --git a/www/smarty/pkg-plist b/www/smarty/pkg-plist index 8be8e0598b06..a732ac37201c 100644 --- a/www/smarty/pkg-plist +++ b/www/smarty/pkg-plist @@ -182,11 +182,6 @@ %%PORTDOCS%%%%DOCSDIR%%/manual/variable.trusted.dir.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.use.sub.dirs.html %%PORTDOCS%%%%DOCSDIR%%/manual/what.is.smarty.html -%%PORTDOCS%%%%EXAMPLESDIR%%/configs/test.conf -%%PORTDOCS%%%%EXAMPLESDIR%%/index.php -%%PORTDOCS%%%%EXAMPLESDIR%%/templates/footer.tpl -%%PORTDOCS%%%%EXAMPLESDIR%%/templates/header.tpl -%%PORTDOCS%%%%EXAMPLESDIR%%/templates/index.tpl %%DATADIR%%/Config_File.class.php %%DATADIR%%/Smarty.class.php %%DATADIR%%/Smarty_Compiler.class.php @@ -260,11 +255,6 @@ %%DATADIR%%/plugins/shared.make_timestamp.php %%PORTDOCS%%@dirrm %%DOCSDIR%%/manual %%PORTDOCS%%@dirrm %%DOCSDIR%% -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/cache -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/configs -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/templates -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/templates_c -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% @dirrm %%DATADIR%%/core @dirrm %%DATADIR%%/plugins @dirrm %%DATADIR%% |