From owner-dev-commits-ports-all@freebsd.org Sun Jul 18 08:35:48 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C4F4C6673E7; Sun, 18 Jul 2021 08:35:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GSJGD4t9lz4jp5; Sun, 18 Jul 2021 08:35:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8821420AB9; Sun, 18 Jul 2021 08:35:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16I8ZmRW087578; Sun, 18 Jul 2021 08:35:48 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16I8Zm1R087577; Sun, 18 Jul 2021 08:35:48 GMT (envelope-from git) Date: Sun, 18 Jul 2021 08:35:48 GMT Message-Id: <202107180835.16I8Zm1R087577@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Matthias Andree Subject: git: cbc36ca07079 - main - *: bump PORTREVISION after math/Imath update, #2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mandree X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: cbc36ca07079f305ae5e1b1bd5e84516ce756e57 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2021 08:35:48 -0000 The branch main has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=cbc36ca07079f305ae5e1b1bd5e84516ce756e57 commit cbc36ca07079f305ae5e1b1bd5e84516ce756e57 Author: Matthias Andree AuthorDate: 2021-07-18 08:33:37 +0000 Commit: Matthias Andree CommitDate: 2021-07-18 08:35:14 +0000 *: bump PORTREVISION after math/Imath update, #2 This also bumps the PORTREVISION of all ports that OPTIONally depend on Imath, for instance, through an OPENEXR or EXR option that defaults to off. Missed in commit 3cda93bdf69bfb4ea99181e638e661c467dad38d. Reported by: Philipp Ost Reported by: koobs@ (thanks for forwarding the report) --- graphics/ImageMagick6/Makefile | 1 + graphics/ImageMagick7/Makefile | 1 + graphics/devil/Makefile | 2 +- graphics/gdal/Makefile | 2 +- graphics/ogre3d/Makefile | 2 +- graphics/osg/Makefile | 2 +- graphics/osg34/Makefile | 2 +- graphics/pfstools/Makefile | 2 +- graphics/povray37/Makefile | 1 + 9 files changed, 9 insertions(+), 6 deletions(-) diff --git a/graphics/ImageMagick6/Makefile b/graphics/ImageMagick6/Makefile index ea7516006de8..0d34d32bbbd9 100644 --- a/graphics/ImageMagick6/Makefile +++ b/graphics/ImageMagick6/Makefile @@ -1,5 +1,6 @@ PORTNAME= ImageMagick DISTVERSION= 6.9.12-12 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics perl5 MASTER_SITES= https://www.imagemagick.org/download/ \ diff --git a/graphics/ImageMagick7/Makefile b/graphics/ImageMagick7/Makefile index 4b138cc740d1..0de7f3e6c0bb 100644 --- a/graphics/ImageMagick7/Makefile +++ b/graphics/ImageMagick7/Makefile @@ -1,5 +1,6 @@ PORTNAME= ImageMagick DISTVERSION= 7.0.11-12 +PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= https://www.imagemagick.org/download/ \ https://www.imagemagick.org/download/releases/ \ diff --git a/graphics/devil/Makefile b/graphics/devil/Makefile index 08da5802f52f..77caa7d3acd6 100644 --- a/graphics/devil/Makefile +++ b/graphics/devil/Makefile @@ -2,7 +2,7 @@ PORTNAME= devil PORTVERSION= 1.7.8 -PORTREVISION= 27 +PORTREVISION= 28 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= SF/openil/DevIL/${PORTVERSION} diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index 622fddd3834d..d0864d714011 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -2,7 +2,7 @@ PORTNAME= gdal PORTVERSION= 3.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics geography MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \ LOCAL/sunpoet diff --git a/graphics/ogre3d/Makefile b/graphics/ogre3d/Makefile index d2cf42f994f7..41c953b8ce92 100644 --- a/graphics/ogre3d/Makefile +++ b/graphics/ogre3d/Makefile @@ -3,7 +3,7 @@ PORTNAME= ogre3d DISTVERSIONPREFIX= v DISTVERSION= 1.11.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics devel MAINTAINER= oliver@FreeBSD.org diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile index a624b203842c..0237927e7d66 100644 --- a/graphics/osg/Makefile +++ b/graphics/osg/Makefile @@ -3,7 +3,7 @@ PORTNAME= osg PORTVERSION= 3.6.5 DISTVERSIONPREFIX= OpenSceneGraph- -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= graphics MAINTAINER= amdmi3@FreeBSD.org diff --git a/graphics/osg34/Makefile b/graphics/osg34/Makefile index 61332394a6bf..3d2b05328498 100644 --- a/graphics/osg34/Makefile +++ b/graphics/osg34/Makefile @@ -3,7 +3,7 @@ PORTNAME= osg PORTVERSION= 3.4.1 DISTVERSIONPREFIX= OpenSceneGraph- -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= graphics PKGNAMESUFFIX= 34 diff --git a/graphics/pfstools/Makefile b/graphics/pfstools/Makefile index 5be62bbbd092..3384aa94562d 100644 --- a/graphics/pfstools/Makefile +++ b/graphics/pfstools/Makefile @@ -2,7 +2,7 @@ PORTNAME= pfstools DISTVERSION= 2.1.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics MASTER_SITES= SF diff --git a/graphics/povray37/Makefile b/graphics/povray37/Makefile index 13481f3edcf5..29834c5bf3f1 100644 --- a/graphics/povray37/Makefile +++ b/graphics/povray37/Makefile @@ -1,6 +1,7 @@ PORTNAME= povray DISTVERSIONPREFIX= v DISTVERSION= 3.7.0.10 +PORTREVISION= 1 CATEGORIES= graphics PKGNAMESUFFIX= 37