diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2022-01-23 09:19:59 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2022-01-23 09:23:55 +0000 |
commit | 56fac6aee310f6b5f96199cf7cbd3178d734e088 (patch) | |
tree | 4c2a93e06f516a41adb2aeb8b8ab6631f431f18a | |
parent | d7bf5daeb360bf3bd333a10db6f4ca67b3220435 (diff) | |
download | ports-56fac6aee310f6b5f96199cf7cbd3178d734e088.tar.gz ports-56fac6aee310f6b5f96199cf7cbd3178d734e088.zip |
graphics/imv: Update to 4.3.1
- Update WWW: project moved to a new home
ChangeLog: https://git.sr.ht/~exec64/imv/tree/v4.3.1/item/CHANGELOG
PR: 260536
-rw-r--r-- | graphics/imv/Makefile | 9 | ||||
-rw-r--r-- | graphics/imv/distinfo | 8 | ||||
-rw-r--r-- | graphics/imv/pkg-descr | 2 |
3 files changed, 6 insertions, 13 deletions
diff --git a/graphics/imv/Makefile b/graphics/imv/Makefile index d7902a60e9ab..3c2efb90fcd2 100644 --- a/graphics/imv/Makefile +++ b/graphics/imv/Makefile @@ -1,11 +1,8 @@ PORTNAME= imv DISTVERSIONPREFIX= v -DISTVERSION= 4.3.0 -PORTREVISION= 2 +DISTVERSION= 4.3.1 CATEGORIES= graphics - -PATCH_SITES= https://git.sr.ht/~exec64/${PORTNAME}/commit/ -PATCHFILES+= c7306a6325df.patch:-p1 # wlroots 0.15 +MASTER_SITES= https://git.sr.ht/~exec64/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ MAINTAINER= eduardo@FreeBSD.org COMMENT= Simple image viewer @@ -21,8 +18,6 @@ RUN_DEPENDS= bash:shells/bash USES= compiler:c11 desktop-file-utils gettext-runtime gl gnome meson \ pkgconfig shebangfix -USE_GITHUB= yes -GH_ACCOUNT= eXeC64 USE_GL= egl USE_GNOME= cairo glib20 pango SHEBANG_FILES= contrib/imv-folder diff --git a/graphics/imv/distinfo b/graphics/imv/distinfo index 9946b2d9de4a..6fc42ecb53c9 100644 --- a/graphics/imv/distinfo +++ b/graphics/imv/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1628267179 -SHA256 (eXeC64-imv-v4.3.0_GH0.tar.gz) = ad724a41366bb96d29e272f442f5378465fe163d16ec51d7abaa86b1fff7dbb6 -SIZE (eXeC64-imv-v4.3.0_GH0.tar.gz) = 79031 -SHA256 (c7306a6325df.patch) = 6d62552b69ca2bed07673c50013336d4855443d5192ed31d294c044508475ee3 -SIZE (c7306a6325df.patch) = 2068 +TIMESTAMP = 1642876856 +SHA256 (imv-v4.3.1.tar.gz) = 88d16885017b74b594ddd6a03ef20294a6cc053f04ccc2e1edef69f3515f7999 +SIZE (imv-v4.3.1.tar.gz) = 79123 diff --git a/graphics/imv/pkg-descr b/graphics/imv/pkg-descr index 709225314625..65197b039b62 100644 --- a/graphics/imv/pkg-descr +++ b/graphics/imv/pkg-descr @@ -2,4 +2,4 @@ imv is a command line image viewer intended for use with tiling window managers. It supports over 30 different image file formats including: Photoshop PSD files, animated GIFS, and various RAW formats. -WWW: https://github.com/eXeC64/imv +WWW: https://sr.ht/~exec64/imv/ |