diff options
author | olivier <olivier@FreeBSD.org> | 2018-08-06 21:03:29 +0800 |
---|---|---|
committer | olivier <olivier@FreeBSD.org> | 2018-08-06 21:03:29 +0800 |
commit | 840af727fbd9e64966067250c53ea5f5b4c2d537 (patch) | |
tree | bee3b7fc899d53912d9b6f681933f3e5a438b741 | |
parent | 0c531b154239ce4eb1f81db6faafd7949fa15a5b (diff) | |
download | freebsd-ports-gnome-840af727fbd9e64966067250c53ea5f5b4c2d537.tar.gz freebsd-ports-gnome-840af727fbd9e64966067250c53ea5f5b4c2d537.tar.zst freebsd-ports-gnome-840af727fbd9e64966067250c53ea5f5b4c2d537.zip |
Update to 2.3.14
-rw-r--r-- | graphics/natron/Makefile | 2 | ||||
-rw-r--r-- | graphics/natron/distinfo | 6 | ||||
-rw-r--r-- | graphics/natron/files/patch-Engine_OfxImageEffectInstance.h | 11 |
3 files changed, 4 insertions, 15 deletions
diff --git a/graphics/natron/Makefile b/graphics/natron/Makefile index c0c776d8932d..3ca06c9e6830 100644 --- a/graphics/natron/Makefile +++ b/graphics/natron/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= natron -PORTVERSION= 2.3.13 +PORTVERSION= 2.3.14 CATEGORIES= graphics MAINTAINER= olivier@FreeBSD.org diff --git a/graphics/natron/distinfo b/graphics/natron/distinfo index 8b2224f36217..f639a38ea47b 100644 --- a/graphics/natron/distinfo +++ b/graphics/natron/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1530438566 -SHA256 (NatronGitHub-Natron-2.3.13_GH0.tar.gz) = dbb6bf6b0bf9004ac2d62748a646535f117912a015d011ab8e730eda5fc09866 -SIZE (NatronGitHub-Natron-2.3.13_GH0.tar.gz) = 21393064 +TIMESTAMP = 1533473869 +SHA256 (NatronGitHub-Natron-2.3.14_GH0.tar.gz) = 00626816bcbea38f41fe2f95c2fd3927f8271665b03dd0d691cb35ce712c9309 +SIZE (NatronGitHub-Natron-2.3.14_GH0.tar.gz) = 21390635 SHA256 (NatronGitHub-openfx-a85dc34_GH0.tar.gz) = c59082fcd9327e87ff544e93179ddc5b81d39442854283064480526ab153bfde SIZE (NatronGitHub-openfx-a85dc34_GH0.tar.gz) = 10651841 SHA256 (NatronGitHub-google-test-50d6fc3_GH0.tar.gz) = e4604551d0179cb6c38815680c119c2cebde9bccb84cb86ec47259857135e0d8 diff --git a/graphics/natron/files/patch-Engine_OfxImageEffectInstance.h b/graphics/natron/files/patch-Engine_OfxImageEffectInstance.h deleted file mode 100644 index 2a5ef484b9e2..000000000000 --- a/graphics/natron/files/patch-Engine_OfxImageEffectInstance.h +++ /dev/null @@ -1,11 +0,0 @@ ---- Engine/OfxImageEffectInstance.h.orig 2017-08-13 15:26:35 UTC -+++ Engine/OfxImageEffectInstance.h -@@ -109,7 +109,7 @@ class OfxImageEffectInstance (public) - // - // live parameters - // -- virtual const std::vector<std::string>& getUserCreatedPlanes() const OVERRIDE FINAL; -+ virtual const std::vector<std::string>& getUserCreatedPlanes() const FINAL; - - // The size of the current project in canonical coordinates. - // The size of a project is a sub set of the kOfxImageEffectPropProjectExtent. For example a |