Date: Tue, 17 May 2016 18:01:16 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> 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 Message-ID: <201605171801.u4HI1GE4029046@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605171801.u4HI1GE4029046>