aboutsummaryrefslogtreecommitdiffstats
path: root/www/smarty/Makefile
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-04-06 22:25:59 +0800
committerTilman Keskinoz <arved@FreeBSD.org>2003-04-06 22:25:59 +0800
commitedbfc7113a16f9bc3425b7169e41ee9ffd537b6c (patch)
treea719b75a74278ac1159125703d7c0e7292c6e538 /www/smarty/Makefile
parent9a6229179ffa9b297aaa2319af2e4732da628ae9 (diff)
downloadfreebsd-ports-gnome-edbfc7113a16f9bc3425b7169e41ee9ffd537b6c.tar.gz
freebsd-ports-gnome-edbfc7113a16f9bc3425b7169e41ee9ffd537b6c.tar.zst
freebsd-ports-gnome-edbfc7113a16f9bc3425b7169e41ee9ffd537b6c.zip
Update to 2.4.2
Give MAINTAINERship to submitter. PR: 48969 Submitted by: zhuravlev alexander <zaa@ulstu.ru>
Diffstat (limited to 'www/smarty/Makefile')
-rw-r--r--www/smarty/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/smarty/Makefile b/www/smarty/Makefile
index 24ee34086c31..3b6a871a055f 100644
--- a/www/smarty/Makefile
+++ b/www/smarty/Makefile
@@ -6,16 +6,16 @@
#
PORTNAME= smarty
-PORTVERSION= 2.3.1
+PORTVERSION= 2.4.2
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.4.0-docs${EXTRACT_SUFX}:manual
.endif
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= zaa@ulstu.ru
COMMENT= The PHP compiling template engine
RUN_DEPENDS= php-config:${PORTSDIR}/www/mod_php4