diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-02-24 09:38:46 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-02-24 09:38:46 +0000 |
commit | 68b410427a3971d24ace1179b8f4b745fa9a8e79 (patch) | |
tree | 527221376bb5200ee3493787035d2e4618c36f00 | |
parent | 3917de6b99f4ee1e3f14ec532d651224a9e8f66a (diff) | |
download | ports-68b410427a3971d24ace1179b8f4b745fa9a8e79.tar.gz ports-68b410427a3971d24ace1179b8f4b745fa9a8e79.zip |
Update documentation.
PR: ports/63260
Submitted by: zhuravlev alexander <zaa@ulstu.ru> (maintainer)
Notes
Notes:
svn path=/head/; revision=101952
-rw-r--r-- | www/smarty/Makefile | 3 | ||||
-rw-r--r-- | www/smarty/distinfo | 4 | ||||
-rw-r--r-- | www/smarty/pkg-plist | 4 |
3 files changed, 7 insertions, 4 deletions
diff --git a/www/smarty/Makefile b/www/smarty/Makefile index cff615b76199..fd4a137d5890 100644 --- a/www/smarty/Makefile +++ b/www/smarty/Makefile @@ -7,12 +7,13 @@ PORTNAME= smarty PORTVERSION= 2.6.2 +PORTREVISION= 1 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-2.6.0-docs${EXTRACT_SUFX}:manual +DISTFILES+= Smarty-2.6.2-docs${EXTRACT_SUFX}:manual .endif MAINTAINER= zaa@ulstu.ru diff --git a/www/smarty/distinfo b/www/smarty/distinfo index 8aced0fd50b1..e68a43f78ba7 100644 --- a/www/smarty/distinfo +++ b/www/smarty/distinfo @@ -1,4 +1,4 @@ MD5 (Smarty-2.6.2.tar.gz) = 876313391dcf6452e3867169230ec4d9 SIZE (Smarty-2.6.2.tar.gz) = 125574 -MD5 (Smarty-2.6.0-docs.tar.gz) = 3035699c5785c06b0492832d372ffc62 -SIZE (Smarty-2.6.0-docs.tar.gz) = 107185 +MD5 (Smarty-2.6.2-docs.tar.gz) = fd5e90f19a002777f3fed6fc51106ce4 +SIZE (Smarty-2.6.2-docs.tar.gz) = 109524 diff --git a/www/smarty/pkg-plist b/www/smarty/pkg-plist index a3dd3e3ac8bf..0cea6255ca47 100644 --- a/www/smarty/pkg-plist +++ b/www/smarty/pkg-plist @@ -70,6 +70,7 @@ %%PORTDOCS%%%%DOCSDIR%%/manual/language.combining.modifiers.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.config.variables.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.custom.functions.html +%%PORTDOCS%%%%DOCSDIR%%/manual/language.escaping.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.function.config.load.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.function.counter.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.function.cycle.html @@ -135,6 +136,7 @@ %%PORTDOCS%%%%DOCSDIR%%/manual/language.variables.smarty.now.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.variables.smarty.request.html %%PORTDOCS%%%%DOCSDIR%%/manual/language.variables.smarty.template.html +%%PORTDOCS%%%%DOCSDIR%%/manual/language.variables.smarty.version.html %%PORTDOCS%%%%DOCSDIR%%/manual/plugins.block.functions.html %%PORTDOCS%%%%DOCSDIR%%/manual/plugins.compiler.functions.html %%PORTDOCS%%%%DOCSDIR%%/manual/plugins.functions.html @@ -207,8 +209,8 @@ %%PORTDOCS%%%%DOCSDIR%%/manual/variable.default.modifiers.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.default.resource.type.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.default.template.handler.func.html +%%PORTDOCS%%%%DOCSDIR%%/manual/variable.error.reporting.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.force.compile.html -%%PORTDOCS%%%%DOCSDIR%%/manual/variable.global.assign.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.left.delimiter.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.php.handling.html %%PORTDOCS%%%%DOCSDIR%%/manual/variable.plugins.dir.html |