Date: Wed, 13 Feb 2019 11:23:06 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492851 - head/www/google-appengine Message-ID: <201902131123.x1DBN6w2039611@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Wed Feb 13 11:23:06 2019 New Revision: 492851 URL: https://svnweb.freebsd.org/changeset/ports/492851 Log: www/google-appengine: Update to 1.9.82 PR: 235280 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: nivit (maintainer's timeout; 14 days) Modified: head/www/google-appengine/Makefile head/www/google-appengine/distinfo Modified: head/www/google-appengine/Makefile ============================================================================== --- head/www/google-appengine/Makefile Wed Feb 13 11:19:58 2019 (r492850) +++ head/www/google-appengine/Makefile Wed Feb 13 11:23:06 2019 (r492851) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= google-appengine -DISTVERSION= 1.9.74 +DISTVERSION= 1.9.82 CATEGORIES= www devel python MASTER_SITES= https://storage.googleapis.com/appengine-sdks/featured/ DISTFILES= ${PORTNAME:S|-|_|}_${PORTVERSION}.zip @@ -42,8 +42,8 @@ GAESCRIPTS= _php_runtime.py _python_runtime.py api_ser MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.3:databases/py-MySQLdb@${PY_FLAVOR} -PHP_USE= mysql=server -PHP_VARS= gaedatadir+=php want_mysql_ver=56 +PHP_USES= mysql:server +PHP_VARS= gaedatadir+=php do-install: @${MKDIR} ${STAGEDIR}${DATADIR} Modified: head/www/google-appengine/distinfo ============================================================================== --- head/www/google-appengine/distinfo Wed Feb 13 11:19:58 2019 (r492850) +++ head/www/google-appengine/distinfo Wed Feb 13 11:23:06 2019 (r492851) @@ -1,3 +1,3 @@ -TIMESTAMP = 1534495254 -SHA256 (google_appengine_1.9.74.zip) = 971e3397e313796cf0d802ea84689ae7c2607698a2fcd0b252787a27e6659212 -SIZE (google_appengine_1.9.74.zip) = 55732970 +TIMESTAMP = 1548678075 +SHA256 (google_appengine_1.9.82.zip) = c8a51cb86266068cc8ca23943a6894289b184c82bbac37dbf00c68a11fada8ef +SIZE (google_appengine_1.9.82.zip) = 55706844
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902131123.x1DBN6w2039611>