./net/gcloud-golang-metadata, Google Compute Engine metadata package

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2015Q2, Version: 20150310, Package name: gcloud-golang-metadata-20150310, Maintainer: bsiegert

Package metadata provides access to Google Compute Engine (GCE) metadata
and API service accounts.

This package is a wrapper around the GCE metadata service, as documented
at https://developers.google.com/compute/docs/metadata.


Required to build:
[net/go-net] [textproc/go-text] [lang/go]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2015-07-26 21:53:23 by Matthias Scheler | Files touched by this commit (1)
Log message:
Pullup ticket #4781 - requested by bsiegert
net/gcloud-golang-metadata: build fix

Revisions pulled up:
- net/gcloud-golang-metadata/Makefile                           1.2

---
   Module Name:    pkgsrc
   Committed By:   bsiegert
   Date:           Sat Jul 25 14:23:58 UTC 2015

   Modified Files:
           pkgsrc/net/gcloud-golang-metadata: Makefile

   Log message:
   Fix build on NetBSD, PR pkg/49909.

   It turns out that [^a]* matches all files not beginning with a on Darwin
   and all files beginning with a on NetBSD. Work around this by crafting
   a for loop with a case expression.