pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/imv imv: update to 4.3.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/502003b6a7e4
branches:  trunk
changeset: 771538:502003b6a7e4
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Dec 19 10:51:04 2021 +0000

description:
imv: update to 4.3.1.

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

diffstat:

 graphics/imv/Makefile |  15 ++++++++-------
 graphics/imv/distinfo |   8 ++++----
 2 files changed, 12 insertions(+), 11 deletions(-)

diffs (46 lines):

diff -r fa567b20b410 -r 502003b6a7e4 graphics/imv/Makefile
--- a/graphics/imv/Makefile     Sun Dec 19 10:46:46 2021 +0000
+++ b/graphics/imv/Makefile     Sun Dec 19 10:51:04 2021 +0000
@@ -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
 
diff -r fa567b20b410 -r 502003b6a7e4 graphics/imv/distinfo
--- a/graphics/imv/distinfo     Sun Dec 19 10:46:46 2021 +0000
+++ b/graphics/imv/distinfo     Sun Dec 19 10:51:04 2021 +0000
@@ -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