Date: Wed, 9 Jul 2014 00:27:06 +0000 (UTC) From: Nicola Vitale <nivit@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361323 - head/www/google-appengine Message-ID: <201407090027.s690R6le010839@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407090027.s690R6le010839>