Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jul 2016 21:27:53 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r418896 - head/www/smarty2
Message-ID:  <201607212127.u6LLRrA2047175@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Thu Jul 21 21:27:53 2016
New Revision: 418896
URL: https://svnweb.freebsd.org/changeset/ports/418896

Log:
  - Update to 2.6.30
  - Fix a shell injection vulnerability
  
  MFH:	2016Q3

Modified:
  head/www/smarty2/Makefile
  head/www/smarty2/distinfo

Modified: head/www/smarty2/Makefile
==============================================================================
--- head/www/smarty2/Makefile	Thu Jul 21 20:55:08 2016	(r418895)
+++ head/www/smarty2/Makefile	Thu Jul 21 21:27:53 2016	(r418896)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	smarty
-PORTVERSION=	2.6.29
+PORTVERSION=	2.6.30
 DISTVERSIONPREFIX=	v
 CATEGORIES=	www
 MASTER_SITES=	http://www.smarty.net/files/docs/:manual
@@ -17,7 +17,7 @@ OPTIONS_DEFINE=	DOCS
 
 NO_BUILD=	yes
 USE_PHP=	pcre
-WANT_PHP_WEB=	yes
+USES=		php:web
 
 PKGMESSAGE=	${WRKDIR}/pkg-message
 SUB_FILES=	pkg-message

Modified: head/www/smarty2/distinfo
==============================================================================
--- head/www/smarty2/distinfo	Thu Jul 21 20:55:08 2016	(r418895)
+++ head/www/smarty2/distinfo	Thu Jul 21 21:27:53 2016	(r418896)
@@ -1,4 +1,5 @@
+TIMESTAMP = 1469132957
 SHA256 (manual-en-2.6.zip) = 694888f142c1eaacc5f442d050bb23292feaf2844af3a69fabd1a15a7f01034b
 SIZE (manual-en-2.6.zip) = 314640
-SHA256 (smarty-php-smarty-v2.6.29_GH0.tar.gz) = 5dc9fe39b2dce4a89e1efc863aad693aed98a900866b543cce0c051b21d248f1
-SIZE (smarty-php-smarty-v2.6.29_GH0.tar.gz) = 152415
+SHA256 (smarty-php-smarty-v2.6.30_GH0.tar.gz) = 21a011394e2e1da41ca0d01425f2f1587c304ce6f58a7ef3e12c51f2a04af1a4
+SIZE (smarty-php-smarty-v2.6.30_GH0.tar.gz) = 152700



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607212127.u6LLRrA2047175>