svn commit: r506826 - head/devel/google-cloud-cpp

Yuri Victorovich yuri at FreeBSD.org
Wed Jul 17 22:33:57 UTC 2019


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 at 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


More information about the svn-ports-head mailing list