svn commit: r492851 - head/www/google-appengine

Yuri Victorovich yuri at FreeBSD.org
Wed Feb 13 11:23:07 UTC 2019


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 at 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


More information about the svn-ports-head mailing list