Date: Fri, 23 Nov 2018 20:07:40 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485701 - in head/sysutils/py-google-compute-engine: . files Message-ID: <201811232007.wANK7ei6039275@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Fri Nov 23 20:07:40 2018 New Revision: 485701 URL: https://svnweb.freebsd.org/changeset/ports/485701 Log: sysutils/py-google-compute-engine: update to 2.8.6 PR: 232439 Submitted by: Lucas Kanashiro <lucas.kanashiro@collabora.com> Approved by: Helen Koike <helen.koike@collabora.com> (maintainer, earlier version of patch) Deleted: head/sysutils/py-google-compute-engine/files/patch-google__compute__engine_constants.py head/sysutils/py-google-compute-engine/files/patch-google__compute__engine_networking_ip__forwarding_ip__forwarding.py head/sysutils/py-google-compute-engine/files/patch-google__compute__engine_networking_ip__forwarding_ip__forwarding__utils.py head/sysutils/py-google-compute-engine/files/patch-google__compute__engine_networking_network__daemon.py Modified: head/sysutils/py-google-compute-engine/Makefile (contents, props changed) head/sysutils/py-google-compute-engine/distinfo (contents, props changed) Modified: head/sysutils/py-google-compute-engine/Makefile ============================================================================== --- head/sysutils/py-google-compute-engine/Makefile Fri Nov 23 19:43:44 2018 (r485700) +++ head/sysutils/py-google-compute-engine/Makefile Fri Nov 23 20:07:40 2018 (r485701) @@ -1,10 +1,8 @@ # $FreeBSD$ PORTNAME= google-compute-engine -DISTVERSION= 2.8.3 -PORTREVISION= 2 +DISTVERSION= 2.8.6 CATEGORIES= sysutils python -MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= helen.koike@collabora.com @@ -21,8 +19,14 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>0:devel/py-bo USES= python shebangfix USE_PYTHON= autoplist concurrent distutils + NO_ARCH= yes SHEBANG_FILES= scripts/set_multiqueue scripts/optimize_local_ssd + +USE_GITHUB= yes +GH_ACCOUNT= GoogleCloudPlatform +GH_PROJECT= compute-image-packages +GH_TAGNAME= 20181011 USE_RC_SUBR= google_instance_setup \ google_accounts_daemon \ Modified: head/sysutils/py-google-compute-engine/distinfo ============================================================================== --- head/sysutils/py-google-compute-engine/distinfo Fri Nov 23 19:43:44 2018 (r485700) +++ head/sysutils/py-google-compute-engine/distinfo Fri Nov 23 20:07:40 2018 (r485701) @@ -1,3 +1,3 @@ -TIMESTAMP = 1528807896 -SHA256 (google-compute-engine-2.8.3.tar.gz) = 14947a0cfc20e1d64d1184bbd137b9f3b66d7c94efcbe1b73e21c090e7002af4 -SIZE (google-compute-engine-2.8.3.tar.gz) = 45988 +TIMESTAMP = 1540947814 +SHA256 (GoogleCloudPlatform-compute-image-packages-2.8.6-20181011_GH0.tar.gz) = c9fb44fb8c4bbde108a2aeba44f11938c7840256ca078804ec3c720a47e79144 +SIZE (GoogleCloudPlatform-compute-image-packages-2.8.6-20181011_GH0.tar.gz) = 147405
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811232007.wANK7ei6039275>