Date: Wed, 27 Dec 2017 19:47:20 +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: r457386 - in head: devel/googlemock devel/googletest emulators/dolphin-emu science/libkml science/orthanc science/orthanc-dicomweb science/orthanc-webviewer security/certificate-transpa... Message-ID: <201712271947.vBRJlK6g069952@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Wed Dec 27 19:47:20 2017 New Revision: 457386 URL: https://svnweb.freebsd.org/changeset/ports/457386 Log: devel/google{test,mock}: update to 1.8.0.450 Changes: https://github.com/google/googletest/compare/f1a87d7...5490beb 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 Wed Dec 27 19:41:07 2017 (r457385) +++ head/devel/googlemock/Makefile Wed Dec 27 19:47:20 2017 (r457386) @@ -3,8 +3,8 @@ PORTNAME= googlemock DISTVERSIONPREFIX= release- -DISTVERSION= 1.8.0-358 -DISTVERSIONSUFFIX= -gf1a87d7 +DISTVERSION= 1.8.0-450 +DISTVERSIONSUFFIX= -g5490beb CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org Modified: head/devel/googlemock/distinfo ============================================================================== --- head/devel/googlemock/distinfo Wed Dec 27 19:41:07 2017 (r457385) +++ head/devel/googlemock/distinfo Wed Dec 27 19:47:20 2017 (r457386) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506208862 -SHA256 (google-googletest-release-1.8.0-358-gf1a87d7_GH0.tar.gz) = cc71cd610a5781cca285d1568e4b573e7a33f585bf690b7569e433c2dff99c41 -SIZE (google-googletest-release-1.8.0-358-gf1a87d7_GH0.tar.gz) = 953367 +TIMESTAMP = 1513908603 +SHA256 (google-googletest-release-1.8.0-450-g5490beb_GH0.tar.gz) = d66fee8f7420048318d63342950927ce047c0030d56f0f86d3a3d87f91a91066 +SIZE (google-googletest-release-1.8.0-450-g5490beb_GH0.tar.gz) = 950107 Modified: head/devel/googletest/Makefile ============================================================================== --- head/devel/googletest/Makefile Wed Dec 27 19:41:07 2017 (r457385) +++ head/devel/googletest/Makefile Wed Dec 27 19:47:20 2017 (r457386) @@ -3,8 +3,8 @@ PORTNAME= googletest DISTVERSIONPREFIX= release- -DISTVERSION= 1.8.0-358 -DISTVERSIONSUFFIX= -gf1a87d7 +DISTVERSION= 1.8.0-450 +DISTVERSIONSUFFIX= -g5490beb CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org Modified: head/devel/googletest/distinfo ============================================================================== --- head/devel/googletest/distinfo Wed Dec 27 19:41:07 2017 (r457385) +++ head/devel/googletest/distinfo Wed Dec 27 19:47:20 2017 (r457386) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506208862 -SHA256 (google-googletest-release-1.8.0-358-gf1a87d7_GH0.tar.gz) = cc71cd610a5781cca285d1568e4b573e7a33f585bf690b7569e433c2dff99c41 -SIZE (google-googletest-release-1.8.0-358-gf1a87d7_GH0.tar.gz) = 953367 +TIMESTAMP = 1513908603 +SHA256 (google-googletest-release-1.8.0-450-g5490beb_GH0.tar.gz) = d66fee8f7420048318d63342950927ce047c0030d56f0f86d3a3d87f91a91066 +SIZE (google-googletest-release-1.8.0-450-g5490beb_GH0.tar.gz) = 950107 Modified: head/emulators/dolphin-emu/Makefile ============================================================================== --- head/emulators/dolphin-emu/Makefile Wed Dec 27 19:41:07 2017 (r457385) +++ head/emulators/dolphin-emu/Makefile Wed Dec 27 19:47:20 2017 (r457386) @@ -3,7 +3,7 @@ PORTNAME= dolphin-emu PORTVERSION= 5.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= emulators MAINTAINER= martymac@FreeBSD.org Modified: head/science/libkml/Makefile ============================================================================== --- head/science/libkml/Makefile Wed Dec 27 19:41:07 2017 (r457385) +++ head/science/libkml/Makefile Wed Dec 27 19:47:20 2017 (r457386) @@ -3,7 +3,7 @@ PORTNAME= libkml PORTVERSION= 1.3.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science MAINTAINER= sunpoet@FreeBSD.org Modified: head/science/orthanc-dicomweb/Makefile ============================================================================== --- head/science/orthanc-dicomweb/Makefile Wed Dec 27 19:41:07 2017 (r457385) +++ head/science/orthanc-dicomweb/Makefile Wed Dec 27 19:47:20 2017 (r457386) @@ -3,6 +3,7 @@ PORTNAME= orthanc-dicomweb PORTVERSION= 0.4 +PORTREVISION= 1 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 Wed Dec 27 19:41:07 2017 (r457385) +++ head/science/orthanc-webviewer/Makefile Wed Dec 27 19:47:20 2017 (r457386) @@ -3,6 +3,7 @@ PORTNAME= orthanc-webviewer PORTVERSION= 2.3 +PORTREVISION= 1 CATEGORIES= science graphics MASTER_SITES= http://orthanc-server.com/downloads/get.php?path=/plugin-webviewer/:main \ http://www.orthanc-server.com/downloads/third-party/WebViewer/:thirdparty Modified: head/science/orthanc/Makefile ============================================================================== --- head/science/orthanc/Makefile Wed Dec 27 19:41:07 2017 (r457385) +++ head/science/orthanc/Makefile Wed Dec 27 19:47:20 2017 (r457386) @@ -3,6 +3,7 @@ PORTNAME= orthanc PORTVERSION= 1.3.0 +PORTREVISION= 1 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 Wed Dec 27 19:41:07 2017 (r457385) +++ head/security/certificate-transparency/Makefile Wed Dec 27 19:47:20 2017 (r457386) @@ -3,7 +3,7 @@ PORTNAME= certificate-transparency PORTVERSION= 20161015 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= security MAINTAINER= ports@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712271947.vBRJlK6g069952>