From owner-svn-ports-head@FreeBSD.ORG Wed Jul 9 00:27:07 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AAF82E2D; Wed, 9 Jul 2014 00:27:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F54A27A0; Wed, 9 Jul 2014 00:27:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s690R7h7010842; Wed, 9 Jul 2014 00:27:07 GMT (envelope-from nivit@svn.freebsd.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s690R6le010839; Wed, 9 Jul 2014 00:27:06 GMT (envelope-from nivit@svn.freebsd.org) Message-Id: <201407090027.s690R6le010839@svn.freebsd.org> From: Nicola Vitale Date: Wed, 9 Jul 2014 00:27:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361323 - head/www/google-appengine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jul 2014 00:27:07 -0000 Author: nivit Date: Wed Jul 9 00:27:06 2014 New Revision: 361323 URL: http://svnweb.freebsd.org/changeset/ports/361323 QAT: https://qat.redports.org/buildarchive/r361323/ Log: - Update to 1.9.6 - Unbreak (fix fetching [1]) Relnotes: https://code.google.com/p/googleappengine/wiki/SdkReleaseNotes Reported by: portsmon [1] Modified: head/www/google-appengine/Makefile head/www/google-appengine/distinfo Modified: head/www/google-appengine/Makefile ============================================================================== --- head/www/google-appengine/Makefile Wed Jul 9 00:15:35 2014 (r361322) +++ head/www/google-appengine/Makefile Wed Jul 9 00:27:06 2014 (r361323) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= google-appengine -PORTVERSION= 1.9.2 +PORTVERSION= 1.9.6 PORTREVISION= 0 CATEGORIES= www devel python -MASTER_SITES= https://commondatastorage.googleapis.com/appengine-sdks/featured/ +MASTER_SITES= https://storage.googleapis.com/appengine-sdks/featured/ DISTFILES= ${PORTNAME:S|-|_|}_${PORTVERSION}.zip MAINTAINER= nivit@FreeBSD.org @@ -14,8 +14,6 @@ COMMENT= Development tools for Google Ap LICENSE= APACHE20 BSD3CLAUSE GPLv2 LGPL21 MIT MPL PSFL LICENSE_COMB= multi -BROKEN= Unfetchable - RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=${PYTHON_VER}:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_PKGNAMEPREFIX}imaging>=1.1.6_2:${PORTSDIR}/graphics/py-imaging \ ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.6:${PORTSDIR}/security/py-pycrypto Modified: head/www/google-appengine/distinfo ============================================================================== --- head/www/google-appengine/distinfo Wed Jul 9 00:15:35 2014 (r361322) +++ head/www/google-appengine/distinfo Wed Jul 9 00:27:06 2014 (r361323) @@ -1,2 +1,2 @@ -SHA256 (google_appengine_1.9.2.zip) = 8f12f5dea25a179ce2fb7cd8a7994e9e463cb78057bb3bc435384a4317df7799 -SIZE (google_appengine_1.9.2.zip) = 51659659 +SHA256 (google_appengine_1.9.6.zip) = cc575707599c6e6e9dae624661e8d2c88d496b1cdf3b681626084ab5702b567e +SIZE (google_appengine_1.9.6.zip) = 51895404