svn commit: r494552 - head/sysutils/py-google-compute-engine

Wen Heping wen at FreeBSD.org
Mon Mar 4 06:00:45 UTC 2019


Author: wen
Date: Mon Mar  4 06:00:43 2019
New Revision: 494552
URL: https://svnweb.freebsd.org/changeset/ports/494552

Log:
  - Update to 2.8.13
  
  PR:		235738
  Submitted by:	lucas.kanashiro at collabora.com(maintainer)

Modified:
  head/sysutils/py-google-compute-engine/Makefile
  head/sysutils/py-google-compute-engine/distinfo

Modified: head/sysutils/py-google-compute-engine/Makefile
==============================================================================
--- head/sysutils/py-google-compute-engine/Makefile	Mon Mar  4 05:47:19 2019	(r494551)
+++ head/sysutils/py-google-compute-engine/Makefile	Mon Mar  4 06:00:43 2019	(r494552)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	google-compute-engine
-DISTVERSION=	2.8.6
+DISTVERSION=	2.8.13
 CATEGORIES=	sysutils python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -21,12 +21,12 @@ USES=		python shebangfix
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
-SHEBANG_FILES=	scripts/set_multiqueue scripts/optimize_local_ssd
+SHEBANG_FILES=	scripts/google_set_multiqueue scripts/google_optimize_local_ssd
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	GoogleCloudPlatform
 GH_PROJECT=	compute-image-packages
-GH_TAGNAME=	20181011
+GH_TAGNAME=	20190124
 
 USE_RC_SUBR=	google_instance_setup \
 		google_accounts_daemon \

Modified: head/sysutils/py-google-compute-engine/distinfo
==============================================================================
--- head/sysutils/py-google-compute-engine/distinfo	Mon Mar  4 05:47:19 2019	(r494551)
+++ head/sysutils/py-google-compute-engine/distinfo	Mon Mar  4 06:00:43 2019	(r494552)
@@ -1,3 +1,3 @@
-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
+TIMESTAMP = 1551668922
+SHA256 (GoogleCloudPlatform-compute-image-packages-2.8.13-20190124_GH0.tar.gz) = 09637f951245729c66eb5b7b9ed49bead31349b29829baf5c8a4e5d45405a2f4
+SIZE (GoogleCloudPlatform-compute-image-packages-2.8.13-20190124_GH0.tar.gz) = 126211


More information about the svn-ports-all mailing list