diff options
author | culot <culot@FreeBSD.org> | 2015-04-28 21:00:25 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2015-04-28 21:00:25 +0800 |
commit | 68756b8762df1cd00aed88c32e589b8edb3a66c2 (patch) | |
tree | 462e240d2c97a5dca10e57cf54b67223dbd0d2a7 /www | |
parent | 8e6dfb81a0a2aa81a996e2f62d4e44c577ab6fae (diff) | |
download | freebsd-ports-gnome-68756b8762df1cd00aed88c32e589b8edb3a66c2.tar.gz freebsd-ports-gnome-68756b8762df1cd00aed88c32e589b8edb3a66c2.tar.zst freebsd-ports-gnome-68756b8762df1cd00aed88c32e589b8edb3a66c2.zip |
- Update to 3.1.21 [1]
- Add LICENSE (LGPL3)
Changes: http://code.google.com/p/smarty-php/source/browse/trunk/distribution/change_log.txt
PR: 199680 [1]
Submitted by: Michael Fausten <ports@michael-fausten.de>
Diffstat (limited to 'www')
-rw-r--r-- | www/smarty3/Makefile | 4 | ||||
-rw-r--r-- | www/smarty3/distinfo | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/www/smarty3/Makefile b/www/smarty3/Makefile index 549795aaea2e..7ad5f0e76c5d 100644 --- a/www/smarty3/Makefile +++ b/www/smarty3/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= smarty3 -PORTVERSION= 3.1.19 +PORTVERSION= 3.1.21 CATEGORIES= www MASTER_SITES= http://www.smarty.net/files/ DISTNAME= Smarty-${PORTVERSION} @@ -10,6 +10,8 @@ DISTNAME= Smarty-${PORTVERSION} MAINTAINER= ports@michael-fausten.de COMMENT= PHP compiling template engine +LICENSE= LGPL3 + WRKSRC= ${WRKDIR}/Smarty-${PORTVERSION} NO_BUILD= yes diff --git a/www/smarty3/distinfo b/www/smarty3/distinfo index 3f2479245f44..4bb19a2cbf8e 100644 --- a/www/smarty3/distinfo +++ b/www/smarty3/distinfo @@ -1,2 +1,2 @@ -SHA256 (Smarty-3.1.19.tar.gz) = 445b583853774ebd17685abade5e3e76a0f3422dea2191611fb308faec276574 -SIZE (Smarty-3.1.19.tar.gz) = 207683 +SHA256 (Smarty-3.1.21.tar.gz) = e872f98a194a31b9dea710fceb308431c0e2b846e46ce845b547f54e5789c465 +SIZE (Smarty-3.1.21.tar.gz) = 208308 |