svn commit: r375389 - head/net/google-daemon

Steve Wills swills at FreeBSD.org
Wed Dec 24 05:53:01 UTC 2014


Author: swills
Date: Wed Dec 24 05:52:59 2014
New Revision: 375389
URL: https://svnweb.freebsd.org/changeset/ports/375389
QAT: https://qat.redports.org/buildarchive/r375389/

Log:
  net/google-daemon: update to 1.2.1

Modified:
  head/net/google-daemon/Makefile
  head/net/google-daemon/distinfo

Modified: head/net/google-daemon/Makefile
==============================================================================
--- head/net/google-daemon/Makefile	Wed Dec 24 04:50:16 2014	(r375388)
+++ head/net/google-daemon/Makefile	Wed Dec 24 05:52:59 2014	(r375389)
@@ -1,13 +1,13 @@
-# Created by: Steve Wills <swills at freebsd.org>
+# Created by: Steve Wills <swills at FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	google-daemon
-PORTVERSION=	1.1.5
-PORTREVISION=	1
+PORTVERSION=	1.2.1
+PORTREVISION=	0
 CATEGORIES=	net
-MASTER_SITES=	https://github.com/GoogleCloudPlatform/compute-image-packages/archive/${PORTVERSION}.tar.gz?dummy=/
+MASTER_SITES=	GHR
 
-MAINTAINER=	swills at freebsd.org
+MAINTAINER=	swills at FreeBSD.org
 COMMENT=	Google daemon for use with Google Cloud Compute Engine
 
 BUILD_DEPENDS=	python:${PORTSDIR}/lang/python
@@ -15,8 +15,11 @@ RUN_DEPENDS=	python:${PORTSDIR}/lang/pyt
 		sudo:${PORTSDIR}/security/sudo
 
 USES=		python shebangfix
+USE_GITHUB=	yes
+GH_ACCOUNT=	GoogleCloudPlatform
+GH_PROJECT=	compute-image-packages
 USE_RC_SUBR=	google-accounts-manager
-WRKSRC=		${WRKDIR}/compute-image-packages-${PORTVERSION}/${PORTNAME}
+WRKSRC_SUBDIR=	${PORTNAME}
 
 SHEBANG_FILES=	usr/share/google/google_daemon/accounts.py \
 		usr/share/google/google_daemon/accounts_manager.py \

Modified: head/net/google-daemon/distinfo
==============================================================================
--- head/net/google-daemon/distinfo	Wed Dec 24 04:50:16 2014	(r375388)
+++ head/net/google-daemon/distinfo	Wed Dec 24 05:52:59 2014	(r375389)
@@ -1,2 +1,2 @@
-SHA256 (google-daemon-1.1.5.tar.gz) = 98462e45e53839a93c935f78b4475e7668043c5ac51f5c36e1fe31760cb9d0a1
-SIZE (google-daemon-1.1.5.tar.gz) = 68438
+SHA256 (google-daemon-1.2.1.tar.gz) = e70805809bd3e1a52f191391bd5a2255dd794169ba6402f0a3c46f2def67e13a
+SIZE (google-daemon-1.2.1.tar.gz) = 65967


More information about the svn-ports-head mailing list