git: 0c412db31a73 - main - graphics/libxisf: Update to 0.2.12
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 24 Apr 2024 05:53:16 UTC
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=0c412db31a730e7437c68af0a4c48d5a77e1d00c commit 0c412db31a730e7437c68af0a4c48d5a77e1d00c Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2024-04-23 06:32:58 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2024-04-24 05:52:53 +0000 graphics/libxisf: Update to 0.2.12 --- graphics/libxisf/Makefile | 2 +- graphics/libxisf/distinfo | 6 +++--- graphics/libxisf/files/patch-CMakeLists.txt | 12 ------------ 3 files changed, 4 insertions(+), 16 deletions(-) diff --git a/graphics/libxisf/Makefile b/graphics/libxisf/Makefile index c9a90acd2d7c..63d26895518d 100644 --- a/graphics/libxisf/Makefile +++ b/graphics/libxisf/Makefile @@ -1,6 +1,6 @@ PORTNAME= libxisf DISTVERSIONPREFIX= v -DISTVERSION= 0.2.11 +DISTVERSION= 0.2.12 CATEGORIES= graphics astro MASTER_SITES= https://gitea.nouspiro.space/nou/libXISF/archive/ DISTNAME= ${DISTVERSIONPREFIX}${DISTVERSION} diff --git a/graphics/libxisf/distinfo b/graphics/libxisf/distinfo index c1e04a25d1d2..067385063026 100644 --- a/graphics/libxisf/distinfo +++ b/graphics/libxisf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704666195 -SHA256 (libxisf/v0.2.11.tar.gz) = 43849287fee4097bfb578d3bed1565b57e5c32bc71553d19c1121beed4cb84d6 -SIZE (libxisf/v0.2.11.tar.gz) = 1610772 +TIMESTAMP = 1713853662 +SHA256 (libxisf/v0.2.12.tar.gz) = 262a63c81e673934314d967b0b550ae7bdcb4c3e623b124878dfb186f0be4854 +SIZE (libxisf/v0.2.12.tar.gz) = 1612414 diff --git a/graphics/libxisf/files/patch-CMakeLists.txt b/graphics/libxisf/files/patch-CMakeLists.txt deleted file mode 100644 index a46d90c82be2..000000000000 --- a/graphics/libxisf/files/patch-CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ -Correct forgotten version bump. (Mostly for pkg-plist.) - ---- CMakeLists.txt.orig 2024-01-07 22:26:57 UTC -+++ CMakeLists.txt -@@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.14) - cmake_minimum_required(VERSION 3.14) - --project(libXISF VERSION 0.2.10 LANGUAGES CXX C -+project(libXISF VERSION 0.2.11 LANGUAGES CXX C - HOMEPAGE_URL https://gitea.nouspiro.space/nou/libXISF - DESCRIPTION "LibXISF is C++ library that can read and write XISF files produced by PixInsight.") -