From owner-svn-ports-head@freebsd.org Tue May 17 18:01:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86145B3F3DC; Tue, 17 May 2016 18:01:17 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F5B01D82; Tue, 17 May 2016 18:01:17 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4HI1GeV029053; Tue, 17 May 2016 18:01:16 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4HI1GE4029046; Tue, 17 May 2016 18:01:16 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605171801.u4HI1GE4029046@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 17 May 2016 18:01:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415401 - in head: devel/cmake science/orthanc science/orthanc-dicomweb science/orthanc-postgresql science/orthanc-webviewer www/chromium X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2016 18:01:17 -0000 Author: pi Date: Tue May 17 18:01:15 2016 New Revision: 415401 URL: https://svnweb.freebsd.org/changeset/ports/415401 Log: devel/jsoncpp: bump portrevision for dependent ports for shlib change .0 -> .1 PR: 209407 Submitted by: sunpoet Modified: head/devel/cmake/Makefile head/science/orthanc-dicomweb/Makefile head/science/orthanc-postgresql/Makefile head/science/orthanc-webviewer/Makefile head/science/orthanc/Makefile head/www/chromium/Makefile Modified: head/devel/cmake/Makefile ============================================================================== --- head/devel/cmake/Makefile Tue May 17 17:53:11 2016 (r415400) +++ head/devel/cmake/Makefile Tue May 17 18:01:15 2016 (r415401) @@ -3,7 +3,7 @@ PORTNAME= cmake PORTVERSION= 3.5.2 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= devel MASTER_SITES= https://www.cmake.org/files/v${PORTVERSION:R}/ Modified: head/science/orthanc-dicomweb/Makefile ============================================================================== --- head/science/orthanc-dicomweb/Makefile Tue May 17 17:53:11 2016 (r415400) +++ head/science/orthanc-dicomweb/Makefile Tue May 17 18:01:15 2016 (r415401) @@ -3,6 +3,7 @@ PORTNAME= orthanc-dicomweb PORTVERSION= 0.2 +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-postgresql/Makefile ============================================================================== --- head/science/orthanc-postgresql/Makefile Tue May 17 17:53:11 2016 (r415400) +++ head/science/orthanc-postgresql/Makefile Tue May 17 18:01:15 2016 (r415401) @@ -3,6 +3,7 @@ PORTNAME= orthanc-portgresql PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= science graphics MASTER_SITES= http://orthanc-server.com/downloads/get.php?path=/plugin-postgresql/ DISTNAME= OrthancPostgreSQL-${PORTVERSION} Modified: head/science/orthanc-webviewer/Makefile ============================================================================== --- head/science/orthanc-webviewer/Makefile Tue May 17 17:53:11 2016 (r415400) +++ head/science/orthanc-webviewer/Makefile Tue May 17 18:01:15 2016 (r415401) @@ -3,6 +3,7 @@ PORTNAME= orthanc-webviewer PORTVERSION= 2.1 +PORTREVISION= 1 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 Tue May 17 17:53:11 2016 (r415400) +++ head/science/orthanc/Makefile Tue May 17 18:01:15 2016 (r415401) @@ -3,6 +3,7 @@ PORTNAME= orthanc PORTVERSION= 1.0.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/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Tue May 17 17:53:11 2016 (r415400) +++ head/www/chromium/Makefile Tue May 17 18:01:15 2016 (r415401) @@ -3,6 +3,7 @@ PORTNAME= chromium PORTVERSION= 49.0.2623.112 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # default, but needed to get distinfo correct if TEST is on