diff options
author | Daniel Menelkir <dmenelkir@gmail.com> | 2022-06-24 17:26:23 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2022-06-24 17:26:57 +0000 |
commit | 24d45a7cdb0977981f5b3c175133500fa75552e7 (patch) | |
tree | e29786c849123867bc45a1de75e37e94e44dcee8 | |
parent | 87137cb4f8f4e9ecaa90d7e0e6d363d235e3e1e4 (diff) | |
download | ports-24d45a7cdb0977981f5b3c175133500fa75552e7.tar.gz ports-24d45a7cdb0977981f5b3c175133500fa75552e7.zip |
graphics/feh: Update to 3.9
PR: 264589
-rw-r--r-- | graphics/feh/Makefile | 6 | ||||
-rw-r--r-- | graphics/feh/distinfo | 6 | ||||
-rw-r--r-- | graphics/feh/files/patch-config.mk | 5 | ||||
-rw-r--r-- | graphics/feh/files/patch-src_Makefile | 11 |
4 files changed, 7 insertions, 21 deletions
diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile index 1ce2eac9dfc7..c97e3e4390bc 100644 --- a/graphics/feh/Makefile +++ b/graphics/feh/Makefile @@ -1,11 +1,9 @@ # Created by: Jeremy Norris <ishmael127@home.com> PORTNAME= feh -PORTVERSION= 3.8 -PORTREVISION= 1 +PORTVERSION= 3.9 CATEGORIES= graphics -MASTER_SITES= http://feh.finalrewind.org/ \ - LOCAL/uqs +MASTER_SITES= https://feh.finalrewind.org/ MAINTAINER= dmenelkir@gmail.com COMMENT= Image viewer that utilizes Imlib2 diff --git a/graphics/feh/distinfo b/graphics/feh/distinfo index 494d5050eb77..b1cc0c186c30 100644 --- a/graphics/feh/distinfo +++ b/graphics/feh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1651623741 -SHA256 (feh-3.8.tar.bz2) = 7f3c34552b39336d7ebee2d7c4bf5697aaaa2c6c102c357f6e82ea240bd62ba9 -SIZE (feh-3.8.tar.bz2) = 2122631 +TIMESTAMP = 1655359245 +SHA256 (feh-3.9.tar.bz2) = 8649962c41d2c7ec4cc3f438eb327638a1820ad5a66df6a9995964601ae6bca0 +SIZE (feh-3.9.tar.bz2) = 2111997 diff --git a/graphics/feh/files/patch-config.mk b/graphics/feh/files/patch-config.mk index b67a4f9cf1c3..2ede77fe5491 100644 --- a/graphics/feh/files/patch-config.mk +++ b/graphics/feh/files/patch-config.mk @@ -1,7 +1,6 @@ -s--- config.mk.orig 2017-12-28 18:28:35 UT2 ---- config.mk.orig 2022-01-03 10:34:57 UTC +--- config.mk.orig 2022-06-16 06:01:30 UTC +++ config.mk -@@ -28,7 +28,7 @@ font_dir = ${main_dir}/share/feh/fonts +@@ -29,7 +29,7 @@ bin_dir = ${main_dir}/bin doc_dir = ${main_dir}/share/doc/feh image_dir = ${main_dir}/share/feh/images font_dir = ${main_dir}/share/feh/fonts diff --git a/graphics/feh/files/patch-src_Makefile b/graphics/feh/files/patch-src_Makefile deleted file mode 100644 index 38111a691727..000000000000 --- a/graphics/feh/files/patch-src_Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.orig 2017-12-28 18:28:35 UTC -+++ src/Makefile -@@ -5,8 +5,6 @@ TARGETS = \ - events.c \ - feh_png.c \ - filelist.c \ -- getopt.c \ -- getopt1.c \ - gib_hash.c \ - gib_imlib.c \ - gib_list.c \ |