diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-04-06 22:25:59 +0800 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-04-06 22:25:59 +0800 |
commit | edbfc7113a16f9bc3425b7169e41ee9ffd537b6c (patch) | |
tree | a719b75a74278ac1159125703d7c0e7292c6e538 /www/smarty/Makefile | |
parent | 9a6229179ffa9b297aaa2319af2e4732da628ae9 (diff) | |
download | freebsd-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/Makefile | 6 |
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 |