git: e7988a60abdb - main - multimedia/gstreamer1-plugins: unbreak gst-opencv plugin guild (+)

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Sat, 03 Sep 2022 15:39:03 UTC
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e7988a60abdb016c8870153cc7d162ae7a6c84bc

commit e7988a60abdb016c8870153cc7d162ae7a6c84bc
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-09-03 15:35:53 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-09-03 15:35:53 +0000

    multimedia/gstreamer1-plugins: unbreak gst-opencv plugin guild (+)
    
    OpenCV was updated to 4.6.0 but version check conditional obliviously
    was stay as "<4.6.0". Bump upper check boundary to 4.7.0
    
    Pointy hat to:  tcberner
---
 multimedia/gstreamer1-plugins/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/multimedia/gstreamer1-plugins/Makefile b/multimedia/gstreamer1-plugins/Makefile
index b7846d1c63ee..61984a26f336 100644
--- a/multimedia/gstreamer1-plugins/Makefile
+++ b/multimedia/gstreamer1-plugins/Makefile
@@ -137,7 +137,7 @@ post-patch:
 	${REINPLACE_CMD} -e '/neon/s|0.30.99|0.32.99|g' \
 		${WRKSRC}/configure
 # Fix build against OpenCV 4.5.1
-	 ${REINPLACE_CMD} '/opencv/s|4\.2\.0|4.6.0|g' \
+	 ${REINPLACE_CMD} '/opencv/s|4\.2\.0|4.7.0|g' \
 		 ${WRKSRC}/configure
 
 .endif