pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/imv



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Dec 19 10:51:04 UTC 2021

Modified Files:
        pkgsrc/graphics/imv: Makefile distinfo

Log Message:
imv: update to 4.3.1.

first release from new sr.ht repository. fixes a segfault when running
under wlroots.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/imv/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/imv/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/imv/Makefile
diff -u pkgsrc/graphics/imv/Makefile:1.12 pkgsrc/graphics/imv/Makefile:1.13
--- pkgsrc/graphics/imv/Makefile:1.12   Wed Dec  8 16:04:57 2021
+++ pkgsrc/graphics/imv/Makefile        Sun Dec 19 10:51:04 2021
@@ -1,19 +1,20 @@
-# $NetBSD: Makefile,v 1.12 2021/12/08 16:04:57 adam Exp $
+# $NetBSD: Makefile,v 1.13 2021/12/19 10:51:04 nia Exp $
 
-DISTNAME=      imv-4.3.0
-PKGREVISION=   1
+DISTNAME=      v4.3.1
+DIST_SUBDIR=   imv
+PKGNAME=       imv-${DISTNAME:S/^v//g}
 CATEGORIES=    graphics
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=eXeC64/}
-GITHUB_PROJECT=        imv
-GITHUB_TAG=    v${PKGVERSION_NOREV}
+MASTER_SITES=  https://git.sr.ht/~exec64/imv/archive/
 
 MAINTAINER=    nia%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/eXeC64/imv
+HOMEPAGE=      https://sr.ht/~exec64/imv/
 COMMENT=       Image viewer for X11/Wayland
 LICENSE=       mit
 
 TOOL_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
 
+WRKSRC=                ${WRKDIR}/imv-${DISTNAME}
+
 USE_TOOLS+=    pkg-config bash:run
 USE_LANGUAGES= c99
 

Index: pkgsrc/graphics/imv/distinfo
diff -u pkgsrc/graphics/imv/distinfo:1.5 pkgsrc/graphics/imv/distinfo:1.6
--- pkgsrc/graphics/imv/distinfo:1.5    Tue Oct 26 10:46:20 2021
+++ pkgsrc/graphics/imv/distinfo        Sun Dec 19 10:51:04 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:46:20 nia Exp $
+$NetBSD: distinfo,v 1.6 2021/12/19 10:51:04 nia Exp $
 
-BLAKE2s (imv-4.3.0.tar.gz) = 6c5262e3824eddf51051587c943143c9215346cddfdc35dc1eadec96a845fb60
-SHA512 (imv-4.3.0.tar.gz) = 1735c03c48888004b11b3aaf0215a9530c035468a8efdb210d856551ebb75030c906eee2b6ab80e5d3646206e6051a73a8c5e15c010dd09bca7f9e90f9b0e34b
-Size (imv-4.3.0.tar.gz) = 79031 bytes
+BLAKE2s (imv/v4.3.1.tar.gz) = 261ceab2355ab1e2393572ea4db392ee2eb877ebfc0ffa4a3e5696063a1e3635
+SHA512 (imv/v4.3.1.tar.gz) = f70b95f3f99d7d6a9276370650cef0885938464e3a40ab1768231292ba35d9040f7196a5853ea1268fe6d47cf08d129b3fbae1ca215df96d12ccd85b7efd1ee6
+Size (imv/v4.3.1.tar.gz) = 79123 bytes
 SHA1 (patch-meson.build) = bd0ae99fc71416486f6ba855ff3635540e5916cf
 SHA1 (patch-src_imv.c) = 75c3931a5b315174cb66d78e1c62593e8bacc96a



Home | Main Index | Thread Index | Old Index