Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jul 2019 22:33:57 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r506826 - head/devel/google-cloud-cpp
Message-ID:  <201907172233.x6HMXvMj008150@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Jul 17 22:33:56 2019
New Revision: 506826
URL: https://svnweb.freebsd.org/changeset/ports/506826

Log:
  devel/google-cloud-cpp: Fix the wrong pkg-descr file that was committed
  
  PR:		226400
  Reported by:	Anthony <amzo1337@gmail.com>

Modified:
  head/devel/google-cloud-cpp/pkg-descr

Modified: head/devel/google-cloud-cpp/pkg-descr
==============================================================================
--- head/devel/google-cloud-cpp/pkg-descr	Wed Jul 17 20:36:56 2019	(r506825)
+++ head/devel/google-cloud-cpp/pkg-descr	Wed Jul 17 22:33:56 2019	(r506826)
@@ -1,7 +1,5 @@
-Nsync is a C library that exports various synchronization primitives.
-The library is intended to be portable, and to be compilable on a system with
-only a C90 compiler, assuming atomic operations are available from the
-compiler, operating system, or assembler routines.  It is able to use C11 or
-C++11 atomic operations if they are available.
+Google cloud C++ libraries are C++ libraries for use with the Google Cloud
+platform. Google Cloud Platform provides infrastructure as a service, platform
+as a service, and serverless computing environments.
 
-WWW: https://github.com/google/nsync
+WWW: https://github.com/googleapis/google-cloud-cpp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907172233.x6HMXvMj008150>