git: c70de2e2137e - main - graphics/jpeg-turbo: Update to 3.0.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 Sep 2024 22:57:47 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=c70de2e2137e9a98e58baebc73e0fcb4a61fade5 commit c70de2e2137e9a98e58baebc73e0fcb4a61fade5 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-09-24 22:47:53 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-09-24 22:47:56 +0000 graphics/jpeg-turbo: Update to 3.0.4 Changelog: https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/3.0.4 PR: 281576 Approved by: desktop (fluffy) Sponsored by: Blinkinblox Exp-run by: antoine --- graphics/jpeg-turbo/Makefile | 3 +-- graphics/jpeg-turbo/distinfo | 6 +++--- graphics/libjpeg-turbo/Makefile | 1 - 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/graphics/jpeg-turbo/Makefile b/graphics/jpeg-turbo/Makefile index bf4c9692f445..cdc19d3d8297 100644 --- a/graphics/jpeg-turbo/Makefile +++ b/graphics/jpeg-turbo/Makefile @@ -1,6 +1,5 @@ PORTNAME= jpeg-turbo -DISTVERSION= 3.0.3 -#PORTREVISION?= 1 +DISTVERSION= 3.0.4 CATEGORIES= graphics MASTER_SITES= https://github.com/lib${PORTNAME}/lib${PORTNAME}/releases/download/${DISTVERSION}/ DISTNAME= lib${PORTNAME}-${DISTVERSION} diff --git a/graphics/jpeg-turbo/distinfo b/graphics/jpeg-turbo/distinfo index ce3043ff4276..b4612cc951b5 100644 --- a/graphics/jpeg-turbo/distinfo +++ b/graphics/jpeg-turbo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1716048857 -SHA256 (libjpeg-turbo-3.0.3.tar.gz) = 343e789069fc7afbcdfe44dbba7dbbf45afa98a15150e079a38e60e44578865d -SIZE (libjpeg-turbo-3.0.3.tar.gz) = 2832827 +TIMESTAMP = 1726600628 +SHA256 (libjpeg-turbo-3.0.4.tar.gz) = 99130559e7d62e8d695f2c0eaeef912c5828d5b84a0537dcb24c9678c9d5b76b +SIZE (libjpeg-turbo-3.0.4.tar.gz) = 2400356 diff --git a/graphics/libjpeg-turbo/Makefile b/graphics/libjpeg-turbo/Makefile index 91244f147683..f4ccff8edbb8 100644 --- a/graphics/libjpeg-turbo/Makefile +++ b/graphics/libjpeg-turbo/Makefile @@ -1,5 +1,4 @@ PKGNAMEPREFIX= lib -#PORTREVISION= 1 COMMENT= SIMD-accelerated JPEG codec library, provides libTurboJPEG WWW= https://libjpeg-turbo.org/