diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-12-24 05:52:59 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-12-24 05:52:59 +0000 |
commit | 11bde4aafe66dc06000909f29b68051491debe25 (patch) | |
tree | 5309b26e74d0d7f8e374148c2db254e3ccf1f1bf /net | |
parent | 2a218e9c2bb06b4fd8b6c4986bce51cb51ec37de (diff) | |
download | ports-11bde4aafe66dc06000909f29b68051491debe25.tar.gz ports-11bde4aafe66dc06000909f29b68051491debe25.zip |
net/google-daemon: update to 1.2.1
Notes
Notes:
svn path=/head/; revision=375389
Diffstat (limited to 'net')
-rw-r--r-- | net/google-daemon/Makefile | 15 | ||||
-rw-r--r-- | net/google-daemon/distinfo | 4 |
2 files changed, 11 insertions, 8 deletions
diff --git a/net/google-daemon/Makefile b/net/google-daemon/Makefile index 64625d77991b..743913fde67c 100644 --- a/net/google-daemon/Makefile +++ b/net/google-daemon/Makefile @@ -1,13 +1,13 @@ -# Created by: Steve Wills <swills@freebsd.org> +# Created by: Steve Wills <swills@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@freebsd.org +MAINTAINER= swills@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/python \ 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 \ diff --git a/net/google-daemon/distinfo b/net/google-daemon/distinfo index f6989c567597..3902d255a5d0 100644 --- a/net/google-daemon/distinfo +++ b/net/google-daemon/distinfo @@ -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 |