pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
fff: update to 2.2
Module Name: pkgsrc-wip
Committed By: pin <voidpin%protonmail.com@localhost>
Pushed By: pin
Date: Tue Sep 22 20:44:20 2020 +0200
Changeset: ef62f0fd42a1b5c5f773390d024bccfac08c1bcb
Modified Files:
fff/Makefile
fff/PLIST
fff/distinfo
Removed Files:
fff/patches/patch-fff
Log Message:
fff: update to 2.2
patch removed, merged upstream.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ef62f0fd42a1b5c5f773390d024bccfac08c1bcb
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
fff/Makefile | 3 ++-
fff/PLIST | 1 +
fff/distinfo | 9 ++++-----
fff/patches/patch-fff | 15 ---------------
4 files changed, 7 insertions(+), 21 deletions(-)
diffs:
diff --git a/fff/Makefile b/fff/Makefile
index 0ff4b62f9e..711194ed5a 100644
--- a/fff/Makefile
+++ b/fff/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= fff-2.1
+DISTNAME= fff-2.2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=dylanaraps/}
@@ -19,5 +19,6 @@ REPLACE_BASH+= fff
DEPENDS+= coreutils-[0-9]*:../../sysutils/coreutils
DEPENDS+= xdotool-[0-9]*:../../x11/xdotool
+DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils
.include "../../mk/bsd.pkg.mk"
diff --git a/fff/PLIST b/fff/PLIST
index 155e0fa62c..5835811b6d 100644
--- a/fff/PLIST
+++ b/fff/PLIST
@@ -1,3 +1,4 @@
@comment $NetBSD$
bin/fff
man/man1/fff.1
+share/doc/fff/README.md
diff --git a/fff/distinfo b/fff/distinfo
index dbf435080c..b61e6b80c1 100644
--- a/fff/distinfo
+++ b/fff/distinfo
@@ -1,7 +1,6 @@
$NetBSD$
-SHA1 (fff-2.1.tar.gz) = 4ee66c0af3b1aca48908bab0febb75227c7c5449
-RMD160 (fff-2.1.tar.gz) = 890dc6edc2792b38868c78629ca4b637df5c403f
-SHA512 (fff-2.1.tar.gz) = 6ce354229bbb53680361a8aa04e8d01294fc6e3c7a8e3d96a89c14190b2d70ff3ac1ded230eaf15711e7f9ac0318a490658452b6ffc91ec7752cc9f934abb24a
-Size (fff-2.1.tar.gz) = 15573 bytes
-SHA1 (patch-fff) = b3c3cdcb5c7db4723a05b74d74d1ad2e199b6d3d
+SHA1 (fff-2.2.tar.gz) = 3a8a621c0fb8b879737f46261798b427e96bd614
+RMD160 (fff-2.2.tar.gz) = 8fbfb577bc74f3c28d49c8971eea6a6513d7f650
+SHA512 (fff-2.2.tar.gz) = 364fef67b69aa28fc9448eb4b11c4d7152f11191fd4313f728b1bb00fbc80682dd2d3b4d65884aa3d70b82d319e2ca8e19bf7a06c04b250e49c3577caa5fe2cf
+Size (fff-2.2.tar.gz) = 16426 bytes
diff --git a/fff/patches/patch-fff b/fff/patches/patch-fff
deleted file mode 100644
index cead7422a9..0000000000
--- a/fff/patches/patch-fff
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-Fix portability
-
---- fff.orig 2020-09-17 06:12:53.906822670 +0000
-+++ fff
-@@ -137,7 +137,7 @@ get_w3m_path() {
- }
-
- # Use a glob and expansion to find the path.
-- w3m_paths=(/usr/{local/,}{lib,libexec,lib64,libexec64}/w3m/w3mi*)
-+ w3m_paths=(/usr/{pkg/,}{local/,}{bin,lib,libexec,lib64,libexec64}/w3m/w3mi*)
-
- [[ -x ${w3m_paths[0]} ]] &&
- w3m="${w3m_paths[0]}"
Home |
Main Index |
Thread Index |
Old Index