Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 May 2017 23:22:00 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441204 - in head: devel/googlemock devel/googletest emulators/dolphin-emu science/libkml science/orthanc science/orthanc-dicomweb science/orthanc-webviewer security/certificate-transpa...
Message-ID:  <201705182322.v4INM0tE084161@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu May 18 23:22:00 2017
New Revision: 441204
URL: https://svnweb.freebsd.org/changeset/ports/441204

Log:
  devel/google{test,mock}: update to 1.8.0.50
  
  Changes:	https://github.com/google/googletest/compare/a2b8a8e...59c795c

Modified:
  head/devel/googlemock/Makefile   (contents, props changed)
  head/devel/googlemock/distinfo   (contents, props changed)
  head/devel/googletest/Makefile   (contents, props changed)
  head/devel/googletest/distinfo   (contents, props changed)
  head/emulators/dolphin-emu/Makefile   (contents, props changed)
  head/science/libkml/Makefile   (contents, props changed)
  head/science/orthanc-dicomweb/Makefile   (contents, props changed)
  head/science/orthanc-webviewer/Makefile   (contents, props changed)
  head/science/orthanc/Makefile   (contents, props changed)
  head/security/certificate-transparency/Makefile   (contents, props changed)

Modified: head/devel/googlemock/Makefile
==============================================================================
--- head/devel/googlemock/Makefile	Thu May 18 22:34:56 2017	(r441203)
+++ head/devel/googlemock/Makefile	Thu May 18 23:22:00 2017	(r441204)
@@ -3,8 +3,8 @@
 
 PORTNAME=	googlemock
 DISTVERSIONPREFIX=	release-
-DISTVERSION=	1.8.0-11
-DISTVERSIONSUFFIX=	-ga2b8a8e
+DISTVERSION=	1.8.0-50
+DISTVERSIONSUFFIX=	-g59c795c
 CATEGORIES=	devel
 
 MAINTAINER=	jbeich@FreeBSD.org

Modified: head/devel/googlemock/distinfo
==============================================================================
--- head/devel/googlemock/distinfo	Thu May 18 22:34:56 2017	(r441203)
+++ head/devel/googlemock/distinfo	Thu May 18 23:22:00 2017	(r441204)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1471419713
-SHA256 (google-googletest-release-1.8.0-11-ga2b8a8e_GH0.tar.gz) = 5e7cb72292eec51ca0ecb9c83d4769c667b7ead7daba83a89cbc20f7fbd2fd74
-SIZE (google-googletest-release-1.8.0-11-ga2b8a8e_GH0.tar.gz) = 1282276
+TIMESTAMP = 1495138798
+SHA256 (google-googletest-release-1.8.0-50-g59c795c_GH0.tar.gz) = c342155719a2dd5e6d38344056cfffea3c960569879727e22888f9cd6ae5ca66
+SIZE (google-googletest-release-1.8.0-50-g59c795c_GH0.tar.gz) = 1285161

Modified: head/devel/googletest/Makefile
==============================================================================
--- head/devel/googletest/Makefile	Thu May 18 22:34:56 2017	(r441203)
+++ head/devel/googletest/Makefile	Thu May 18 23:22:00 2017	(r441204)
@@ -3,8 +3,8 @@
 
 PORTNAME=	googletest
 DISTVERSIONPREFIX=	release-
-DISTVERSION=	1.8.0-11
-DISTVERSIONSUFFIX=	-ga2b8a8e
+DISTVERSION=	1.8.0-50
+DISTVERSIONSUFFIX=	-g59c795c
 CATEGORIES=	devel
 
 MAINTAINER=	jbeich@FreeBSD.org

Modified: head/devel/googletest/distinfo
==============================================================================
--- head/devel/googletest/distinfo	Thu May 18 22:34:56 2017	(r441203)
+++ head/devel/googletest/distinfo	Thu May 18 23:22:00 2017	(r441204)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1471419713
-SHA256 (google-googletest-release-1.8.0-11-ga2b8a8e_GH0.tar.gz) = 5e7cb72292eec51ca0ecb9c83d4769c667b7ead7daba83a89cbc20f7fbd2fd74
-SIZE (google-googletest-release-1.8.0-11-ga2b8a8e_GH0.tar.gz) = 1282276
+TIMESTAMP = 1495138798
+SHA256 (google-googletest-release-1.8.0-50-g59c795c_GH0.tar.gz) = c342155719a2dd5e6d38344056cfffea3c960569879727e22888f9cd6ae5ca66
+SIZE (google-googletest-release-1.8.0-50-g59c795c_GH0.tar.gz) = 1285161

Modified: head/emulators/dolphin-emu/Makefile
==============================================================================
--- head/emulators/dolphin-emu/Makefile	Thu May 18 22:34:56 2017	(r441203)
+++ head/emulators/dolphin-emu/Makefile	Thu May 18 23:22:00 2017	(r441204)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dolphin-emu
 PORTVERSION=	5.0
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	emulators
 
 MAINTAINER=	martymac@FreeBSD.org

Modified: head/science/libkml/Makefile
==============================================================================
--- head/science/libkml/Makefile	Thu May 18 22:34:56 2017	(r441203)
+++ head/science/libkml/Makefile	Thu May 18 23:22:00 2017	(r441204)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libkml
 PORTVERSION=	1.3.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	science
 
 MAINTAINER=	sunpoet@FreeBSD.org

Modified: head/science/orthanc-dicomweb/Makefile
==============================================================================
--- head/science/orthanc-dicomweb/Makefile	Thu May 18 22:34:56 2017	(r441203)
+++ head/science/orthanc-dicomweb/Makefile	Thu May 18 23:22:00 2017	(r441204)
@@ -3,7 +3,7 @@
 
 PORTNAME=	orthanc-dicomweb
 PORTVERSION=	0.3
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	science net
 MASTER_SITES=	http://orthanc-server.com/downloads/get.php?path=/plugin-dicom-web/
 DISTNAME=	OrthancDicomWeb-${PORTVERSION}

Modified: head/science/orthanc-webviewer/Makefile
==============================================================================
--- head/science/orthanc-webviewer/Makefile	Thu May 18 22:34:56 2017	(r441203)
+++ head/science/orthanc-webviewer/Makefile	Thu May 18 23:22:00 2017	(r441204)
@@ -3,7 +3,7 @@
 
 PORTNAME=	orthanc-webviewer
 PORTVERSION=	2.2
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	science graphics
 MASTER_SITES=	http://orthanc-server.com/downloads/get.php?path=/plugin-webviewer/:main \
 		http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/WebViewer/:thirdparty

Modified: head/science/orthanc/Makefile
==============================================================================
--- head/science/orthanc/Makefile	Thu May 18 22:34:56 2017	(r441203)
+++ head/science/orthanc/Makefile	Thu May 18 23:22:00 2017	(r441204)
@@ -3,7 +3,7 @@
 
 PORTNAME=	orthanc
 PORTVERSION=	1.1.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	science graphics net www
 MASTER_SITES=	http://orthanc-server.com/downloads/get.php?path=/orthanc/:main \
 		http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/:mongoose

Modified: head/security/certificate-transparency/Makefile
==============================================================================
--- head/security/certificate-transparency/Makefile	Thu May 18 22:34:56 2017	(r441203)
+++ head/security/certificate-transparency/Makefile	Thu May 18 23:22:00 2017	(r441204)
@@ -3,7 +3,7 @@
 
 PORTNAME=	certificate-transparency
 PORTVERSION=	20161015
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	security
 
 MAINTAINER=	ports@FreeBSD.org



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