summaryrefslogtreecommitdiff
path: root/graphics/timg
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/timg')
-rw-r--r--graphics/timg/Makefile2
-rw-r--r--graphics/timg/distinfo6
-rw-r--r--graphics/timg/files/patch-src_video-source.cc10
3 files changed, 4 insertions, 14 deletions
diff --git a/graphics/timg/Makefile b/graphics/timg/Makefile
index f52a84d6f907..418d2f4cb065 100644
--- a/graphics/timg/Makefile
+++ b/graphics/timg/Makefile
@@ -1,6 +1,6 @@
PORTNAME= timg
DISTVERSIONPREFIX= v
-DISTVERSION= 1.6.2
+DISTVERSION= 1.6.3
CATEGORIES= graphics
MAINTAINER= uzsolt@FreeBSD.org
diff --git a/graphics/timg/distinfo b/graphics/timg/distinfo
index e19aa0d616cb..7361f3b89a92 100644
--- a/graphics/timg/distinfo
+++ b/graphics/timg/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1747384824
-SHA256 (hzeller-timg-v1.6.2_GH0.tar.gz) = a5fb4443f55552d15a8b22b9ca4cb5874eb1a988d3b98fe31d61d19b2c7b9e56
-SIZE (hzeller-timg-v1.6.2_GH0.tar.gz) = 1223894
+TIMESTAMP = 1759112219
+SHA256 (hzeller-timg-v1.6.3_GH0.tar.gz) = 59c908867f18c81106385a43065c232e63236e120d5b2596b179ce56340d7b01
+SIZE (hzeller-timg-v1.6.3_GH0.tar.gz) = 1223853
diff --git a/graphics/timg/files/patch-src_video-source.cc b/graphics/timg/files/patch-src_video-source.cc
deleted file mode 100644
index 2f1f337245e0..000000000000
--- a/graphics/timg/files/patch-src_video-source.cc
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/video-source.cc.orig 2025-09-01 04:23:46 UTC
-+++ src/video-source.cc
-@@ -111,7 +111,6 @@ VideoSource::~VideoSource() {
-
- VideoSource::~VideoSource() {
- sws_freeContext(sws_context_);
-- avcodec_close(codec_context_);
- avcodec_free_context(&codec_context_);
- avformat_close_input(&format_context_);
- delete terminal_fb_;