git: ac37a7fd8da3 - main - multimedia/{,py-}opentimelineio: Add PORTSCOUT tag
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Sep 2022 03:09:06 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=ac37a7fd8da36e3a8bb0307120fda8d41b7b37dd commit ac37a7fd8da36e3a8bb0307120fda8d41b7b37dd Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-09-30 03:08:22 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-09-30 03:09:03 +0000 multimedia/{,py-}opentimelineio: Add PORTSCOUT tag --- multimedia/opentimelineio/Makefile | 2 +- multimedia/py-opentimelineio/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/multimedia/opentimelineio/Makefile b/multimedia/opentimelineio/Makefile index 4663f811de9d..bd184a50c2fd 100644 --- a/multimedia/opentimelineio/Makefile +++ b/multimedia/opentimelineio/Makefile @@ -25,6 +25,6 @@ GH_TUPLE= martinmoene:optional-lite:5e4b7760aac85ea73a5b9b91c726fc36cbd4149b:mar CMAKE_ON= OTIO_FIND_IMATH -PORTSCOUT= ignore:v0.91 # erroneously labeled tag +PORTSCOUT= limit:^.*[0-9]$$ # should end with a digit to prevent tags like last_pure_python .include <bsd.port.mk> diff --git a/multimedia/py-opentimelineio/Makefile b/multimedia/py-opentimelineio/Makefile index 2fb9377c2d54..6bf8b1c292b4 100644 --- a/multimedia/py-opentimelineio/Makefile +++ b/multimedia/py-opentimelineio/Makefile @@ -27,6 +27,6 @@ GH_TUPLE= martinmoene:optional-lite:5e4b7760aac85ea73a5b9b91c726fc36cbd4149b:mar Tencent:rapidjson:06d58b9e848c650114556a23294d0b6440078c61:Tencent_rapidjson/src/deps/rapidjson \ thelink2012:any:bfc77f2e4be6e9a093dd645ef3f1aa30620c9205:thelink2012_any/src/deps/any -PORTSCOUT= ignore:v0.91,last_pure_python # erroneously labeled tag +PORTSCOUT= limit:^.*[0-9]$$ # should end with a digit to prevent tags like last_pure_python .include <bsd.port.mk>